Blender Git Commit Log
Git Commits -> Revision 8e18a99
Revision 8e18a99 by Jacques Lucke (master) August 24, 2020, 15:24 (GMT) |
BLI: improve exception safety of Set and Map For more information see rB2aff45146f1464ba8899368ad004522cb6a1a98c. |
Commit Details:
Full Hash: 8e18a9984505514a229d66b38fff31d930367968
Parent Commit: 5303509
Lines Changed: +405, -192
9 Modified Paths:
/source/blender/blenlib/BLI_array.hh (+37, -6) (Diff)
/source/blender/blenlib/BLI_map.hh (+72, -51) (Diff)
/source/blender/blenlib/BLI_map_slots.hh (+51, -44) (Diff)
/source/blender/blenlib/BLI_set.hh (+69, -45) (Diff)
/source/blender/blenlib/BLI_set_slots.hh (+8, -39) (Diff)
/source/blender/blenlib/tests/BLI_array_test.cc (+14, -0) (Diff)
/source/blender/blenlib/tests/BLI_exception_safety_test_utils.hh (+37, -7) (Diff)
/source/blender/blenlib/tests/BLI_map_test.cc (+67, -0) (Diff)
/source/blender/blenlib/tests/BLI_set_test.cc (+50, -0) (Diff)
/source/blender/blenlib/BLI_map.hh (+72, -51) (Diff)
/source/blender/blenlib/BLI_map_slots.hh (+51, -44) (Diff)
/source/blender/blenlib/BLI_set.hh (+69, -45) (Diff)
/source/blender/blenlib/BLI_set_slots.hh (+8, -39) (Diff)
/source/blender/blenlib/tests/BLI_array_test.cc (+14, -0) (Diff)
/source/blender/blenlib/tests/BLI_exception_safety_test_utils.hh (+37, -7) (Diff)
/source/blender/blenlib/tests/BLI_map_test.cc (+67, -0) (Diff)
/source/blender/blenlib/tests/BLI_set_test.cc (+50, -0) (Diff)