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-12-14Cleanup: reorganize doxygen modulesCampbell Barton
2021-07-13Cleanup: Use C99 format string for the SIZET_FORMAT macroJesse Yurkovich
2021-01-05Cleanup: remove UNUSED(..) from public function declarationsCampbell Barton
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-05-20Cleanup: make guarded memory allocation always thread safeBrecht Van Lommel
2020-05-20Cleanup: remove legacy mmap memory allocation for 32 bitBrecht Van Lommel
2020-01-23Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_alignedJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-11MSVC: remove compiler __func__ defineCampbell 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-05-27Remove MinGW supportAaron Carlisle
2015-06-21Support for platforms /wo malloc_usable_sizeCampbell Barton
2014-10-14Fix inconsistent types in guardeallocDan HorĂ¡k
2014-09-25Guardedalloc: Implement atomic peak memory updateSergey 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
2013-10-11Fix FreeBSD build with recent malloc changes, patch by Shane Ambler.Brecht Van Lommel
2013-10-10Fix OS X build error in malloc code, and warning in rna.Brecht Van Lommel
2013-10-10Lock-free memory allocatorSergey Sharybin