This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Jacques Lucke 732d0b458b Blenkernel: move DerivedMesh.c to c++
Required changes to make it compile with clang tidy:
* Use c++ includes like (e.g. climits instead limits.h).
* Insert type casts when casting from void* to something else.
* Replace NULL with nullptr.
* Insert casts from int to enum.
* Replace designed initializers (not supported in C++ yet).
* Use blender::Vector instead of BLI_array_staticdeclare (does not compile with C++).
* Replace typedef statements.

Ref T83357.
2020-12-14 13:08:02 +01:00
..
2020-10-26 15:59:08 +11:00
2020-12-14 14:09:18 +03:00
2020-12-09 16:29:11 +01:00
2020-12-14 10:48:11 +01:00
2020-12-11 17:54:27 -03:00
2020-12-11 15:32:14 +11:00
2020-12-11 15:32:14 +11:00