Blender Git Commit Log
Git Commits -> Revision 0ef4660
Revision 0ef4660 by Bastien Montagne (temp-ghash-basis) March 19, 2015, 12:19 (GMT) |
Squashed commit of temp-ghash-experiments, minus the 'hash storage' part. |
Commit Details:
Full Hash: 0ef46609ee0b02713b46a3a6280c8029a09320c6
Parent Commit: c69b5e0
Lines Changed: +2249, -218
2 Added Paths:
/tests/gtests/blenlib/BLI_ghash_performance_test.cc (+523, -0) (View)
/tests/gtests/blenlib/BLI_ghash_test.cc (+448, -0) (View)
/tests/gtests/blenlib/BLI_ghash_test.cc (+448, -0) (View)
6 Modified Paths:
/source/blender/blenlib/BLI_ghash.h (+70, -9) (Diff)
/source/blender/blenlib/BLI_hash_mm2a.h (+2, -0) (Diff)
/source/blender/blenlib/intern/BLI_ghash.c (+1161, -206) (Diff)
/source/blender/blenlib/intern/hash_mm2a.c (+41, -3) (Diff)
/source/blender/makesdna/intern/CMakeLists.txt (+1, -0) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+3, -0) (Diff)
/source/blender/blenlib/BLI_hash_mm2a.h (+2, -0) (Diff)
/source/blender/blenlib/intern/BLI_ghash.c (+1161, -206) (Diff)
/source/blender/blenlib/intern/hash_mm2a.c (+41, -3) (Diff)
/source/blender/makesdna/intern/CMakeLists.txt (+1, -0) (Diff)
/tests/gtests/blenlib/CMakeLists.txt (+3, -0) (Diff)