- 21 Feb, 2019 1 commit
-
-
Jan Möbius authored
-
- 20 Feb, 2019 3 commits
-
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
-
- 19 Feb, 2019 1 commit
-
-
Martin Heistermann authored
-
- 18 Feb, 2019 4 commits
-
-
Martin Heistermann authored
Currently, the following API-usage is straight-forward and clean but unfortunately wrong and dangerous: `for (const auto heh: mesh.face(fh).halfedges()) { ... }` This is because the temporary `Face` returned by `face()` reaches the end of its lifetime, but `halfedges()` returned a reference to a vector that lives inside that object. Reference lifetime extension does not apply here. This change splits behaviour so that in rvalue context (such as temporaries), we move out the vector instead of returning a reference to it.
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
-
- 05 Feb, 2019 1 commit
-
-
Martin Heistermann authored
-
- 02 Aug, 2018 1 commit
-
-
Martin Heistermann authored
-
- 18 Jul, 2018 3 commits
-
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
-
- 19 Jun, 2018 1 commit
-
-
Jan Möbius authored
-
- 28 May, 2018 1 commit
-
-
Martin Heistermann authored
These constructors were introduced in 26e2fe64 to implement clone(), but their signature might suggest uses that would result in memory corruption.
-
- 18 May, 2018 1 commit
-
-
hliu authored
-
- 15 Feb, 2018 1 commit
-
-
Janis Born authored
-
- 07 Feb, 2018 1 commit
-
-
Martin Heistermann authored
Fixes #5.
-
- 09 Jan, 2018 1 commit
-
-
Martin Heistermann authored
-
- 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
-
- 10 Nov, 2016 3 commits
-
-
Jan Möbius authored
-
Jan Möbius authored
-
Jan Möbius authored
-
- 07 Nov, 2016 5 commits
-
-
Martin Heistermann authored
-
Max Lyon authored
-
Max Lyon authored
-
Max Lyon authored
-
Max Lyon authored
-
- 26 Oct, 2016 1 commit
-
-
Max Lyon authored
-
- 25 Oct, 2016 1 commit
-
-
Max Lyon authored
-