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-19Cleanup: Fix grammar in IndexRange headerHans Goudey
2022-09-17IndexRange: Add new `intersect` methodClément Foucault
2022-09-07BLI: new C++ BitVector data structureJacques Lucke
2022-07-28Fix wrong post-increment operators & test for BLI containersJulian Eisel
2022-07-20Curves: Port fillet node to the new data-blockHans Goudey
2022-07-06Curves: Port subdivide node to the new data-blockHans Goudey
2022-04-07BLI: inline fast path of IndexRange::as_spanJacques Lucke
2022-04-07Cleanup: Incorrect comment in IndexRange headerMattias Fredriksson
2022-03-03BLI: Add functions to IndexRange to mirror SpanHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-06Cleanup: Spelling/grammar in commentsHans Goudey
2021-03-20BLI: improve support for generic algorithms with c++ containersJacques Lucke
2021-01-22Fix T84745: more build errors with TBB 2021Brecht Van Lommel
2020-12-16BLI: constexpr Span, IndexRange, StringRef(Null/Base)Ankit Meel
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-03Cleanup: Use trailing underscore for non-public data membersJacques Lucke
2020-06-25Cleanup: spellingCampbell Barton
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-09BLI: generally improve C++ data structuresJacques Lucke
2020-04-21BLI: Use .hh extension for C++ headers in blenlibJacques Lucke