- 28 May, 2019 5 commits
-
-
Jan Möbius authored
cmake compiler flag cleanup, enable many clang warnings and fix them See merge request !63
-
Jan Möbius authored
-
Jan Möbius authored
Fix danging reference bug caused by halfedge().from_vertex(). See merge request !62
-
Jan Möbius authored
NormalAttrib: default props to 0 instead of undefined See merge request !61
-
Jan Möbius authored
Implement type check in assignProperties() See merge request !60
-
- 27 May, 2019 7 commits
-
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
We should not return references to members of possible xvalues. Handle is lightweight enough that copying is not a problem.
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Jan Möbius authored
cppcheck fixes See merge request !59
-
- 24 May, 2019 13 commits
-
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Jan Möbius authored
Cleanup See merge request !58
-
Martin Heistermann authored
This reverts commit 6ff4e080.
-
Martin Heistermann authored
-
Jan Möbius authored
-
Jan Möbius authored
Properties: Store and compare type names instead of relying on dynamic_cast See merge request !57
-
- 23 May, 2019 1 commit
-
-
Martin Heistermann authored
-
- 22 May, 2019 1 commit
-
-
Martin Heistermann authored
-
- 21 May, 2019 6 commits
-
-
Jan Möbius authored
Implement/improve mesh assignment/copying See merge request !56
-
Martin Heistermann authored
BaseProperty cleanup: explicitly define destructor in its own translation unit, avoid duplicated vtables
-
Martin Heistermann authored
implement assigning and moving properties; make ResourceManager move assignment consistent with copy assignment
-
Martin Heistermann authored
-
Martin Heistermann authored
-
Martin Heistermann authored
-
- 14 May, 2019 1 commit
-
-
Jan Möbius authored
Implement generic mesh::request_property templated on entity type. See merge request !55
-
- 13 May, 2019 2 commits
-
-
Martin Heistermann authored
-
Martin Heistermann authored
-
- 20 Mar, 2019 1 commit
-
-
Jan Möbius authored
Cleanup and small features See merge request !54
-
- 13 Mar, 2019 3 commits
-
-
Martin Heistermann authored
-
Martin Heistermann authored
Simplify property destruction logic and do not keep non-persistent props around in clearVec(). If a prop is alive but non-persistent, someone else has a shared_ptr to it, so we will not pull out the rug from under their feet.
-
Martin Heistermann authored
-