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
2020-08-26MEM_guardedalloc: allow freeing const arrays with MEM_SAFE_FREECampbell Barton
2020-05-14Cleanup: don't use deprecated exception specificationsJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-01-31Fix potential crash in guarded alloc stats, when there are no allocationsJames Fulop
2020-01-27Memory: add OBJECT_GUARDED_SAFE_DELETE like MEM_SAFE_FREEBrecht Van Lommel
2020-01-27Fix OBJECT_GUARDED_FREE compiler error when type is in namespaceBrecht Van Lommel
2020-01-23Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_alignedJacques Lucke
2019-11-06Fix T70952: EXR files bigger than 2GB don't open on WindowsBrecht Van Lommel
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
2019-09-14Cleanup: clang-formatStefan Werner
2019-09-13macOS: Enabled posix_memalign() like on other Unix platforms.Stefan Werner
2019-08-20Memory: Fix guarded aligned malloc with small alignmentJacques Lucke
2019-05-01Cleanup: comments (long lines) in various intern/ libsCampbell Barton
2019-04-17ClangFormat: format '#if 0' codeCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in intern/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
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