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-06-25BLI: improve support for trivial virtual arraysJacques Lucke
2022-05-25BLI: use no_unique_address attributeJacques Lucke
2022-05-02EEVEE: Rewrite: Implement nodetree support with every geometry typesClément Foucault
2022-03-02BLI: add scoped-defer utility to add RAII-like behavior to C typesJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-10Cleanup: add utility macro to simplify using std::enable_ifJacques Lucke
2021-12-27BLI: add utility to check if type is any specific typeJacques Lucke
2021-07-05BLI: add conversion constructor for destruct_ptrJacques Lucke
2021-03-07Geometry Nodes: simplify allocating dynamically sized buffer on stackJacques Lucke
2020-12-16BLI: remove implicit casts between some span typesJacques Lucke
2020-08-19BLI: improve exception safety of Vector, Array and StackJacques 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-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