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-23BLI: move some tests into blenlib/testsJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-08Cleanup: add correct license header to testsJacques Lucke
2020-06-30Fix compile errorJacques Lucke
2020-06-30Cleanup: move tests into their corresponding namespaceJacques Lucke
2020-06-29BLI: remove blender::Optional in favor of std::optionalJacques Lucke
2020-06-19Tests: Use explicit signature constantsSergey Sharybin
2020-06-16BLI: fix Map.foreach_item methodJacques Lucke
2020-06-11BLI: define default hash function for const typesJacques 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: 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-21BLI: Use .hh extension for C++ headers in blenlibJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-10-20Cleanup: missing declaration warningsCampbell Barton
2019-09-14BLI: make Map.add_or_modify more powerfulJacques Lucke
2019-09-14BLI: Improve forwarding semantics of some data structuresJacques Lucke
2019-09-13BLI: add some missing methods to Map and SetVectorJacques Lucke
2019-09-13BLI: new C++ hash table data structuresJacques Lucke