- 27 Oct, 2015 4 commits
-
-
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 10 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
-
Martin Schultz authored
-
Martin Schultz authored
-
Jan Möbius authored
Merge branch 'master' into Changelog
-
Jan Möbius authored
Doc style See merge request !6
-
Jan Möbius authored
- moved logo to the right side - removed logo from footer
-
Jan Möbius authored
-
Jan Möbius authored
-
- 30 Sep, 2015 7 commits
-
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
Readme See merge request !5
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
- 29 Sep, 2015 5 commits
-
-
Martin Schultz authored
-
Jan Möbius authored
fixes #3 by using cvv_cw iterators which are not deprecated as i don't have a minimal code example to reproduce the bug #3 i could not verify, that it is actually fixed. However i am pretty shure it is fixed. See merge request !3
-
Martin Schultz authored
-
Jan Möbius authored
fixes #2 * removes -ansi since -ansi enforces older c++ standard and overwrites c++ standard settings from CXX flags See merge request !4
-
Martin Schultz authored
* removes -ansi since -ansi enforces older c++ standard
-
- 16 Sep, 2015 1 commit
-
-
Martin Schultz authored
-
- 14 Sep, 2015 6 commits
-
-
Jan Möbius authored
Feature reader performance Added minor Performance tweaks to the file Readers. Unittests on Linux work fine. compilation on Linux and Windows (vs2013) works fine. i could not run unittests on Windows, as i have no gtest on my dev machine. See merge request !1
-
Martin Schultz authored
refs !1 *changed the static variables to be common variables. If one opens a lot of files, using thread local could be an alternative as long as the compiler supports it.
-
Jan Möbius authored
-
Jan Möbius authored
Added LICENSE File
-
Jan Möbius authored
Updated main readme file See merge request !2
-
Jan Möbius authored
-
- 11 Sep, 2015 1 commit
-
-
Martin Schultz authored
-