Blender Git Loki
Git Commits -> Revision f9caf48
Revision f9caf48 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 14:57 (GMT) |
Rename SmallSet to just Set The fact that the data structure has small object optimization is not important enough to justify a more complex name. Following commits will rename other data structures. |
Commit Details:
Full Hash: f9caf48eab9085df2531c03a47cb050b5ecb13e7
Parent Commit: f039c43
Lines Changed: +416, -416
2 Added Paths:
/source/blender/blenlib/BLI_set.hpp (+215, -0) (View)
/tests/gtests/blenlib/BLI_set_test.cc (+171, -0) (View)
/tests/gtests/blenlib/BLI_set_test.cc (+171, -0) (View)
2 Deleted Paths:
/source/blender/blenlib/BLI_small_set.hpp (+0, -215)
/tests/gtests/blenlib/BLI_small_set_test.cc (+0, -171)
/tests/gtests/blenlib/BLI_small_set_test.cc (+0, -171)
13 Modified Paths:
/source/blender/blenlib/BLI_mempool.hpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_object_pool.hpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_small_map.hpp (+1, -1) (Diff)
/source/blender/blenlib/BLI_small_set_vector.hpp (+6, -6) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/functions/backends/llvm/fgraph_ir_generation.cpp (+2, -2) (Diff)
/source/blender/functions/core/data_flow_graph_builder.hpp (+2, -2) (Diff)
/source/blender/functions/core/function_graph.cpp (+4, -4) (Diff)
/source/blender/functions/core/function_graph.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/inserters.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+1, -1) (Diff)
/tests/gtests/blenlib/BLI_small_map_test.cc (+5, -5) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenlib/BLI_object_pool.hpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_small_map.hpp (+1, -1) (Diff)
/source/blender/blenlib/BLI_small_set_vector.hpp (+6, -6) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/functions/backends/llvm/fgraph_ir_generation.cpp (+2, -2) (Diff)
/source/blender/functions/core/data_flow_graph_builder.hpp (+2, -2) (Diff)
/source/blender/functions/core/function_graph.cpp (+4, -4) (Diff)
/source/blender/functions/core/function_graph.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/inserters.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+1, -1) (Diff)
/tests/gtests/blenlib/BLI_small_map_test.cc (+5, -5) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+1, -1) (Diff)