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-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-10-14Cleanup: silence Clang missing-braces warning.Ankit Meel
2021-09-24UUID: add less-than operatorSybren A. Stüvel
2021-09-23Cleanup: UUID, fix clang-tidy warningsSybren A. Stüvel
2021-09-23UUID: add `!=` operator for comparing UUIDsSybren A. Stüvel
2021-09-23UUID: place C++ code in correct namespaceSybren A. Stüvel
2021-09-23Assets: add Asset Catalog systemSybren A. Stüvel
2021-09-21UUIDs: rename UUID to bUUIDSybren A. Stüvel
2021-09-20UUID: add nil value for UUIDsSybren A. Stüvel
2021-09-20UUID: fix seeding the RNG clock on macOSSybren A. Stüvel
2021-09-20UUID: include 'seconds' field of current time in RNG seedSybren A. Stüvel
2021-09-18Cleanup: add missing includesJacques Lucke
2021-09-17Cleanup: clang-tidy warnings in UUID codeSybren A. Stüvel
2021-09-17Blenlib: introduce a UUID typeSybren A. Stüvel