- 14 Sep, 2016 1 commit
-
-
Jan Möbius authored
g++ 4.7 compile fix in vector11 With g++ 4.7, the following error occurs when trying to compile code that uses Vector11: ``` ../OpenMesh/Core/Geometry/Vector11T.hh: In function ‘decltype ((_v1 % _v2)) OpenMesh::cross(const OpenMesh::VectorT<LScalar, DIM>&, const OpenMesh::VectorT<RScalar, DIM>&) [with LScalar = float; RScalar = float; int DIM = 3; decltype ((_v1 % _v2)) = OpenMesh::VectorT<float, 3>]’: ../OpenMesh/Core/Geometry/Vector11T.hh:89:19: error: ‘OpenMesh::VectorT<float, 3>::container OpenMesh::VectorT<float, 3>::values_’ is private ``` It looks like this version of g++ would not be able to deal with the decltype statement used when overriding the "%" operator, where the "this->values_" part is not working properly. This issue should be fixed with this merge request. See merge request !87
-
- 13 Sep, 2016 3 commits
-
-
Max Limper authored
-
Jan Möbius authored
Added unit test to trigger GCC alignment bug. See #32. Merge this even if CI unit tests fail. Failed unit test expose a compiler bug. See merge request !86
-
Hans-Christian Ebke authored
-
- 12 Sep, 2016 4 commits
-
-
Jan Möbius authored
Propmgr Added some more convenience to the PropertyManager class. See merge request !85
-
Hans-Christian Ebke authored
-
Hans-Christian Ebke authored
-
Hans-Christian Ebke authored
-
- 16 Aug, 2016 3 commits
-
-
Jan Möbius authored
Stl type check implemented the suggested changes from #24 by checking stl files for the keyword solid instead of computing binary file size. closes #24 See merge request !83
-
Jan Möbius authored
-
Martin Schultz authored
-
- 15 Aug, 2016 7 commits
-
-
Martin Schultz authored
-
Martin Schultz authored
-
Jan Möbius authored
Updated changelog for 6.3 See merge request !82
-
Jan Möbius authored
-
Jan Möbius authored
Fix undefined MSVC macro warning See merge request !80
-
Jan Möbius authored
-
Jan Möbius authored
-
- 14 Aug, 2016 2 commits
- 11 Aug, 2016 2 commits
-
-
Jan Möbius authored
fix CirculatorT type-pun warning on GCC6 fixes #28 See merge request !78
-
Janis Born authored
(fixes #28)
-
- 03 Aug, 2016 2 commits
-
-
Jan Möbius authored
changed incorrect class into struct See merge request !77
-
David Bommes authored
-
- 25 Jul, 2016 1 commit
-
-
Jan Möbius authored
document that DecimaterT::decimate does not perform garbage collection on the mesh addressing #27 See merge request !76
-
- 22 Jul, 2016 1 commit
-
-
Janis Born authored
-
- 11 Jul, 2016 4 commits
-
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
Hash functions See merge request !75
-
Jan Möbius authored
-
- 06 Jul, 2016 1 commit
-
-
Jan Möbius authored
-
- 30 Jun, 2016 6 commits
-
-
Jan Möbius authored
-
Jan Möbius authored
Vs2015 update3 See merge request !74
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
- 15 Jun, 2016 2 commits
-
-
Jan Möbius authored
Split openmeshcore static/shared MinGW compilation As with ms compilers, the shared/static compilation depends on export macros. Besides this is inconsistent with the behavior for openmeshtools library. Why did you add this ? See merge request !72
-
xan authored
As with ms compilers, the shared/static compilation depends on export macros. Anyway this is inconsistent with the behavior for openmeshtools library. Why did you add this ?
-
- 08 Jun, 2016 1 commit
-
-
Andreas Fabri authored
- Based on the macro provide partial specializations for std::hash<> - for vertex,halfede,edge, and face handles. - Add a free function hash_value(BaseHandle) for boost::unordered_set/map
-