blender/extern/libmv/third_party/glog
Sergey Sharybin 42b3463030 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.
2012-03-11 19:52:25 +00:00
..
src Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
AUTHORS Camera tracking integration 2011-11-07 12:55:18 +00:00
ChangeLog Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00
COPYING Camera tracking integration 2011-11-07 12:55:18 +00:00
NEWS Camera tracking integration 2011-11-07 12:55:18 +00:00
README Camera tracking integration 2011-11-07 12:55:18 +00:00
README.libmv Bundle new upstream version of libmv from own branch 2012-03-11 19:52:25 +00:00

This repository contains a C++ implementation of the Google logging
module.  Documentation for the implementation is in doc/.

See INSTALL for (generic) installation instructions for C++: basically
   ./configure && make && make install