Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-14CMake/guardedalloc: add header file to TEST_SRCAnkit Meel
2021-01-15Use mmap() IO for reading uncompressed .blendsLukas Stockner
2020-09-17Tests: bundle tests for some modules in their own executablesBrecht Van Lommel
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-05-20Fix Windows build after recent guardedalloc changesBrecht Van Lommel
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2018-10-03Fix build with older CMake versions that we still need to support.Brecht Van Lommel
2018-10-03Fix T54287: memory not freed after rendering on Linux.Brecht Van Lommel
2018-01-17Memory: add MEM_malloc_arrayN() function to protect against overflow.Brecht Van Lommel
2013-10-31add atomic_ops.h to cmake's source code listing.Campbell Barton
2013-10-10Lock-free memory allocatorSergey Sharybin
2013-08-24add GPL header to treehash.c and add missing includes to cmake.Campbell Barton
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-08add option to disable guardedalloc, helps for debugging memory errorsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-02-21add includes to cmake filesCampbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-21- check IF WIN32 AND NOT UNIX (for cygwin)Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-08-24rename some cmake build targetsCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
2009-08-18compile time option to override C++'s new/delete to use guardedalloc, useful ...Campbell Barton
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2006-11-17CMake lists initial submission. Documentationand further verification for dif...Jacques Beuarain