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
2022-11-03Fix T102225: Crash opening menusSergey Sharybin
2022-08-30Cleanup: spelling in commentsCampbell Barton
2022-08-29Allocator: add MEM_cnew_arrayBrecht Van Lommel
2022-08-04Guarded allocator: Function to rename block for debuggingJulian Eisel
2022-06-01Cleanup: '*' prefix C-comment blocksCampbell Barton
2022-03-16Cleanup: Deprecated field access in outliner_duplicateSergey Sharybin
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Guarded allocator: Document non-obvious initialization with MEM_new()Julian Eisel
2022-01-31Cleanup: spelling in commentsCampbell Barton
2022-01-11Revert "Cleanup: remove declaration for removed function"Campbell Barton
2022-01-06Cleanup: remove declaration for removed functionCampbell Barton
2021-12-27Allocator: add missing includeJacques Lucke
2021-12-17Allocator: simplify using guarded allocator in C++ codeJacques Lucke
2021-12-14Cleanup: reorganize doxygen modulesCampbell Barton
2021-11-16Cleanup: document that `MEM_dupallocN` is NULL-safeSybren A. Stüvel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-11-20Cleanup: spellingCampbell Barton
2020-11-19Guarded allocator: Add explicit switch to the lockfree implementationSergey Sharybin
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-15Fix T80774: (correction) keep MEM_init_memleak_detection call earlyCampbell Barton
2020-09-08Cleanup: consistent syntax for doxygen parametersCampbell Barton
2020-08-26Tests: fail automated tests on memory leaks and other internal errorsJacques Lucke
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-07-07Cleanup: add comment explaining operator deleteJacques Lucke
2020-07-07Guarded Allocator: add missing operator deleteJacques Lucke
2020-07-03Guarded allocator: Override placement new operatorSergey Sharybin
2020-06-24MEM_guardedalloc: allow freeing const arrays with MEM_SAFE_FREECampbell Barton
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-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
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
2019-05-01Cleanup: comments (long lines) in various intern/ libsCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in intern/Campbell Barton
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-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
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-09-29Drop platform support for Solaris & AIXCampbell Barton
2015-03-12GuardedAlloc: safer MEM_SAFE_FREECampbell Barton
2014-10-14Fix inconsistent types in guardeallocDan Horák