Blender Git Commit Log
Git Commits -> Revision 69f4080
Revision 69f4080 by Sergey Sharybin (master) January 4, 2016, 14:39 (GMT) |
Re-organize structure of GLog/GFlags CMake libraries The idea is to split them into two separate targets and have dedicated include directories list for each of them in order to avoid some annoying include header modifications in comparison with upstream. Reviewers: campbellbarton, juicyfruit Differential Revision: https://developer.blender.org/D1706 |
Commit Details:
Full Hash: 69f40808390a4a761e414daebbfbeeacae342871
Parent Commit: 8608a0f
Lines Changed: +531, -259
3 Added Paths:
/extern/libmv/third_party/gflags/CMakeLists.txt (+54, -0) (View)
/extern/libmv/third_party/gflags/README.md (+270, -0) (View)
/extern/libmv/third_party/glog/CMakeLists.txt (+89, -0) (View)
/extern/libmv/third_party/gflags/README.md (+270, -0) (View)
/extern/libmv/third_party/glog/CMakeLists.txt (+89, -0) (View)
19 Modified Paths:
/build_files/cmake/macros.cmake (+1, -0) (Diff)
/build_files/cmake/Modules/GTestTesting.cmake (+2, -1) (Diff)
/extern/libmv/bundle.sh (+26, -85) (Diff)
/extern/libmv/ChangeLog (+22, -37) (Diff)
/extern/libmv/CMakeLists.txt (+20, -117) (Diff)
/extern/libmv/files.txt (+1, -0) (Diff)
/extern/libmv/mkfiles.sh (+5, -1) (Diff)
/extern/libmv/third_party/CMakeLists.txt (+7, -1) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags.h (+1, -1) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags_declare.h (+2, -2) (Diff)
/extern/libmv/third_party/gflags/README.libmv (+3, -2) (Diff)
/extern/libmv/third_party/glog/AUTHORS (+17, -1) (Diff)
/extern/libmv/third_party/glog/README.libmv (+2, -0) (Diff)
/extern/libmv/third_party/glog/src/base/commandlineflags.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/base/mutex.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/windows/glog/logging.h (+4, -7) (Diff)
/extern/libmv/third_party/glog/src/windows/port.cc (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/windows/port.h (+1, -1) (Diff)
/source/blenderplayer/CMakeLists.txt (+1, -0) (Diff)
/build_files/cmake/Modules/GTestTesting.cmake (+2, -1) (Diff)
/extern/libmv/bundle.sh (+26, -85) (Diff)
/extern/libmv/ChangeLog (+22, -37) (Diff)
/extern/libmv/CMakeLists.txt (+20, -117) (Diff)
/extern/libmv/files.txt (+1, -0) (Diff)
/extern/libmv/mkfiles.sh (+5, -1) (Diff)
/extern/libmv/third_party/CMakeLists.txt (+7, -1) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags.h (+1, -1) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags_declare.h (+2, -2) (Diff)
/extern/libmv/third_party/gflags/README.libmv (+3, -2) (Diff)
/extern/libmv/third_party/glog/AUTHORS (+17, -1) (Diff)
/extern/libmv/third_party/glog/README.libmv (+2, -0) (Diff)
/extern/libmv/third_party/glog/src/base/commandlineflags.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/base/mutex.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/windows/glog/logging.h (+4, -7) (Diff)
/extern/libmv/third_party/glog/src/windows/port.cc (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/windows/port.h (+1, -1) (Diff)
/source/blenderplayer/CMakeLists.txt (+1, -0) (Diff)