Blender Git Loki
Git Commits -> Revision 753b6b3
Revision 753b6b3 by Kévin Dietrich (openvdb) November 29, 2015, 21:07 (GMT) |
Cleanups: - rework includes order in intern/openvdb: first include should be the source file's header, then other header in the same directory, following by system/library headers and finally other local headers. - move ScopeTimer cdtor definitions to openvdb_util.cc, no reason for them to be in a header. - add a DEBUG_TIME macro to switch Timer macro on and off instead of using NDEBUG macro (doesn't make much sense to time in debug mode) |
Commit Details:
Full Hash: 753b6b3c471cdee3325c11c4c1c4f51615e52f3e
Parent Commit: 7bacb00
Lines Changed: +25, -20