Commit Graph

1382 Commits

Author SHA1 Message Date
Jan Möbius
257299defb Merge branch 'OMWriterCrashFix' into 'master'
fix crash in OMWriter when writing an empty mesh with colors

Writer accessed VertexHandle(0) for meshes with colors even when they had no vertices.

See merge request !34
2015-12-15 08:08:52 +01:00
Max Lyon
d0033f9966 fix crash in OMWriter when writing an empty mesh with colors 2015-12-14 11:55:28 +01:00
Jan Möbius
338086152b Add some more documentation about primitive deletion. Closes #14 2015-12-03 13:46:13 +01:00
Jan Möbius
22a4ade42f Ignore build directories 2015-12-03 13:26:13 +01:00
Jan Möbius
aa9bebf5b5 Added speedup documentation page 2015-12-03 13:26:05 +01:00
Jan Möbius
8fba53c0f1 Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh 2015-11-30 13:22:03 +01:00
Jan Möbius
db78a51f41 Updated master version to 6.0 2015-11-30 13:21:56 +01:00
Jan Möbius
2d6163812b Merge branch 'OM6-CodeReduction' into 'master'
Om6 code reduction

Reduce number of includes

See merge request !32
2015-11-30 13:19:34 +01:00
Jan Möbius
688973ebb8 Missing memory include in python bindings
(cherry picked from commit d4a361aa61d014c97ff540c1145a709c158f6c25)
2015-11-30 13:14:33 +01:00
Jan Möbius
b5c22dfc7e Reduced number of includes 2015-11-30 12:29:19 +01:00
Jan Möbius
585298cff2 2 missing includes of cstring 2015-11-30 12:20:59 +01:00
Jan Möbius
f6ebad86ff Disable python unittests on linux as well 2015-11-30 11:14:29 +01:00
Jan Möbius
b52650005b Disable python unittests on 5.1 for now 2015-11-30 10:35:01 +01:00
Martin
e6967dfe8b reduced includes by means of static code analysis 2015-11-30 09:48:42 +01:00
Jan Möbius
b1bbd9975f Updated changelog for 5.1 2015-11-26 13:23:36 +01:00
Jan Möbius
77d5005aee Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh 2015-11-26 13:21:28 +01:00
Jan Möbius
4b3183f57e Updated changelog for 6.0 2015-11-26 13:21:07 +01:00
Jan Möbius
df09a1816f Updated 5.1 Changelog 2015-11-26 13:17:54 +01:00
Jan Möbius
fbf2469143 Merge branch 'staticc-eh' into 'master'
Added static versions of ArrayKernel::edge_handle and ...::halfedge_handle.



See merge request !30
2015-11-26 13:11:54 +01:00
Jan Möbius
a70a25d0cd Merge branch 'vectort-scaling-fix' into 'master'
take VectorT argument by reference for non-member vector scalar multiplication (fixes #12)



See merge request !29
2015-11-26 13:07:16 +01:00
Hans-Christian Ebke
3fe3657bc8 Added static versions of ArrayKernel::edge_handle and ...::halfedge_handle. 2015-11-26 13:01:53 +01:00
Janis Born
3b5364d3e4 take VectorT argument by reference for non-member vector scalar multiplication (fixes #12) 2015-11-26 12:46:08 +01:00
Jan Möbius
0a35e4d2b9 Merge branch 'vectort-python-compat' 2015-11-26 12:31:46 +01:00
Jan Möbius
d8d641b9f5 Missing destination 2015-11-26 12:21:50 +01:00
Jan Möbius
9cdb201741 Remove uncommented stuff from installer file 2015-11-26 12:21:31 +01:00
Jan Möbius
56e486a386 Missing dll when building debug and release package 2015-11-26 12:21:13 +01:00
Jan Möbius
7fc4253eab Updated linux ci script 2015-11-26 12:20:39 +01:00
Jan Möbius
f8d3b8fe55 Fixed mac ci script 2015-11-26 12:20:12 +01:00
Jan Möbius
b081460cb5 Missing make command for python 2015-11-26 08:26:50 +01:00
Jan Möbius
ece951ad2f Wrong directory 2015-11-25 16:57:39 +01:00
Jan Möbius
a38de238c4 Missed another path 2015-11-25 16:43:18 +01:00
Jan Möbius
4d03692a3b Wrong directory 2015-11-25 16:42:17 +01:00
Jan Möbius
5e39f4e51c Fixed path 2015-11-25 16:30:17 +01:00
Jan Möbius
9ba99ec892 Seperate build dirs 2015-11-25 16:29:04 +01:00
Jan Möbius
b1d1676bde Merge branch 'master' into vectort-python-compat 2015-11-25 16:16:19 +01:00
Jan Möbius
a04d46d612 Enabled python tests on mac 2015-11-25 16:09:22 +01:00
Janis Born
d5612f16a0 Python bindings: add C++11 compilation switch for cross product 2015-11-25 15:30:57 +01:00
Janis Born
4ef152ac2e Python bindings: move definition of dot product to generic implementation 2015-11-25 15:16:41 +01:00
Jan Möbius
6b24398fbc Merge branch 'VS2015_test' into 'master'
Try to get c++11 on visual studio 2015



See merge request !26
2015-11-25 15:03:51 +01:00
Janis Born
b8d304a453 use correct ifdefs for VS2015 2015-11-25 14:53:00 +01:00
Jan Möbius
79ce0a7b92 Exit on any error in mac script 2015-11-25 14:53:00 +01:00
Janis Born
4c609dc6e2 brace style 2015-11-25 14:53:00 +01:00
Janis Born
baf0efd646 implement member and non-member swap for VectorT 2015-11-25 14:53:00 +01:00
Jan Möbius
35bca868c5 Merge branch 'master' of https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh 2015-11-25 14:43:13 +01:00
Jan Möbius
bc25c5b733 Exit on any error in mac script 2015-11-25 14:42:58 +01:00
Janis Born
32d46c239a fix linker error 2015-11-25 14:42:37 +01:00
Jan Möbius
5067e0f187 Merge branch 'vectort-swap' into 'master'
implement member and non-member swap for VectorT



See merge request !28
2015-11-25 14:30:31 +01:00
Janis Born
265ff391e8 fix c++98 compatibility for Python bridge to VectorT 2015-11-25 14:17:06 +01:00
Jan Möbius
f907bd9bd5 Switch all checks for c++11 to support vs2015 2015-11-25 13:55:19 +01:00
Jan Möbius
e358e64106 Exit build scripts on any error 2015-11-25 12:00:41 +01:00