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-11File headers: SPDX License migrationCampbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-04-19Cleanup: spellingCampbell Barton
2021-04-17BLI: support multiple parameters in Stack.push_asJacques Lucke
2021-03-20BLI: improve support for generic algorithms with c++ containersJacques Lucke
2020-08-19BLI: improve exception safety of Vector, Array and StackJacques Lucke
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-20BLI: add typedefs for containers that use raw allocatorsJacques Lucke
2020-07-20Refactor: Update integer type usageJacques 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-04BLI: fix mistake in move constructor of StackJacques Lucke
2020-07-03Cleanup: add const in various placesJacques Lucke
2020-07-03Cleanup: Use trailing underscore for non-public data membersJacques 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
2020-04-23BLI: various data structure improvementsJacques Lucke
2020-04-21BLI: Use .hh extension for C++ headers in blenlibJacques Lucke