Blender Git Loki
Git Commits -> Revision 51aa004
Revision 51aa004 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 6, 2019, 12:59 (GMT) |
initial list types implementation |
Commit Details:
Full Hash: 51aa004a393558b5cc2659d9d8e5595679b3a9d9
Parent Commit: ebab49d
Lines Changed: +447, -23
6 Added Paths:
/source/blender/blenlib/BLI_shared_immutable.hpp (+55, -0) (View)
/source/blender/functions/functions/lists.cpp (+36, -0) (View)
/source/blender/functions/functions/lists.hpp (+9, -0) (View)
/source/blender/functions/types/lists.hpp (+76, -0) (View)
/source/blender/functions/types/numeric_lists.cpp (+68, -0) (View)
/source/blender/functions/types/numeric_lists.hpp (+12, -0) (View)
/source/blender/functions/functions/lists.cpp (+36, -0) (View)
/source/blender/functions/functions/lists.hpp (+9, -0) (View)
/source/blender/functions/types/lists.hpp (+76, -0) (View)
/source/blender/functions/types/numeric_lists.cpp (+68, -0) (View)
/source/blender/functions/types/numeric_lists.hpp (+12, -0) (View)
6 Modified Paths:
/source/blender/functions/backends/llvm/llvm_types.cpp (+96, -5) (Diff)
/source/blender/functions/backends/llvm/llvm_types.hpp (+75, -6) (Diff)
/source/blender/functions/CMakeLists.txt (+5, -0) (Diff)
/source/blender/functions/c_wrapper.cpp (+11, -10) (Diff)
/source/blender/functions/FN_functions.hpp (+2, -1) (Diff)
/source/blender/functions/FN_types.hpp (+2, -1) (Diff)
/source/blender/functions/backends/llvm/llvm_types.hpp (+75, -6) (Diff)
/source/blender/functions/CMakeLists.txt (+5, -0) (Diff)
/source/blender/functions/c_wrapper.cpp (+11, -10) (Diff)
/source/blender/functions/FN_functions.hpp (+2, -1) (Diff)
/source/blender/functions/FN_types.hpp (+2, -1) (Diff)