Blender Git Commit Log
Git Commits -> Revision 247a28f
Revision 247a28f by Jacques Lucke (master) July 5, 2020, 13:08 (GMT) |
Revert "BLI: refactor how buffers for small object optimization are stored" This reverts commit 5d79f9f276b4b3e6289308c534c58e7ee3bb5e2d. This was introducing build errors in windows. Need a bit more time to check it. |
Commit Details:
Full Hash: 247a28f242c2c0a8931a84df0db6e60763642f30
Parent Commit: 5d79f9f
Lines Changed: +103, -142
7 Modified Paths:
/source/blender/blenlib/BLI_array.hh (+10, -5) (Diff)
/source/blender/blenlib/BLI_map_slots.hh (+33, -33) (Diff)
/source/blender/blenlib/BLI_memory_utils.hh (+5, -62) (Diff)
/source/blender/blenlib/BLI_set_slots.hh (+23, -23) (Diff)
/source/blender/blenlib/BLI_stack.hh (+14, -7) (Diff)
/source/blender/blenlib/BLI_vector.hh (+12, -7) (Diff)
/tests/gtests/blenlib/BLI_array_test.cc (+6, -5) (Diff)
/source/blender/blenlib/BLI_map_slots.hh (+33, -33) (Diff)
/source/blender/blenlib/BLI_memory_utils.hh (+5, -62) (Diff)
/source/blender/blenlib/BLI_set_slots.hh (+23, -23) (Diff)
/source/blender/blenlib/BLI_stack.hh (+14, -7) (Diff)
/source/blender/blenlib/BLI_vector.hh (+12, -7) (Diff)
/tests/gtests/blenlib/BLI_array_test.cc (+6, -5) (Diff)