Files
test2/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
..
2011-11-07 12:55:18 +00:00
2014-03-20 23:26:25 +06:00
2011-11-07 12:55:18 +00:00
2011-11-07 12:55:18 +00:00
2011-11-07 12:55:18 +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