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-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2021-12-14Cleanup: reorganize doxygen modulesCampbell Barton
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-13Cleanup: Use C99 format string for the SIZET_FORMAT macroJesse Yurkovich
2021-03-24Cleanup: clang-tidy errors.Jeroen Bakker
2021-03-24Cleanup: remove stdio.h header from MEM_guardedalloc.hCampbell 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: Add safety around type changeSergey Sharybin
2020-11-19Guarded allocator: Add explicit switch to the lockfree implementationSergey Sharybin
2020-10-01Cleanup: avoid member access within null pointerAnkit Meel
2020-09-15Fix T80774: (correction) keep MEM_init_memleak_detection call earlyCampbell Barton
2020-08-27Clang Tidy: Fix warningHans Goudey
2020-08-26Tests: fail automated tests on memory leaks and other internal errorsJacques Lucke
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-03Clang-tidy: Enable braces-around-statements warningSebastian Parborg
2020-07-03Clang-Tidy: Enable readability-redundant-control-flowHans Goudey
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-31Fix potential crash in guarded alloc stats, when there are no allocationsJames Fulop
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-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-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-24Cleanup: trailing space guardedalloc & memutilCampbell Barton
2019-01-11MSVC: remove compiler __func__ defineCampbell Barton
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