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
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-24Cleanup: trailing space guardedalloc & memutilCampbell Barton
2019-01-11MSVC: remove compiler __func__ defineCampbell 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-05-23Fix incorrect size in aligned lockfree reallocCampbell Barton
2018-05-22Memory allocator: use lockfree calls internallyCampbell Barton
2018-03-20Memory allocator: Clarify consistency check functionSergey Sharybin
2018-01-17Memory: add MEM_malloc_arrayN() function to protect against overflow.Brecht Van Lommel
2017-11-30Haiku OS SupportCampbell Barton
2017-09-29Drop platform support for Solaris & AIXCampbell Barton
2017-08-23Fix implementation of atomic update max and move to a central locationMai Lavelle
2017-06-17Guarded allocator: Fix type in macro definitionSergey Sharybin
2017-05-27Remove MinGW supportAaron Carlisle
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-07-14Cleanup: comment blocksCampbell Barton
2016-01-04Remove SCons building systemSergey Sharybin
2015-06-21Support for platforms /wo malloc_usable_sizeCampbell Barton
2015-04-20Guardedalloc: Don't use aligned blocks to calculate memory sloppynessSergey Sharybin
2015-03-12GuardedAlloc: safer MEM_SAFE_FREECampbell Barton
2015-02-19Guardedalloc: Reset peak memory should set peak to currently allocated memorySergey Sharybin
2015-02-18Guardedalloc: Add extra logging and checks in MEM_freeN()Sergey Sharybin
2014-10-14Fix inconsistent types in guardeallocDan HorĂ¡k
2014-10-09Enable atomic peak memory detectionSergey Sharybin
2014-09-26Fix build errors in atomic ops and warning in aligned malloc on OS X.Brecht Van Lommel
2014-09-25Guardedalloc: Implement atomic peak memory updateSergey Sharybin
2014-08-16CommentsCampbell Barton
2014-07-25Fix inconsistent use of print_error() and fprintf(stderr, ...) in MEM_guarded...Tamito Kajiyama
2014-06-16I'd tend to declare dead code is forbiddenSergey Sharybin
2014-06-14Comment unused macroCampbell Barton
2014-06-14Attempt to fix sign conversion error happening on buildbotSergey Sharybin
2014-06-13Attempt to fix guardedalloc on OSXSergey Sharybin
2014-06-13Use advantage of SSE2 instructions in gaussian blur nodeSergey Sharybin
2014-06-02Fix compilation error non non-linux architecturesMatteo F. Vescovi
2014-05-19Fix compilation error on kFreeBSDSebastian Ramacher
2014-04-06Move LIKELY/UNLIKELY into headerCampbell Barton
2014-04-06Guarded Alloc: use UNLIKELY for debug memsetCampbell Barton
2014-03-30Enable GCC pedantic warnings with strict flags,Campbell Barton
2014-03-26Code cleanup: style and warningsCampbell Barton
2014-03-17Code cleanup: styleCampbell Barton
2014-01-23Fix typo in mmap commit from a while agoSergey Sharybin
2014-01-23Memory allocation: do not use mmap for memory allocation on 64 bit.Brecht Van Lommel
2013-11-22Code Cleanup: use NULL for pointer checks and remove joke.Campbell Barton
2013-10-31add atomic_ops.h to cmake's source code listing.Campbell Barton
2013-10-20Fix for wrong implementation of mmap in lock-free allocatorSergey Sharybin