Blender Git Commit Log
Git Commits -> Revision a1ba330
Revision a1ba330 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 15:10 (GMT) |
rename SmallMap to Map |
Commit Details:
Full Hash: a1ba33090b1f5afdc1d864e6dc2dd368061f4077
Parent Commit: 6a63774
Lines Changed: +578, -578
2 Added Paths:
/source/blender/blenlib/BLI_map.hpp (+281, -0) (View)
/tests/gtests/blenlib/BLI_map_test.cc (+253, -0) (View)
/tests/gtests/blenlib/BLI_map_test.cc (+253, -0) (View)
2 Deleted Paths:
/source/blender/blenlib/BLI_small_map.hpp (+0, -281)
/tests/gtests/blenlib/BLI_small_map_test.cc (+0, -253)
/tests/gtests/blenlib/BLI_small_map_test.cc (+0, -253)
23 Modified Paths:
/source/blender/blenkernel/BKE_node_tree.hpp (+3, -3) (Diff)
/source/blender/blenkernel/intern/node_tree.cpp (+1, -1) (Diff)
/source/blender/blenlib/BLI_composition.hpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_multimap.hpp (+3, -3) (Diff)
/source/blender/blenlib/BLI_string_map.hpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_task.hpp (+2, -2) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/functions/backends/llvm/build_ir_body.hpp (+1, -1) (Diff)
/source/blender/functions/backends/llvm/fgraph_ir_generation.cpp (+1, -1) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+3, -3) (Diff)
/source/blender/functions/core/data_flow_graph_builder.hpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.cpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.hpp (+2, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+4, -4) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+2, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.hpp (+1, -1) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+1, -1) (Diff)
/source/blender/functions/functions/lists.cpp (+4, -4) (Diff)
/source/blender/functions/functions/switch.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/world_state.hpp (+2, -2) (Diff)
/tests/gtests/blenlib/BLI_small_vector_test.cc (+3, -3) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenkernel/intern/node_tree.cpp (+1, -1) (Diff)
/source/blender/blenlib/BLI_composition.hpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_multimap.hpp (+3, -3) (Diff)
/source/blender/blenlib/BLI_string_map.hpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_task.hpp (+2, -2) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/functions/backends/llvm/build_ir_body.hpp (+1, -1) (Diff)
/source/blender/functions/backends/llvm/fgraph_ir_generation.cpp (+1, -1) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+3, -3) (Diff)
/source/blender/functions/core/data_flow_graph_builder.hpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.cpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/builder.hpp (+2, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+4, -4) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+2, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.hpp (+1, -1) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+1, -1) (Diff)
/source/blender/functions/functions/lists.cpp (+4, -4) (Diff)
/source/blender/functions/functions/switch.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/world_state.hpp (+2, -2) (Diff)
/tests/gtests/blenlib/BLI_small_vector_test.cc (+3, -3) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+1, -1) (Diff)