blender/source/creator
Jacques Lucke 236ca8fbe8 Allocator: make leak detection work with static variables
When definining static variables that own memory, you should
use the "construct on first use" idiom. Otherwise, you'll get
a warning when Blender exits.

More details are provided in D8354.

Differential Revision: https://developer.blender.org/D8354
2020-07-24 12:26:11 +02:00
..
blender.map Fix T76414: crash using Python module that uses NVRTC 2020-05-05 16:01:18 +02:00
buildinfo.c Cleanup: quiet missing variable declaration warning 2019-06-06 10:27:57 +10:00
CMakeLists.txt Merge branch 'blender-v2.83-release' 2020-05-29 18:05:04 +02:00
creator_args.c LibOverride: Cleanup: Remove option to disable library overrides. 2020-07-13 16:45:55 +02:00
creator_intern.h Blender: change bugfix release versioning from a/b/c to .1/.2/.3 2020-05-29 17:48:26 +02:00
creator_signals.c Cleanup: clang-format 2020-05-03 13:42:49 +10:00
creator.c Allocator: make leak detection work with static variables 2020-07-24 12:26:11 +02:00
osx_locals.map Fix T76414: crash using Python module that uses NVRTC 2020-05-05 16:01:18 +02:00