Blender Git Loki
Git Commits -> Revision 17396a3
Revision 17396a3 by Lukas Toenne (depsgraph_refactor) March 20, 2014, 13:39 (GMT) |
Porting to C++: * Redeclared source files as cpp sources * Added explicit void* to type conversions (C++ requirement) * Wrapped C includes in extern "C" |
Commit Details:
Full Hash: 17396a3cecc385b2ccba7235c5a3b0c4bcca543d
Parent Commit: 4fcbd9c
Lines Changed: +5002, -4964
6 Added Paths:
/source/blender/depsgraph/intern/depsgraph_build.cpp (+1603, -0) (View)
/source/blender/depsgraph/intern/depsgraph_core.cpp (+555, -0) (View)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+252, -0) (View)
/source/blender/depsgraph/intern/depsgraph_query.cpp (+869, -0) (View)
/source/blender/depsgraph/intern/depsgraph_queue.cpp (+178, -0) (View)
/source/blender/depsgraph/intern/depsgraph_type_defines.cpp (+1480, -0) (View)
/source/blender/depsgraph/intern/depsgraph_core.cpp (+555, -0) (View)
/source/blender/depsgraph/intern/depsgraph_eval.cpp (+252, -0) (View)
/source/blender/depsgraph/intern/depsgraph_query.cpp (+869, -0) (View)
/source/blender/depsgraph/intern/depsgraph_queue.cpp (+178, -0) (View)
/source/blender/depsgraph/intern/depsgraph_type_defines.cpp (+1480, -0) (View)
6 Deleted Paths:
/source/blender/depsgraph/intern/depsgraph_build.c (+0, -1601)
/source/blender/depsgraph/intern/depsgraph_core.c (+0, -553)
/source/blender/depsgraph/intern/depsgraph_eval.c (+0, -250)
/source/blender/depsgraph/intern/depsgraph_query.c (+0, -864)
/source/blender/depsgraph/intern/depsgraph_queue.c (+0, -176)
/source/blender/depsgraph/intern/depsgraph_type_defines.c (+0, -1478)
/source/blender/depsgraph/intern/depsgraph_core.c (+0, -553)
/source/blender/depsgraph/intern/depsgraph_eval.c (+0, -250)
/source/blender/depsgraph/intern/depsgraph_query.c (+0, -864)
/source/blender/depsgraph/intern/depsgraph_queue.c (+0, -176)
/source/blender/depsgraph/intern/depsgraph_type_defines.c (+0, -1478)
5 Modified Paths:
/source/blender/depsgraph/CMakeLists.txt (+6, -6) (Diff)
/source/blender/depsgraph/DEG_depsgraph.h (+8, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_query.h (+8, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_intern.h (+8, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+35, -35) (Diff)
/source/blender/depsgraph/DEG_depsgraph.h (+8, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_query.h (+8, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_intern.h (+8, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+35, -35) (Diff)