tornavis/extern/glog
Sergey Sharybin ab48e6355d Glog/gflags: Reduce amount of local modifications
With better directory layout and more proper include
statements we can avoid several local modifications,
such as changing config.h for Windows Glog and the
ones related on pass-through statements in logging
headers in Glog.

This commit also makes unused functions not-a-warning
for external code.
2018-03-23 14:38:02 +01:00
..
include/glog Glog/gflags: Reduce amount of local modifications 2018-03-23 14:38:02 +01:00
src Glog/gflags: Reduce amount of local modifications 2018-03-23 14:38:02 +01:00
AUTHORS Update Google libraries 2018-03-22 16:10:08 +01:00
CMakeLists.txt Glog/gflags: Reduce amount of local modifications 2018-03-23 14:38:02 +01:00
COPYING Move GLog/GFlags to extern/ 2016-01-04 19:39:13 +05:00
ChangeLog Move GLog/GFlags to extern/ 2016-01-04 19:39:13 +05:00
NEWS Move GLog/GFlags to extern/ 2016-01-04 19:39:13 +05:00
README Move GLog/GFlags to extern/ 2016-01-04 19:39:13 +05:00
README.blender Glog/gflags: Reduce amount of local modifications 2018-03-23 14:38:02 +01:00

README

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