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
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