Blender Git Loki
Git Commits -> Revision 4b67993
Revision 4b67993 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 13, 2019, 16:38 (GMT) |
Some documentation for the C++ data structures in BLI |
Commit Details:
Full Hash: 4b6799394f107cb86dffdc20525713e8fadae67c
Parent Commit: f7fd87d
Lines Changed: +156, -4
19 Modified Paths:
/source/blender/blenlib/BLI_array_lookup.hpp (+8, -0) (Diff)
/source/blender/blenlib/BLI_array_ref.hpp (+6, -0) (Diff)
/source/blender/blenlib/BLI_composition.hpp (+8, -0) (Diff)
/source/blender/blenlib/BLI_lazy_init.hpp (+2, -0) (Diff)
/source/blender/blenlib/BLI_listbase_wrapper.hpp (+6, -1) (Diff)
/source/blender/blenlib/BLI_mempool.hpp (+19, -0) (Diff)
/source/blender/blenlib/BLI_multimap.hpp (+9, -0) (Diff)
/source/blender/blenlib/BLI_multipool.hpp (+9, -0) (Diff)
/source/blender/blenlib/BLI_object_pool.hpp (+13, -0) (Diff)
/source/blender/blenlib/BLI_optional.hpp (+4, -0) (Diff)
/source/blender/blenlib/BLI_range.hpp (+4, -0) (Diff)
/source/blender/blenlib/BLI_shared.hpp (+16, -0) (Diff)
/source/blender/blenlib/BLI_shared_immutable.hpp (+19, -1) (Diff)
/source/blender/blenlib/BLI_small_map.hpp (+5, -0) (Diff)
/source/blender/blenlib/BLI_small_set.hpp (+6, -0) (Diff)
/source/blender/blenlib/BLI_small_set_vector.hpp (+5, -0) (Diff)
/source/blender/blenlib/BLI_small_stack.hpp (+5, -1) (Diff)
/source/blender/blenlib/BLI_small_vector.hpp (+7, -0) (Diff)
/source/blender/blenlib/BLI_timeit.hpp (+5, -1) (Diff)
/source/blender/blenlib/BLI_array_ref.hpp (+6, -0) (Diff)
/source/blender/blenlib/BLI_composition.hpp (+8, -0) (Diff)
/source/blender/blenlib/BLI_lazy_init.hpp (+2, -0) (Diff)
/source/blender/blenlib/BLI_listbase_wrapper.hpp (+6, -1) (Diff)
/source/blender/blenlib/BLI_mempool.hpp (+19, -0) (Diff)
/source/blender/blenlib/BLI_multimap.hpp (+9, -0) (Diff)
/source/blender/blenlib/BLI_multipool.hpp (+9, -0) (Diff)
/source/blender/blenlib/BLI_object_pool.hpp (+13, -0) (Diff)
/source/blender/blenlib/BLI_optional.hpp (+4, -0) (Diff)
/source/blender/blenlib/BLI_range.hpp (+4, -0) (Diff)
/source/blender/blenlib/BLI_shared.hpp (+16, -0) (Diff)
/source/blender/blenlib/BLI_shared_immutable.hpp (+19, -1) (Diff)
/source/blender/blenlib/BLI_small_map.hpp (+5, -0) (Diff)
/source/blender/blenlib/BLI_small_set.hpp (+6, -0) (Diff)
/source/blender/blenlib/BLI_small_set_vector.hpp (+5, -0) (Diff)
/source/blender/blenlib/BLI_small_stack.hpp (+5, -1) (Diff)
/source/blender/blenlib/BLI_small_vector.hpp (+7, -0) (Diff)
/source/blender/blenlib/BLI_timeit.hpp (+5, -1) (Diff)