Blender Git Commit Log

Git Commits -> Revision ab96443

Revision ab96443 by Sybren A. Stüvel (master)
September 24, 2021, 12:42 (GMT)
UUID: add less-than operator

Add `operator<` to C++ class to allow lexicographic ordering of UUIDs.

This will be necessary when writing asset catalogs to disk in a predictable
(i.e. ordered) manner.

Commit Details:

Full Hash: ab9644382d14eb1254ce33e38227c874fd80a08f
Parent Commit: 2b9ca0f
Lines Changed: +47, -0

3 Modified Paths:

/source/blender/blenlib/BLI_uuid.h (+5, -0) (Diff)
/source/blender/blenlib/intern/uuid.cc (+19, -0) (Diff)
/source/blender/blenlib/tests/BLI_uuid_test.cc (+23, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021