Blender Git Commit Log
Git Commits -> Revision 16a23f4
Revision 16a23f4 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 8, 2019, 09:44 (GMT) |
rename FixedArrayAllocator to just ArrayAllocator |
Commit Details:
Full Hash: 16a23f4195ee9b6f17a7c9c81f7a539d468e4fd5
Parent Commit: 7387e36
Lines Changed: +255, -255
2 Added Paths:
/source/blender/blenlib/BLI_array_allocator.hpp (+210, -0) (View)
/tests/gtests/blenlib/BLI_array_allocator_test.cc (+29, -0) (View)
/tests/gtests/blenlib/BLI_array_allocator_test.cc (+29, -0) (View)
2 Deleted Paths:
/source/blender/blenlib/BLI_fixed_array_allocator.hpp (+0, -210)
/tests/gtests/blenlib/BLI_fixed_array_allocator_test.cc (+0, -29)
/tests/gtests/blenlib/BLI_fixed_array_allocator_test.cc (+0, -29)
5 Modified Paths:
/source/blender/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/simulations/bparticles/attributes.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/attributes.hpp (+4, -4) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+8, -8) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/simulations/bparticles/attributes.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/attributes.hpp (+4, -4) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+8, -8) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+1, -1) (Diff)