Blender Git Loki
Git Commits -> Revision de21ddf
Revision de21ddf by Sergey Sharybin (master) July 31, 2020, 09:24 (GMT) |
BLI: Initial implementation of generic session UUID API Covers basics like generation of new UUID. Also contains code needed to use the SessionUUID as a key in the Map. |
Commit Details:
Full Hash: de21ddf821ce073031aa0154874cebcfad7cb481
Parent Commit: cd579c4
Lines Changed: +172, -0
3 Added Paths:
/source/blender/blenlib/BLI_session_uuid.h (+71, -0) (View)
/source/blender/blenlib/intern/session_uuid.c (+78, -0) (View)
/tests/gtests/blenlib/BLI_session_uuid_test.cc (+20, -0) (View)
/source/blender/blenlib/intern/session_uuid.c (+78, -0) (View)
/tests/gtests/blenlib/BLI_session_uuid_test.cc (+20, -0) (View)