Blender Git Commit Log
Git Commits -> Revision 42b3463
Revision 42b3463 by Sergey Sharybin (master) March 11, 2012, 19:52 (GMT) |
Bundle new upstream version of libmv from own branch This version of libmv includes new gflags and glog libraries which makes it possible to compile libmv with clang compiler. Also remove code from CMakeLists which was disabling libmv if using clang. Tested on linux with gcc-4.6 and clang-3.0, windows cmake+msvc and scons+mingw. Could be some issues with other platforms/build system which shall be simple to resolve. |
Commit Details:
Full Hash: 42b3463030b07ba3a87574c173e759e3bb15353b
SVN Revision: 44813
Parent Commit: c21c58f
Lines Changed: +2415, -1558
8 Added Paths:
/extern/libmv/third_party/gflags/AUTHORS (+2, -0)
/extern/libmv/third_party/gflags/ChangeLog (+195, -0)
/extern/libmv/third_party/gflags/COPYING (+28, -0)
/extern/libmv/third_party/gflags/gflags/gflags.h (+568, -0) (View)
/extern/libmv/third_party/gflags/gflags/gflags_completions.h (+130, -0) (View)
/extern/libmv/third_party/gflags/gflags/gflags_declare.h (+112, -0) (View)
/extern/libmv/third_party/gflags/NEWS (+158, -0)
/extern/libmv/third_party/gflags/util.h (+339, -0) (View)
/extern/libmv/third_party/gflags/ChangeLog (+195, -0)
/extern/libmv/third_party/gflags/COPYING (+28, -0)
/extern/libmv/third_party/gflags/gflags/gflags.h (+568, -0) (View)
/extern/libmv/third_party/gflags/gflags/gflags_completions.h (+130, -0) (View)
/extern/libmv/third_party/gflags/gflags/gflags_declare.h (+112, -0) (View)
/extern/libmv/third_party/gflags/NEWS (+158, -0)
/extern/libmv/third_party/gflags/util.h (+339, -0) (View)
4 Deleted Paths:
/extern/libmv/patches/bundle_tweaks.patch (+0, -152)
/extern/libmv/patches/clang-3.diff (+0, -49)
/extern/libmv/third_party/gflags/gflags.h (+0, -589)
/extern/libmv/third_party/gflags/gflags_completions.h (+0, -121)
/extern/libmv/patches/clang-3.diff (+0, -49)
/extern/libmv/third_party/gflags/gflags.h (+0, -589)
/extern/libmv/third_party/gflags/gflags_completions.h (+0, -121)
40 Modified Paths:
/CMakeLists.txt (+0, -8) (Diff)
/extern/libmv/ChangeLog (+57, -18) (Diff)
/extern/libmv/CMakeLists.txt (+4, -2) (Diff)
/extern/libmv/files.txt (+8, -2) (Diff)
/extern/libmv/libmv-capi.cpp (+1, -0) (Diff)
/extern/libmv/libmv/logging/logging.h (+1, -1) (Diff)
/extern/libmv/libmv/simple_pipeline/pipeline.cc (+19, -0) (Diff)
/extern/libmv/patches/series (+0, -2) (Diff)
/extern/libmv/third_party/gflags/config.h (+5, -14) (Diff)
/extern/libmv/third_party/gflags/gflags.cc (+137, -148) (Diff)
/extern/libmv/third_party/gflags/gflags_completions.cc (+56, -53) (Diff)
/extern/libmv/third_party/gflags/gflags_reporting.cc (+41, -40) (Diff)
/extern/libmv/third_party/gflags/mutex.h (+10, -3) (Diff)
/extern/libmv/third_party/gflags/README.libmv (+1, -1) (Diff)
/extern/libmv/third_party/glog/ChangeLog (+10, -0) (Diff)
/extern/libmv/third_party/glog/README.libmv (+18, -32) (Diff)
/extern/libmv/third_party/glog/src/base/commandlineflags.h (+2, -2) (Diff)
/extern/libmv/third_party/glog/src/base/googleinit.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/config_freebsd.h (+8, -3) (Diff)
/extern/libmv/third_party/glog/src/config_linux.h (+18, -12) (Diff)
/extern/libmv/third_party/glog/src/config_mac.h (+9, -3) (Diff)
/extern/libmv/third_party/glog/src/demangle.cc (+227, -151) (Diff)
/extern/libmv/third_party/glog/src/glog/logging.h (+58, -38) (Diff)
/extern/libmv/third_party/glog/src/glog/log_severity.h (+9, -1) (Diff)
/extern/libmv/third_party/glog/src/glog/raw_logging.h (+6, -6) (Diff)
/extern/libmv/third_party/glog/src/logging.cc (+57, -26) (Diff)
/extern/libmv/third_party/glog/src/raw_logging.cc (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/signalhandler.cc (+6, -4) (Diff)
/extern/libmv/third_party/glog/src/stacktrace_libunwind-inl.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/stacktrace_x86_64-inl.h (+0, -4) (Diff)
/extern/libmv/third_party/glog/src/symbolize.cc (+4, -4) (Diff)
/extern/libmv/third_party/glog/src/symbolize.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/utilities.cc (+19, -8) (Diff)
/extern/libmv/third_party/glog/src/utilities.h (+4, -0) (Diff)
/extern/libmv/third_party/glog/src/vlog_is_on.cc (+3, -3) (Diff)
/extern/libmv/third_party/glog/src/windows/glog/logging.h (+58, -37) (Diff)
/extern/libmv/third_party/glog/src/windows/glog/log_severity.h (+9, -1) (Diff)
/extern/libmv/third_party/glog/src/windows/glog/raw_logging.h (+6, -6) (Diff)
/extern/libmv/third_party/glog/src/windows/port.h (+8, -10) (Diff)
/extern/libmv/third_party/glog/src/windows/preprocess.sh (+0, -0) (Diff)
/extern/libmv/ChangeLog (+57, -18) (Diff)
/extern/libmv/CMakeLists.txt (+4, -2) (Diff)
/extern/libmv/files.txt (+8, -2) (Diff)
/extern/libmv/libmv-capi.cpp (+1, -0) (Diff)
/extern/libmv/libmv/logging/logging.h (+1, -1) (Diff)
/extern/libmv/libmv/simple_pipeline/pipeline.cc (+19, -0) (Diff)
/extern/libmv/patches/series (+0, -2) (Diff)
/extern/libmv/third_party/gflags/config.h (+5, -14) (Diff)
/extern/libmv/third_party/gflags/gflags.cc (+137, -148) (Diff)
/extern/libmv/third_party/gflags/gflags_completions.cc (+56, -53) (Diff)
/extern/libmv/third_party/gflags/gflags_reporting.cc (+41, -40) (Diff)
/extern/libmv/third_party/gflags/mutex.h (+10, -3) (Diff)
/extern/libmv/third_party/gflags/README.libmv (+1, -1) (Diff)
/extern/libmv/third_party/glog/ChangeLog (+10, -0) (Diff)
/extern/libmv/third_party/glog/README.libmv (+18, -32) (Diff)
/extern/libmv/third_party/glog/src/base/commandlineflags.h (+2, -2) (Diff)
/extern/libmv/third_party/glog/src/base/googleinit.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/config_freebsd.h (+8, -3) (Diff)
/extern/libmv/third_party/glog/src/config_linux.h (+18, -12) (Diff)
/extern/libmv/third_party/glog/src/config_mac.h (+9, -3) (Diff)
/extern/libmv/third_party/glog/src/demangle.cc (+227, -151) (Diff)
/extern/libmv/third_party/glog/src/glog/logging.h (+58, -38) (Diff)
/extern/libmv/third_party/glog/src/glog/log_severity.h (+9, -1) (Diff)
/extern/libmv/third_party/glog/src/glog/raw_logging.h (+6, -6) (Diff)
/extern/libmv/third_party/glog/src/logging.cc (+57, -26) (Diff)
/extern/libmv/third_party/glog/src/raw_logging.cc (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/signalhandler.cc (+6, -4) (Diff)
/extern/libmv/third_party/glog/src/stacktrace_libunwind-inl.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/stacktrace_x86_64-inl.h (+0, -4) (Diff)
/extern/libmv/third_party/glog/src/symbolize.cc (+4, -4) (Diff)
/extern/libmv/third_party/glog/src/symbolize.h (+1, -1) (Diff)
/extern/libmv/third_party/glog/src/utilities.cc (+19, -8) (Diff)
/extern/libmv/third_party/glog/src/utilities.h (+4, -0) (Diff)
/extern/libmv/third_party/glog/src/vlog_is_on.cc (+3, -3) (Diff)
/extern/libmv/third_party/glog/src/windows/glog/logging.h (+58, -37) (Diff)
/extern/libmv/third_party/glog/src/windows/glog/log_severity.h (+9, -1) (Diff)
/extern/libmv/third_party/glog/src/windows/glog/raw_logging.h (+6, -6) (Diff)
/extern/libmv/third_party/glog/src/windows/port.h (+8, -10) (Diff)
/extern/libmv/third_party/glog/src/windows/preprocess.sh (+0, -0) (Diff)