- 11 Nov, 2015 16 commits
-
-
Jan Möbius authored
Fixed warnings in unit tests due to unused variables Fixed Warnings in Unittests See merge request !19
-
Jan Möbius authored
Gitlab ci mac See merge request !18
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
Gitlab ci tests Enable gitlab ci on master See merge request !17
-
Jan Möbius authored
Switched Release version to 5.0 and updated changelog Release Version switch Updated Changelogs See merge request !16
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
Cpp11 See merge request !15
-
- 10 Nov, 2015 2 commits
-
-
Hans-Christian Ebke authored
-
Hans-Christian Ebke authored
-
- 09 Nov, 2015 6 commits
-
-
Hans-Christian Ebke authored
-
Hans-Christian Ebke authored
Added explicit static_cast along with static SFINAE checks to VectorT constructor.
-
Hans-Christian Ebke authored
-
Hans-Christian Ebke authored
Allows inline specification of colors in HTML syntax.
-
Hans-Christian Ebke authored
* Less redundancy. * We can now make some of the VectorT constructors constexpr which is useful for other features.
-
Hans-Christian Ebke authored
FindCXX11.cmake copied from OpenFlipper.
-
- 04 Nov, 2015 1 commit
-
-
Jan Möbius authored
implement more robust algorithm for surface normal computation improved algorithm with Newell's Method proposal to fix issue #7 ? See merge request !14
-
- 03 Nov, 2015 1 commit
-
-
Christopher Tenter authored
-
- 27 Oct, 2015 5 commits
-
-
Jan Möbius authored
Changed order of typedefs See merge request !13
-
Jan Möbius authored
-
Jan Möbius authored
Updated changelog See merge request !12
-
Jan Möbius authored
-
Jan Möbius authored
Merge branch 'ReintroduceStatusSets' Conflicts: src/OpenMesh/Core/Mesh/ArrayKernel.hh
-
- 23 Oct, 2015 6 commits
-
-
Martin Marinov authored
-
Martin Marinov authored
Fixed the most obvious issues with StatusSeT<> and its derivatives. Improved slightly the formatting and added a few lines documentation.
-
Jan Möbius authored
Efficiency opposite halfedge handle See merge request !10
-
Jan Möbius authored
Revert "Revert "remove dead code" aka Reintroduce status set" This reverts commit 6afadfbd.
-
Jan Möbius authored
Old code compiled to 0x00000000004594a0 <+0>: lea -0x1(%rsi),%edx 0x00000000004594a3 <+3>: lea 0x1(%rsi),%eax 0x00000000004594a6 <+6>: and $0x1,%esi 0x00000000004594a9 <+9>: cmovne %edx,%eax 0x00000000004594ac <+12>: retq New code creates 0x00000000004594a0 <+0>: mov %esi,%eax 0x00000000004594a2 <+2>: xor $0x1,%eax 0x00000000004594a5 <+5>: retq So no conditionals, jumps and fewer instructions closes #5
-
Jan Möbius authored
This reverts commit c5d03587.
-
- 01 Oct, 2015 3 commits
-
-
Jan Möbius authored
Changelog See merge request !8
-
Jan Möbius authored
Bug vvrange The bug is now fixed and checked by unittests. See merge request !7
-
Jan Möbius authored
-