Blender Git Loki
Git Commits -> Revision 6732a03
Revision 6732a03 by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) January 2, 2020, 15:28 (GMT) |
introduce StringMultiMap |
Commit Details:
Full Hash: 6732a03531f9a1a14adb5edee17217aaff67d802
Parent Commit: 8753f92
Lines Changed: +152, -52
1 Added Path:
/source/blender/blenlib/BLI_string_multi_map.h (+81, -0) (View)
8 Modified Paths:
/source/blender/blenlib/BLI_parallel.h (+23, -3) (Diff)
/source/blender/blenlib/BLI_string_map.h (+2, -2) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -0) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+11, -13) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+5, -5) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+26, -26) (Diff)
/tests/gtests/blenlib/BLI_string_map_test.cc (+1, -1) (Diff)
/source/blender/blenlib/BLI_string_map.h (+2, -2) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -0) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+11, -13) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+5, -5) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+26, -26) (Diff)
/tests/gtests/blenlib/BLI_string_map_test.cc (+1, -1) (Diff)