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-24BLI: support accessing nth last element in Array/Span/VectorJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-10Cleanup: add utility macro to simplify using std::enable_ifJacques Lucke
2022-01-06Cleanup: Spelling/grammar in commentsHans Goudey
2022-01-04BLI: Add slice method to MutableSpanHans Goudey
2021-10-03Cleanup: remove unused functionsJacques Lucke
2021-09-22BLI: initialize MutableSpan in default constructorJacques Lucke
2021-09-15BLI: Add a reverse method to MutableSpanJohnny Matthews
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-04-25BLI: Add "first" method to MutableSpan and VectorHans Goudey
2021-04-17Functions: extend virtual array functionalityJacques Lucke
2021-03-20BLI: improve support for generic algorithms with c++ containersJacques Lucke
2021-03-17BLI: support equality operator on Span and VectorJacques Lucke
2021-03-17BLI: improve implicit conversions of spansJacques Lucke
2021-02-21BLI: cleanup StringRef and Span and improve parameter validationJacques Lucke
2020-12-16BLI: remove implicit casts between some span typesJacques Lucke
2020-12-16BLI: constexpr Span, IndexRange, StringRef(Null/Base)Ankit Meel
2020-08-14BLI: add reverse iterators, iterator constructor and Vector.insert/prependJacques Lucke
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-23Cleanup: unify naming between different spansJacques Lucke
2020-07-23BLI: Add MutableSpan.copy_from methodJacques Lucke
2020-07-20Particles: support removing particles during the simulationJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-13BLI: don't allow mutable span of initializer listJacques Lucke
2020-07-08BLI: improve constructors and conversions to spanJacques Lucke
2020-07-08Cleanup: remove unused functionJacques Lucke
2020-07-08Cleanup: use c++17 helper variable templatesJacques Lucke
2020-07-03Cleanup: add const in various placesJacques Lucke
2020-07-03Cleanup: Use trailing underscore for non-public data membersJacques Lucke
2020-06-09BLI: remove incorrect constJacques Lucke
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke