- 02 Jan, 2018 2 commits
-
-
David Bommes authored
-
David Bommes authored
-
- 20 Apr, 2017 2 commits
-
-
Martin Heistermann authored
-
Martin Heistermann authored
MSVC does not define __cplusplus as >=201103 yet. An older version of MSVC is probably sufficient, but I can't test that.
-
- 10 Feb, 2017 6 commits
-
-
Max Lyon authored
-
Max Lyon authored
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
- 07 Nov, 2016 4 commits
- 26 Oct, 2016 1 commit
-
-
Max Lyon authored
-
- 25 Oct, 2016 2 commits
- 24 Oct, 2016 3 commits
- 22 Oct, 2016 1 commit
-
-
Martin Heistermann authored
This allows assigning property values even if the property type is unknown, e.g. when iterating over mesh properties.
-
- 21 Oct, 2016 4 commits
- 20 Oct, 2016 1 commit
-
-
Martin Heistermann authored
-
- 12 Sep, 2016 1 commit
-
-
Max Lyon authored
-
- 09 Sep, 2016 2 commits
-
-
Martin Heistermann authored
This is useful for precondition checks in client code.
-
Martin Heistermann authored
-
- 29 Aug, 2016 1 commit
-
-
Martin Heistermann authored
GeometryKernel::collect_garbage used to first perform the TopologyKernel garbage collection, usually shrinking its vertex_deleted_ member, then accessed it using is_deleted() with the old vertex indices. This caused out-of-bounds memory access (made visible by cmake -DSTL_VECTOR_CHECKS=ON) and non-fast deletion also resulted in wrong results, the remaining vertices had wrong coordinates.
-
- 05 Aug, 2016 1 commit
-
-
Max Lyon authored
-
- 26 Apr, 2016 1 commit
-
-
Max Lyon authored
-
- 16 Jan, 2016 1 commit
-
-
Max Lyon authored
-
- 23 Dec, 2015 1 commit
-
-
Max Lyon authored
-
- 07 Dec, 2015 1 commit
-
-
Max Lyon authored
-
- 03 Dec, 2015 1 commit
-
-
Max Lyon authored
-
- 02 Dec, 2015 1 commit
-
-
Max Lyon authored
-
- 01 Dec, 2015 2 commits
-
-
Jan Möbius authored
-
Jan Möbius authored
-
- 13 Nov, 2015 1 commit
-
-
Max Lyon authored
Should compile now even when properties are used that do not have an operator>>
-