Blender Git Loki
Git Commits -> Revision 2835c8d
Revision 2835c8d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 07:59 (GMT) |
allow SmallVector to use ArrayRef |
Commit Details:
Full Hash: 2835c8df6f9051d57fc0aada59e05feacadceebd
Parent Commit: 83a8f83
Lines Changed: +33, -34
10 Modified Paths:
/source/blender/blenlib/BLI_array_ref.hpp (+2, -18) (Diff)
/source/blender/blenlib/BLI_small_vector.hpp (+15, -1) (Diff)
/source/blender/functions/backends/llvm/ir_for_tuple_call.cpp (+1, -1) (Diff)
/source/blender/functions/backends/tuple/tuple.hpp (+1, -1) (Diff)
/source/blender/functions/core/function.hpp (+4, -4) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+1, -1) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+4, -4) (Diff)
/source/blender/simulations/bparticles/attributes.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/core.hpp (+2, -2) (Diff)
/tests/gtests/blenlib/BLI_array_ref_test.cc (+2, -1) (Diff)
/source/blender/blenlib/BLI_small_vector.hpp (+15, -1) (Diff)
/source/blender/functions/backends/llvm/ir_for_tuple_call.cpp (+1, -1) (Diff)
/source/blender/functions/backends/tuple/tuple.hpp (+1, -1) (Diff)
/source/blender/functions/core/function.hpp (+4, -4) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+1, -1) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+4, -4) (Diff)
/source/blender/simulations/bparticles/attributes.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/core.hpp (+2, -2) (Diff)
/tests/gtests/blenlib/BLI_array_ref_test.cc (+2, -1) (Diff)