Blender Git Commit Log
Git Commits -> Revision 9677fbe
Revision 9677fbe by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) February 10, 2020, 09:51 (GMT) |
rename MonotonicAllocator to LinearAllocator |
Commit Details:
Full Hash: 9677fbe029283377e04b6168f0e3186802039e62
Parent Commit: 6989f9b
Lines Changed: +220, -220
2 Added Paths:
/source/blender/blenlib/BLI_linear_allocator.h (+153, -0) (View)
/tests/gtests/blenlib/BLI_linear_allocator_test.cc (+48, -0) (View)
/tests/gtests/blenlib/BLI_linear_allocator_test.cc (+48, -0) (View)
2 Deleted Paths:
/source/blender/blenlib/BLI_monotonic_allocator.h (+0, -153)
/tests/gtests/blenlib/BLI_monotonic_allocator_test.cc (+0, -48)
/tests/gtests/blenlib/BLI_monotonic_allocator_test.cc (+0, -48)
10 Modified Paths:
/source/blender/blenkernel/BKE_virtual_node_tree.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_multi_map.h (+2, -2) (Diff)
/source/blender/blenlib/BLI_resource_collector.h (+3, -3) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/functions/FN_attributes_ref.h (+4, -4) (Diff)
/source/blender/functions/FN_generic_vector_array.h (+3, -3) (Diff)
/source/blender/functions/FN_multi_function_network.h (+2, -2) (Diff)
/source/blender/functions/FN_node_tree.h (+1, -1) (Diff)
/source/blender/functions/intern/multi_functions/network.cc (+1, -1) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/blenlib/BLI_multi_map.h (+2, -2) (Diff)
/source/blender/blenlib/BLI_resource_collector.h (+3, -3) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -1) (Diff)
/source/blender/functions/FN_attributes_ref.h (+4, -4) (Diff)
/source/blender/functions/FN_generic_vector_array.h (+3, -3) (Diff)
/source/blender/functions/FN_multi_function_network.h (+2, -2) (Diff)
/source/blender/functions/FN_node_tree.h (+1, -1) (Diff)
/source/blender/functions/intern/multi_functions/network.cc (+1, -1) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+1, -1) (Diff)