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-09-27Cleanup: remove workarounds and version checks for unsupported compilersCampbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Remove dead numaapi code in blenlibSergey Sharybin
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-12-04Cleanup: Clang-Tidy, modernize-use-usingSybren A. Stüvel
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-09-18Cleanup: remove unused global locks from BLI_threadsCampbell Barton
2020-09-07Cleanup: spellingCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-07BLI: Fix mistake in SpinLock TBB migrationSergey Sharybin
2020-07-07Cleanup: spellingCampbell Barton
2020-07-06Cleanup: spelling, commentsCampbell Barton
2020-07-06Cleanup: warnings, spellingCampbell Barton
2020-07-03BLI: Use TBB spin_mutex as SpinLock implementationSergey Sharybin
2020-07-03BLI: Switch threads implementation file to C++Sergey Sharybin