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-25BLI: simplify removing elements from containers with predicateJacques Lucke
2022-09-25Cleanup: follow C++ type cast style guide in some filesJacques Lucke
2022-06-29BLI: add Vector.append_and_get_index with rvalue parameterJacques Lucke
2022-05-25BLI: use no_unique_address attributeJacques Lucke
2022-04-15Curves: Port curve to mesh node to the new data-blockHans Goudey
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
2021-12-20BLI: fix Vector.prepend declarationJacques Lucke
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-06-28Cleanup: Add function to create a CurveEval from a nurbs listHans Goudey
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-02Cleanup: Correct commentsHans Goudey
2021-04-28BLI: improve Vector.remove_and_reorderJacques Lucke
2021-04-27Cleanup: clang formatJacques Lucke
2021-04-25BLI: Add "first" method to MutableSpan and VectorHans Goudey
2021-04-19Cleanup: spellingCampbell Barton
2021-04-17BLI: add Vector.append_as methodJacques Lucke
2021-03-20BLI: improve support for generic algorithms with c++ containersJacques Lucke
2021-03-17BLI: support equality operator on Span and VectorJacques Lucke
2020-12-16BLI: remove implicit casts between some span typesJacques Lucke
2020-10-14Cleanup: multi-line comment blocksCampbell Barton
2020-08-26BLI: support removing multiple elements from a vectorJacques Lucke
2020-08-19BLI: improve leak detection in testsJacques Lucke
2020-08-19BLI: improve exception safety of Vector, Array and StackJacques Lucke
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-23Particles: improve mesh emitterJacques Lucke
2020-07-20BLI: add typedefs for containers that use raw allocatorsJacques Lucke
2020-07-20BLI: add Vector/Array.fill methodsJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-13BLI: fix constructor regression for Vector and ArrayJacques Lucke
2020-07-08BLI: improve constructors and conversions to spanJacques Lucke
2020-07-07BLI: simplify copy constructor of vectorJacques Lucke
2020-07-06BLI: refactor how buffers for small object optimization are storedJacques Lucke
2020-07-05Revert "BLI: refactor how buffers for small object optimization are stored"Jacques Lucke
2020-07-05BLI: refactor how buffers for small object optimization are storedJacques Lucke
2020-07-03Cleanup: add const in various placesJacques Lucke
2020-07-03Cleanup: bring operator overloads closer togetherJacques Lucke
2020-07-03Cleanup: Use trailing underscore for non-public data membersJacques Lucke
2020-06-30Cleanup: spellingCampbell Barton
2020-06-25Cleanup: spellingCampbell Barton
2020-06-15Cleanup: remove unnecessary codeJacques Lucke
2020-06-13Cleanup: 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