Blender Git Loki
Git Commits -> Revision 158425f
Revision 158425f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) April 11, 2019, 11:47 (GMT) |
use a multimap data structure to store links of output sockets |
Commit Details:
Full Hash: 158425fc61cebb41739aed614caa9599dd107eec
Parent Commit: f92bc17
Lines Changed: +228, -38
3 Added Paths:
/source/blender/blenlib/BLI_array_ref.hpp (+39, -0) (View)
/source/blender/blenlib/BLI_multimap.hpp (+78, -0) (View)
/tests/gtests/blenlib/BLI_multimap_test.cc (+52, -0) (View)
/source/blender/blenlib/BLI_multimap.hpp (+78, -0) (View)
/tests/gtests/blenlib/BLI_multimap_test.cc (+52, -0) (View)
6 Modified Paths:
/source/blender/blenlib/BLI_multipool.hpp (+13, -1) (Diff)
/source/blender/blenlib/BLI_small_map.hpp (+1, -1) (Diff)
/source/blender/blenlib/BLI_small_vector.hpp (+15, -11) (Diff)
/source/blender/blenlib/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+27, -25) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenlib/BLI_small_map.hpp (+1, -1) (Diff)
/source/blender/blenlib/BLI_small_vector.hpp (+15, -11) (Diff)
/source/blender/blenlib/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+27, -25) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+1, -0) (Diff)