- 29 May, 2018 1 commit
-
-
Martin Heistermann authored
RenderObject debug_name was a char* that sometimes pointed to temporary buffers, change to std::string to ensure proper ownership. Bug found using ASAN. std::string can be assigned a const char*, so external code that just sets the attribute to a null-terminated string should still work unchanged.
-
- 25 May, 2018 1 commit
-
-
Martin Schultz authored
for lineNode
-
- 04 Apr, 2018 1 commit
-
-
Martin Schultz authored
Specification.
-
- 09 Dec, 2016 1 commit
-
-
Jan Möbius authored
-