Blender Git Loki
Git Commits -> Revision 3425732
Revision 3425732 by Campbell Barton (master) October 29, 2017, 04:47 (GMT) |
BLI_heap: minor changes to the API Recent addition of 'reinsert' didn't match logic for ghash API. Rename to BLI_heap_node_value_update, also add BLI_heap_insert_or_update since it's a common operation. |
Commit Details:
Full Hash: 34257329263c3af108736b8d1047d48091e82d92
Parent Commit: 336885b
Lines Changed: +47, -27
5 Modified Paths:
/source/blender/blenlib/BLI_heap.h (+7, -3) (Diff)
/source/blender/blenlib/intern/BLI_heap.c (+36, -10) (Diff)
/source/blender/blenlib/intern/polyfill2d_beautify.c (+1, -6) (Diff)
/source/blender/bmesh/tools/bmesh_decimate_collapse.c (+1, -6) (Diff)
/tests/gtests/blenlib/BLI_heap_test.cc (+2, -2) (Diff)
/source/blender/blenlib/intern/BLI_heap.c (+36, -10) (Diff)
/source/blender/blenlib/intern/polyfill2d_beautify.c (+1, -6) (Diff)
/source/blender/bmesh/tools/bmesh_decimate_collapse.c (+1, -6) (Diff)
/tests/gtests/blenlib/BLI_heap_test.cc (+2, -2) (Diff)