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
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-05-13BLI: support looking up a key stored in Map or VectorSetJacques Lucke
2021-04-30BLI: support removing Map elements during iterationJacques Lucke
2021-04-30BLI: add a common base class for Map iteratorsJacques Lucke
2021-04-17BLI: support multiple arguments for value in *_as methods of MapJacques Lucke
2021-03-20BLI: improve support for generic algorithms with c++ containersJacques Lucke
2020-10-29BLI: use forwarding reference in MapJacques Lucke
2020-10-28BLI: improve Map.add_newJacques Lucke
2020-08-24BLI: simplify lookup methods in MapJacques Lucke
2020-08-24BLI: improve exception safety of Set and MapJacques 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-08Cleanup: use c++17 helper variable templatesJacques Lucke
2020-07-07Cleanup: remove redundant commentsJacques Lucke
2020-07-03Cleanup: Use trailing underscore for non-public data membersJacques Lucke
2020-06-29BLI: remove blender::Optional in favor of std::optionalJacques Lucke
2020-06-25Cleanup: spellingCampbell Barton
2020-06-16BLI: fix Map.foreach_item methodJacques Lucke
2020-06-13Cleanup: spellingCampbell Barton
2020-06-11BLI: fix forwarding with incorrect typeJacques Lucke
2020-06-11BLI: don't pass const pointers to placement new operatorJacques Lucke
2020-06-11BLI: fix printing name in print_stats methods of Map, Set and VectorSetJacques Lucke
2020-06-11BLI: make Map::Item and Map::MutableItem more accessibleJacques Lucke
2020-06-10BLI: add Map.pop_default methodJacques Lucke
2020-06-10BLI: fix type forwarding in MapJacques Lucke
2020-06-10BLI: add Map.pop_try methodJacques Lucke
2020-06-10BLI: update behavior of Map.lookup_or_addJacques 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-28BLI: add Map.lookup_or_add_default methodJacques Lucke
2020-04-28BLI: add Map.is_empty() methodJacques Lucke
2020-04-24BLI: Implement StringMap.add and StringMap.add_or_modifyJacques Lucke
2020-04-23BLI: various data structure improvementsJacques Lucke
2020-04-21BLI: Use .hh extension for C++ headers in blenlibJacques Lucke