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-07-28Fix wrong post-increment operators & test for BLI containersJulian Eisel
2022-05-25BLI: use no_unique_address attributeJacques Lucke
2022-05-20Cleanup: don't use variable name that matches type aliasJacques Lucke
2022-03-29BLI: optimize Map/Set/VectorSet.clear methodsJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-10-19BLI: Support removing keys from a set during iterationHans Goudey
2021-03-25BLI: fix Set.lookup_key_or_addJacques Lucke
2021-03-20BLI: improve support for generic algorithms with c++ containersJacques Lucke
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-10-12BLI: support looking up a key from a set or adding it when not existantJacques 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-07Cleanup: remove redundant commentsJacques Lucke
2020-07-06BLI: add methods to lookup a stored key in a setJacques Lucke
2020-07-03Cleanup: add const in various placesJacques Lucke
2020-07-03Cleanup: Use trailing underscore for non-public data membersJacques Lucke
2020-06-25Cleanup: spellingCampbell Barton
2020-06-13Cleanup: spellingCampbell Barton
2020-06-11Cleanup: fix terminology in commentJacques Lucke
2020-06-11BLI: fix printing name in print_stats methods of Map, Set and VectorSetJacques Lucke
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-28BLI: add Set.clear methodJacques Lucke
2020-04-28BLI: add Set.is_empty methodJacques Lucke
2020-04-23BLI: various data structure improvementsJacques Lucke
2020-04-21BLI: Use .hh extension for C++ headers in blenlibJacques Lucke