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-11-02Cleanup: spelling in commentsCampbell Barton
2022-10-12Cleanup: use 'u' prefixed unsigned typesCampbell Barton
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-18Build: fix gtest build flags affecting actual libraryBrecht Van Lommel
2022-08-30Cleanup: spelling in commentsCampbell Barton
2022-08-29Allocator: add MEM_cnew_arrayBrecht Van Lommel
2022-08-18CMake: support building with musl libclistout
2022-08-04Guarded allocator: Function to rename block for debuggingJulian Eisel
2022-07-16Cleanup: early exit MEM_lockfree_freeN when called with NULL pointerCampbell Barton
2022-06-01Cleanup: '*' prefix C-comment blocksCampbell Barton
2022-05-17Cleanup: spelling in commentsCampbell Barton
2022-03-16Cleanup: Deprecated field access in outliner_duplicateSergey Sharybin
2022-02-11File headers: manually convert files to use SPDX headersCampbell Barton
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-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-11-16Cleanup: document that `MEM_dupallocN` is NULL-safeSybren A. Stüvel
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-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
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: 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