Blender Git Loki
Git Commits -> Revision 8965d2d
Revision 8965d2d by Sergey Sharybin (depsgraph_cleanup) May 26, 2016, 10:57 (GMT) |
Depsgraph: Use shorter prefix for util headers |
Commit Details:
Full Hash: 8965d2d5d2cd1816f71043bc34563ee1f7776b60
Parent Commit: da2ad04
Lines Changed: +393, -393
5 Added Paths:
/source/blender/depsgraph/util/deg_util_foreach.h (+51, -0) (View)
/source/blender/depsgraph/util/deg_util_function.h (+112, -0) (View)
/source/blender/depsgraph/util/deg_util_hash.h (+72, -0) (View)
/source/blender/depsgraph/util/deg_util_map.h (+67, -0) (View)
/source/blender/depsgraph/util/deg_util_set.h (+66, -0) (View)
/source/blender/depsgraph/util/deg_util_function.h (+112, -0) (View)
/source/blender/depsgraph/util/deg_util_hash.h (+72, -0) (View)
/source/blender/depsgraph/util/deg_util_map.h (+67, -0) (View)
/source/blender/depsgraph/util/deg_util_set.h (+66, -0) (View)
5 Deleted Paths:
/source/blender/depsgraph/util/depsgraph_util_foreach.h (+0, -51)
/source/blender/depsgraph/util/depsgraph_util_function.h (+0, -112)
/source/blender/depsgraph/util/depsgraph_util_hash.h (+0, -72)
/source/blender/depsgraph/util/depsgraph_util_map.h (+0, -67)
/source/blender/depsgraph/util/depsgraph_util_set.h (+0, -66)
/source/blender/depsgraph/util/depsgraph_util_function.h (+0, -112)
/source/blender/depsgraph/util/depsgraph_util_hash.h (+0, -72)
/source/blender/depsgraph/util/depsgraph_util_map.h (+0, -67)
/source/blender/depsgraph/util/depsgraph_util_set.h (+0, -66)
17 Modified Paths:
/source/blender/depsgraph/CMakeLists.txt (+4, -4) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_cycle.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_transitive.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+2, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_tag.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/eval/deg_eval.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/eval/deg_eval_flush.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/nodes/deg_node.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/nodes/deg_node.h (+3, -3) (Diff)
/source/blender/depsgraph/intern/nodes/deg_node_component.h (+3, -3) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_cycle.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_transitive.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/debug/deg_debug_graphviz.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+2, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_debug.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_tag.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/eval/deg_eval.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/eval/deg_eval_flush.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/nodes/deg_node.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/nodes/deg_node.h (+3, -3) (Diff)
/source/blender/depsgraph/intern/nodes/deg_node_component.h (+3, -3) (Diff)