Blender Git Loki
Git Commits -> Revision de8a52d
Revision de8a52d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) August 18, 2019, 10:12 (GMT) |
low level memory utilities in blenlib |
Commit Details:
Full Hash: de8a52dcee782d1d2f0ace5507c64e1271cd85d8
Parent Commit: b0ca346
Lines Changed: +113, -73
1 Added Path:
/source/blender/blenlib/BLI_memory.hpp (+61, -0) (View)
7 Modified Paths:
/source/blender/blenlib/BLI_array_ref.hpp (+3, -2) (Diff)
/source/blender/blenlib/BLI_optional.hpp (+17, -6) (Diff)
/source/blender/blenlib/BLI_vector.hpp (+14, -23) (Diff)
/source/blender/blenlib/BLI_vector_adaptor.hpp (+2, -2) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -0) (Diff)
/source/blender/functions/backends/cpp/cpp_type_info.hpp (+11, -36) (Diff)
/source/blender/functions/backends/cpp/tuple.hpp (+4, -4) (Diff)
/source/blender/blenlib/BLI_optional.hpp (+17, -6) (Diff)
/source/blender/blenlib/BLI_vector.hpp (+14, -23) (Diff)
/source/blender/blenlib/BLI_vector_adaptor.hpp (+2, -2) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -0) (Diff)
/source/blender/functions/backends/cpp/cpp_type_info.hpp (+11, -36) (Diff)
/source/blender/functions/backends/cpp/tuple.hpp (+4, -4) (Diff)