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-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-14BLI: remove static assert noexcept move constructorsJacques Lucke
2020-07-08BLI: improve constructors and conversions to spanJacques Lucke
2020-07-08Cleanup: use c++17 helper variable templatesJacques Lucke
2020-07-06BLI: improve exception safety of memory utilsJacques Lucke
2020-07-06BLI: refactor how buffers for small object optimization are storedJacques Lucke
2020-07-05Revert "BLI: refactor how buffers for small object optimization are stored"Jacques Lucke
2020-07-05BLI: refactor how buffers for small object optimization are storedJacques Lucke
2020-07-03Cleanup: Use trailing underscore for non-public data membersJacques Lucke
2020-06-30BLI: add Array constructor that does not initialize non-trivial typesJacques Lucke
2020-06-29Cleanup: use std::make_unique instead of blender::make_uniqueJacques Lucke
2020-06-13Cleanup: spellingCampbell Barton
2020-06-11BLI: don't pass const pointers to placement new operatorJacques Lucke
2020-06-11BLI: include <new> headerJacques 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-21BLI: Use .hh extension for C++ headers in blenlibJacques Lucke