Blender Git Commit Log

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

5 Modified Paths:

/intern/openvdb/intern/openvdb_dense_convert.cc (+2, -2) (Diff)
/intern/openvdb/intern/openvdb_dense_convert.h (+3, -4) (Diff)
/intern/openvdb/intern/openvdb_writer.cc (+1, -1) (Diff)
/intern/openvdb/openvdb_util.cc (+13, -0) (Diff)
/intern/openvdb/openvdb_util.h (+6, -13) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021