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-09-24UUID: add less-than operatorSybren A. Stüvel
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-23bUUID: make it explicit the default constructor produces the nil valueSybren 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-23Cleanup: bUUID, document the constructorsSybren 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-21Cleanup: mention `UUID_STRING_LEN` in commentSybren A. Stüvel
2021-09-20Cleanup: spelling (correct c5c8c68eec93e57ed46be4371d8831e2f0fe3fe2)Campbell Barton
2021-09-20UUID: add nil value for UUIDsSybren A. Stüvel
2021-09-20Cleanup: spellingCampbell Barton
2021-09-17Blenlib: introduce a UUID typeSybren A. Stüvel