Blender Git Commit Log
Git Commits -> Revision 6ba5c0c
Revision 6ba5c0c by Sergey Sharybin (master) March 20, 2014, 17:26 (GMT) |
Update Libmv to latest upstream This is mainly a maintaince commit which syncs changes between Blender and Libmv upstream also bringing new GLog version. This GLog version is presumably have better support of MinGW from "the box". This commit is also aimed to make further 3d part libs update easier. |
Commit Details:
Full Hash: 6ba5c0c2683bb7718dfceca3868d5f2c9e4795c1
Parent Commit: 2ea78fb
Lines Changed: +996, -670
28 Modified Paths:
/extern/libmv/bundle.sh (+3, -5) (Diff)
/extern/libmv/ChangeLog (+132, -153) (Diff)
/extern/libmv/CMakeLists.txt (+2, -4) (Diff)
/extern/libmv/SConscript (+1, -1) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags_declare.h (+3, -3) (Diff)
/extern/libmv/third_party/glog/ChangeLog (+15, -0) (Diff)
/extern/libmv/third_party/glog/README.libmv (+5, -21) (Diff)
/extern/libmv/third_party/glog/src/base/commandlineflags.h (+30, -29) (Diff)
/extern/libmv/third_party/glog/src/base/mutex.h (+10, -4) (Diff)
/extern/libmv/third_party/glog/src/config_freebsd.h (+6, -0) (Diff)
/extern/libmv/third_party/glog/src/config_hurd.h (+6, -0) (Diff)
/extern/libmv/third_party/glog/src/config_linux.h (+6, -0) (Diff)
/extern/libmv/third_party/glog/src/config_mac.h (+6, -0) (Diff)
/extern/libmv/third_party/glog/src/glog/logging.h (+190, -108) (Diff)
/extern/libmv/third_party/glog/src/glog/raw_logging.h (+6, -0) (Diff)
/extern/libmv/third_party/glog/src/logging.cc (+349, -91) (Diff)
/extern/libmv/third_party/glog/src/raw_logging.cc (+2, -2) (Diff)
/extern/libmv/third_party/glog/src/signalhandler.cc (+10, -1) (Diff)
/extern/libmv/third_party/glog/src/stacktrace_libunwind-inl.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/symbolize.cc (+2, -2) (Diff)
/extern/libmv/third_party/glog/src/symbolize.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/utilities.cc (+5, -1) (Diff)
/extern/libmv/third_party/glog/src/utilities.h (+2, -2) (Diff)
/extern/libmv/third_party/glog/src/vlog_is_on.cc (+5, -7) (Diff)
/extern/libmv/third_party/glog/src/windows/config.h (+2, -114) (Diff)
/extern/libmv/third_party/glog/src/windows/glog/logging.h (+186, -115) (Diff)
/extern/libmv/third_party/glog/src/windows/port.cc (+0, -1) (Diff)
/extern/libmv/third_party/glog/src/windows/port.h (+10, -4) (Diff)
/extern/libmv/ChangeLog (+132, -153) (Diff)
/extern/libmv/CMakeLists.txt (+2, -4) (Diff)
/extern/libmv/SConscript (+1, -1) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags_declare.h (+3, -3) (Diff)
/extern/libmv/third_party/glog/ChangeLog (+15, -0) (Diff)
/extern/libmv/third_party/glog/README.libmv (+5, -21) (Diff)
/extern/libmv/third_party/glog/src/base/commandlineflags.h (+30, -29) (Diff)
/extern/libmv/third_party/glog/src/base/mutex.h (+10, -4) (Diff)
/extern/libmv/third_party/glog/src/config_freebsd.h (+6, -0) (Diff)
/extern/libmv/third_party/glog/src/config_hurd.h (+6, -0) (Diff)
/extern/libmv/third_party/glog/src/config_linux.h (+6, -0) (Diff)
/extern/libmv/third_party/glog/src/config_mac.h (+6, -0) (Diff)
/extern/libmv/third_party/glog/src/glog/logging.h (+190, -108) (Diff)
/extern/libmv/third_party/glog/src/glog/raw_logging.h (+6, -0) (Diff)
/extern/libmv/third_party/glog/src/logging.cc (+349, -91) (Diff)
/extern/libmv/third_party/glog/src/raw_logging.cc (+2, -2) (Diff)
/extern/libmv/third_party/glog/src/signalhandler.cc (+10, -1) (Diff)
/extern/libmv/third_party/glog/src/stacktrace_libunwind-inl.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/symbolize.cc (+2, -2) (Diff)
/extern/libmv/third_party/glog/src/symbolize.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/utilities.cc (+5, -1) (Diff)
/extern/libmv/third_party/glog/src/utilities.h (+2, -2) (Diff)
/extern/libmv/third_party/glog/src/vlog_is_on.cc (+5, -7) (Diff)
/extern/libmv/third_party/glog/src/windows/config.h (+2, -114) (Diff)
/extern/libmv/third_party/glog/src/windows/glog/logging.h (+186, -115) (Diff)
/extern/libmv/third_party/glog/src/windows/port.cc (+0, -1) (Diff)
/extern/libmv/third_party/glog/src/windows/port.h (+10, -4) (Diff)