Blender Git Commit Log
Git Commits -> Revision d0d6f38
Revision d0d6f38 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 22, 2019, 15:05 (GMT) |
rename SmallStack to Stack |
Commit Details:
Full Hash: d0d6f387548ea67d90397eb7b4313ad4dc36aebe
Parent Commit: f179b2d
Lines Changed: +198, -198
2 Added Paths:
/source/blender/blenlib/BLI_stack.hpp (+125, -0) (View)
/tests/gtests/blenlib/BLI_stack_cpp_test.cc (+52, -0) (View)
/tests/gtests/blenlib/BLI_stack_cpp_test.cc (+52, -0) (View)
2 Deleted Paths:
/source/blender/blenlib/BLI_small_stack.hpp (+0, -125)
/tests/gtests/blenlib/BLI_small_stack_test.cc (+0, -52)
/tests/gtests/blenlib/BLI_small_stack_test.cc (+0, -52)
9 Modified Paths:
/source/blender/blenlib/BLI_array_allocator.hpp (+5, -5) (Diff)
/source/blender/blenlib/BLI_mempool.hpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_object_pool.hpp (+2, -2) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_lazy_init.cpp (+2, -2) (Diff)
/source/blender/functions/backends/tuple_call/execution_context.hpp (+3, -3) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+3, -3) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenlib/BLI_mempool.hpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_object_pool.hpp (+2, -2) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_lazy_init.cpp (+2, -2) (Diff)
/source/blender/functions/backends/tuple_call/execution_context.hpp (+3, -3) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+3, -3) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+1, -1) (Diff)