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-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-03-24Cleanup: clang-tidy errors.Jeroen Bakker
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-03-14CMake/guardedalloc: add header file to TEST_SRCAnkit Meel
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2021-01-15Use mmap() IO for reading uncompressed .blendsLukas Stockner
2021-01-05Cleanup: remove UNUSED(..) from public function declarationsCampbell Barton
2020-11-20Cleanup: spellingCampbell Barton
2020-11-19Guarded allocator: Fix lock-free allocator testsSergey Sharybin
2020-11-19Guarded allocator: Add safety around type changeSergey Sharybin
2020-11-19Guarded allocator: Add explicit switch to the lockfree implementationSergey Sharybin
2020-11-10Animation: Expand unit tests for `BKE_fcurve_active_keyframe_index()`Sybren A. Stüvel
2020-10-01Cleanup: avoid member access within null pointerAnkit Meel
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-17Tests: bundle tests for some modules in their own executablesBrecht Van Lommel
2020-09-15Fix T80774: (correction) keep MEM_init_memleak_detection call earlyCampbell Barton
2020-09-08Cleanup: consistent syntax for doxygen parametersCampbell Barton
2020-08-27Clang Tidy: Fix warningHans Goudey
2020-08-26Tests: fail automated tests on memory leaks and other internal errorsJacques Lucke
2020-08-12Cleanup: compiler warningsBrecht Van Lommel
2020-08-11Cleanup: GCC warning in guardedalloc_overflow_testCampbell Barton
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: Fix reported clang-tidy code-style issues.Ray Molenkamp
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-25Allocator: fix build error with -Werror=format-securityJacques Lucke
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-07-10Cleanup: spellingCampbell Barton
2020-07-07Cleanup: add comment explaining operator deleteJacques Lucke
2020-07-07Guarded Allocator: add missing operator deleteJacques Lucke
2020-07-03Clang-tidy: Enable braces-around-statements warningSebastian Parborg
2020-07-03Clang-Tidy: Enable readability-redundant-control-flowHans Goudey
2020-07-03Guarded allocator: Override placement new operatorSergey Sharybin
2020-06-24MEM_guardedalloc: allow freeing const arrays with MEM_SAFE_FREECampbell Barton
2020-05-20Fix Windows build after recent guardedalloc changesBrecht Van Lommel
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-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