Blender Git Loki
Git Commits -> Revision 3165f1e
Revision 3165f1e by Lukas Toenne (depsgraph_refactor) March 20, 2014, 13:39 (GMT) |
Make use of boost for some utility types (hash tables). This could be replaced by own classes if we want to avoid boost dependency (boost is included centrally in a util header). |
Commit Details:
Full Hash: 3165f1e1c23317056ee1744c2d4528b491374ea8
Parent Commit: 2b90700
Lines Changed: +115, -2
3 Added Paths:
/source/blender/depsgraph/util/depsgraph_util_foreach.h (+34, -0) (View)
/source/blender/depsgraph/util/depsgraph_util_map.h (+35, -0) (View)
/source/blender/depsgraph/util/depsgraph_util_set.h (+34, -0) (View)
/source/blender/depsgraph/util/depsgraph_util_map.h (+35, -0) (View)
/source/blender/depsgraph/util/depsgraph_util_set.h (+34, -0) (View)