Blender Git Loki
Git Commits -> Revision ab48e63
Revision ab48e63 by Sergey Sharybin (master) March 23, 2018, 13:38 (GMT) |
Glog/gflags: Reduce amount of local modifications With better directory layout and more proper include statements we can avoid several local modifications, such as changing config.h for Windows Glog and the ones related on pass-through statements in logging headers in Glog. This commit also makes unused functions not-a-warning for external code. |
Commit Details:
Full Hash: ab48e6355dfb279ac70f05637e5533548eea773a
Parent Commit: 60712d1
Lines Changed: +2273, -2311
5 Added Paths:
/extern/glog/include/glog/logging.h (+1625, -0) (View)
/extern/glog/include/glog/log_severity.h (+92, -0) (View)
/extern/glog/include/glog/raw_logging.h (+185, -0) (View)
/extern/glog/include/glog/stl_logging.h (+220, -0) (View)
/extern/glog/include/glog/vlog_is_on.h (+129, -0) (View)
/extern/glog/include/glog/log_severity.h (+92, -0) (View)
/extern/glog/include/glog/raw_logging.h (+185, -0) (View)
/extern/glog/include/glog/stl_logging.h (+220, -0) (View)
/extern/glog/include/glog/vlog_is_on.h (+129, -0) (View)
5 Deleted Paths:
/extern/glog/src/glog/logging.h (+0, -1632)
/extern/glog/src/glog/log_severity.h (+0, -92)
/extern/glog/src/glog/raw_logging.h (+0, -191)
/extern/glog/src/glog/stl_logging.h (+0, -226)
/extern/glog/src/glog/vlog_is_on.h (+0, -129)
/extern/glog/src/glog/log_severity.h (+0, -92)
/extern/glog/src/glog/raw_logging.h (+0, -191)
/extern/glog/src/glog/stl_logging.h (+0, -226)
/extern/glog/src/glog/vlog_is_on.h (+0, -129)
12 Modified Paths:
/CMakeLists.txt (+2, -1) (Diff)
/extern/ceres/bundle.sh (+2, -10) (Diff)
/extern/ceres/CMakeLists.txt (+2, -10) (Diff)
/extern/gflags/README.blender (+0, -5) (Diff)
/extern/gflags/src/gflags.cc (+3, -3) (Diff)
/extern/gflags/src/gflags_completions.cc (+0, -2) (Diff)
/extern/glog/CMakeLists.txt (+7, -7) (Diff)
/extern/glog/README.blender (+2, -0) (Diff)
/extern/glog/src/windows/glog/logging.h (+1, -1) (Diff)
/intern/cycles/util/util_logging.h (+1, -0) (Diff)
/intern/libmv/bundle.sh (+1, -1) (Diff)
/intern/libmv/CMakeLists.txt (+1, -1) (Diff)
/extern/ceres/bundle.sh (+2, -10) (Diff)
/extern/ceres/CMakeLists.txt (+2, -10) (Diff)
/extern/gflags/README.blender (+0, -5) (Diff)
/extern/gflags/src/gflags.cc (+3, -3) (Diff)
/extern/gflags/src/gflags_completions.cc (+0, -2) (Diff)
/extern/glog/CMakeLists.txt (+7, -7) (Diff)
/extern/glog/README.blender (+2, -0) (Diff)
/extern/glog/src/windows/glog/logging.h (+1, -1) (Diff)
/intern/cycles/util/util_logging.h (+1, -0) (Diff)
/intern/libmv/bundle.sh (+1, -1) (Diff)
/intern/libmv/CMakeLists.txt (+1, -1) (Diff)