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-02BLI: fix memory leak in VectorSetJacques Lucke
2022-01-18Cleanup: spelling in commentsCampbell Barton
2022-01-14blenlib Any tests: Fix unknown pragma warning on Windows.Ankit Meel
2022-01-14Cleanup: compiler warnings with clangBrecht Van Lommel
2022-01-14blenlib/ Any tests: fix self-assignment warning and typoAnkit Meel
2022-01-13Build: remove usage of link_directoriesBrecht Van Lommel
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-10Fix compile error with msvcJacques Lucke
2022-01-03Cleanup: Rename ObjectValue to DictionaryValue (Serialization).Jeroen Bakker
2021-12-27BLI: add utility to check if type is any specific typeJacques Lucke
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-21Fix T93960: Asset Catalogs I/O fails with unicode file paths on WindowsSybren A. Stüvel
2021-12-20BLI: fix Vector.prepend declarationJacques Lucke
2021-12-17Fix T94116: Drivers can have multiple variables with same nameSybren A. Stüvel
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-11-23Cleanup: Suppress clang-tidy warning.Jeroen Bakker
2021-11-19Merge branch 'blender-v3.0-release'Bastien Montagne
2021-11-19BLI_listbase: Add utils to search from string or index.Bastien Montagne
2021-11-16Geometry Nodes: refactor virtual array systemJacques Lucke
2021-10-26Cleanup: clang-formatBrecht Van Lommel
2021-10-26BlenLib: Add JSON Serialization/Deserialization Abstraction Layer.Jeroen Bakker
2021-10-24Cleanup: cross-reference right pointing arrow literalCampbell Barton
2021-10-22Cleanup: spelling in comments, use C style commentsCampbell Barton
2021-10-19BLI: Support removing keys from a set during iterationHans Goudey
2021-09-28Path util: BLI_path_contains() case-insensitive on WindowsSybren A. Stüvel
2021-09-27BLI Path: add function `BLI_path_contains()`Sybren A. Stüvel
2021-09-24UUID: add less-than operatorSybren A. Stüvel
2021-09-23bUUID: make it explicit the default constructor produces the nil valueSybren 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: spelling in commentsCampbell Barton
2021-09-22BLI: support initializing empty FunctionRef with nullptrJacques Lucke
2021-09-21UUIDs: rename UUID to bUUIDSybren A. Stüvel
2021-09-20UUID: add nil value for UUIDsSybren A. Stüvel
2021-09-20Cleanup: UUID, prevent "missing braces" warning on macOSSybren A. Stüvel
2021-09-17Blenlib: introduce a UUID typeSybren A. Stüvel
2021-09-15BLI: Add a reverse method to MutableSpanJohnny Matthews
2021-09-15Geometry Nodes: multi threaded field evaluationJacques Lucke
2021-09-15Cleanup: doxy sections, parameter syntaxCampbell Barton
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-27Cleanup: quiet maybe-used-uninitialized warningJacques Lucke
2021-08-24Fix BLI_str_utf8_as_unicode_step reading past intended boundsCampbell Barton
2021-08-23Cleanup: use BLI_str_utf8 prefixCampbell Barton
2021-08-17Cleanup: unused definesCampbell Barton
2021-08-03Fix T90387: division by zero when trying to invert scaleSybren A. Stüvel
2021-07-27Add `StringRef::trim()` functionsSybren A. Stüvel