blender/tests/gtests
Jacques Lucke 2679236047 Cleanup: avoid static initialization order issues when accessing CPPTypes
Instead of depending on static initialization order of globals use
static variables within functions. Those are initialized on first use.
This is every so slighly less efficient, but avoids a full class of problems.
2020-07-17 14:15:06 +02:00
..
alembic Alembic: new exporter based on the USD exporter structure 2020-06-30 11:38:46 +02:00
blenlib BLI: move safe math functions to separate header 2020-07-16 11:28:31 +02:00
blenloader Tests: move tests from USD test directory into io/common and io/usd 2020-07-16 17:38:29 +02:00
bmesh Cleanup: improve custom data type names 2020-06-10 15:47:31 +02:00
ffmpeg CMake: Fix linking of ffmpeg_test on macOS 2020-01-16 15:52:19 +01:00
functions Cleanup: avoid static initialization order issues when accessing CPPTypes 2020-07-17 14:15:06 +02:00
guardedalloc Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_aligned 2020-01-23 14:21:48 +01:00
runner Tests: disable ASAN when discovering tests 2020-07-16 17:38:29 +02:00
testing Tests: move tests from USD test directory into io/common and io/usd 2020-07-16 17:38:29 +02:00
CMakeLists.txt Tests: move tests from USD test directory into io/common and io/usd 2020-07-16 17:38:29 +02:00