Blender Git Commit Log

Git Commits -> Revision caa2306

Revision caa2306 by Sergey Sharybin (master)
December 31, 2014, 11:02 (GMT)
Libmv: Update to latest upstream version

Main purpose of this is to bring new gflags library which is more likely
to have a fix for undefined order of static variables initialization and
also to bring new glog where some compilation error are fixed (which are
only visible with more strict checks with clang and c++11 enabled).

Commit Details:

Full Hash: caa2306d16e879659cdbef4ec54752637fb5c474
Parent Commit: 784517d
Lines Changed: +1215, -851

4 Added Paths:

/extern/libmv/third_party/gflags/AUTHORS.txt (+2, -0) (View)
/extern/libmv/third_party/gflags/ChangeLog.txt (+208, -0) (View)
/extern/libmv/third_party/gflags/COPYING.txt (+28, -0) (View)
/extern/libmv/third_party/gflags/NEWS.txt (+240, -0) (View)

4 Deleted Paths:

/extern/libmv/third_party/gflags/AUTHORS (+0, -2)
/extern/libmv/third_party/gflags/ChangeLog (+0, -195)
/extern/libmv/third_party/gflags/COPYING (+0, -28)
/extern/libmv/third_party/gflags/NEWS (+0, -158)

23 Modified Paths:

/extern/libmv/bundle.sh (+2, -1) (Diff)
/extern/libmv/ChangeLog (+39, -34) (Diff)
/extern/libmv/CMakeLists.txt (+2, -2) (Diff)
/extern/libmv/files.txt (+4, -4) (Diff)
/extern/libmv/intern/logging.cc (+9, -9) (Diff)
/extern/libmv/SConscript (+1, -1) (Diff)
/extern/libmv/third_party/gflags/config.h (+91, -73) (Diff)
/extern/libmv/third_party/gflags/gflags.cc (+57, -60) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags.h (+90, -90) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags_completions.h (+4, -13) (Diff)
/extern/libmv/third_party/gflags/gflags/gflags_declare.h (+58, -34) (Diff)
/extern/libmv/third_party/gflags/gflags_completions.cc (+7, -7) (Diff)
/extern/libmv/third_party/gflags/gflags_reporting.cc (+23, -29) (Diff)
/extern/libmv/third_party/gflags/mutex.h (+7, -12) (Diff)
/extern/libmv/third_party/gflags/README.libmv (+9, -7) (Diff)
/extern/libmv/third_party/gflags/util.h (+74, -40) (Diff)
/extern/libmv/third_party/glog/README.libmv (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/demangle.cc (+1, -4) (Diff)
/extern/libmv/third_party/glog/src/logging.cc (+5, -0) (Diff)
/extern/libmv/third_party/glog/src/symbolize.cc (+203, -36) (Diff)
/extern/libmv/third_party/glog/src/symbolize.h (+40, -1) (Diff)
/intern/cycles/blender/blender_logging.cpp (+9, -9) (Diff)
/tests/gtests/testing/testing_main.cc (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021