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
2021-06-27update teststemp-cpp-type-cleanupJacques Lucke
2021-06-27improve hashingJacques Lucke
2021-06-27cleanupJacques Lucke
2021-06-27improve printingJacques Lucke
2021-06-27improve commentJacques Lucke
2021-06-27make more CPPType features optionalJacques Lucke
2021-06-27better support types without default valueJacques Lucke
2021-06-27simplify fill assign/constructJacques Lucke
2021-06-27improve namingJacques Lucke
2021-06-27better support types that don't have all special member functionsJacques Lucke
2021-06-27remove more duplicationJacques Lucke
2021-06-27reduce duplication in CPPTypeJacques Lucke
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-15Fix: wrong size checkJacques Lucke
2021-06-10Cleanup: add commentJacques Lucke
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Revert "Blenlib: Explicit Colors."Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-16Cleanup: Fix inconsistent-missing-override warningAnkit Meel
2021-05-14Cleanup: clang-formatCampbell Barton
2021-05-14Fix build after last commitHans Goudey
2021-05-14Functions: Expose set_all method for generic virtual arraysHans Goudey
2021-05-13Functions: simplify adding a single input to a multi-functionJacques Lucke
2021-05-11Functions: Add materialize methods for generic mutable virtual arrayHans Goudey
2021-05-10Functions: support materialize virtual array to initialized spanJacques Lucke
2021-04-30Fix: missing returnJacques Lucke
2021-04-29Function: add method to create shallow copy of virtual arrayJacques Lucke
2021-04-29Functions: make copying virtual arrays to span more efficientJacques Lucke
2021-04-27Geometry Nodes: improve geometry nodes evaluator internal apiJacques Lucke
2021-04-21Functions: add slice method for generic spansJacques Lucke
2021-04-17Geometry Nodes: use virtual arrays in internal attribute apiJacques Lucke
2021-04-17Functions: extend virtual array functionalityJacques Lucke
2021-04-01BLI: rename resource collector to resource scopeJacques Lucke
2021-03-28Cleanup: use parentheses in macroJacques Lucke
2021-03-25BLI: simplify using DefaultHashJacques Lucke
2021-03-22Functions: devirtualize virtual arrays in simple functionsJacques Lucke
2021-03-22Fix build error on macOS/clangBrecht Van Lommel
2021-03-22Functions: make multi functions smaller and cheaper to construct in many casesJacques Lucke
2021-03-21Cleanup: compile errors on macosJacques Lucke
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-03-21Functions: move CPPType creation related code to separate headerJacques Lucke
2021-03-21Cleanup: use static local variablesCampbell Barton
2021-03-08Geometry Nodes: support Vector Rotate nodeLeon Leno
2021-03-07Geometry Nodes: simplify allocating dynamically sized buffer on stackJacques Lucke
2021-03-07Cleanup: remove dead codeJacques Lucke
2021-03-07Cleanup: compiler warningsJacques Lucke
2021-03-07BLI: make it harder to forget to destruct a valueJacques Lucke
2021-02-20Cleanup: doxygen sectionsCampbell Barton
2021-02-18Cleanup: return const reference instead of copyJacques Lucke
2021-02-04Geometry Nodes: new Is Viewport nodeJacques Lucke