blender/extern/libmv/third_party/glog
Sergey Sharybin caa2306d16 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).
2014-12-31 16:02:04 +05:00
..
src Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05:00
AUTHORS
ChangeLog Update Libmv to latest upstream 2014-03-20 23:26:25 +06:00
COPYING
NEWS
README
README.libmv Libmv: Update to latest upstream version 2014-12-31 16:02:04 +05: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