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-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: follow C++ type cast style guide in some filesJacques Lucke
2022-05-25BLI: use no_unique_address attributeJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-05-13BLI: add LinearAllocator.construct_array methodJacques Lucke
2021-04-01BLI: return early when copying empty arrayJacques Lucke
2021-03-07Cleanup: fix implicit conversion warningJacques Lucke
2021-03-07BLI: make it harder to forget to destruct a valueJacques Lucke
2021-03-07BLI: reduce wasted memory in linear allocatorJacques 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-20Refactor: Update integer type usageJacques Lucke
2020-07-03Cleanup: add const in various placesJacques Lucke
2020-07-03Cleanup: Use trailing underscore for non-public data membersJacques Lucke
2020-06-11BLI: don't pass const pointers to placement new operatorJacques 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-05-09Cleanup: spellingCampbell Barton
2020-05-07BLI: improve linear allocator documentationJacques Lucke
2020-04-25BLI: add LinearAllocatorJacques Lucke