blender/extern/glog
Sergey Sharybin 2a4c40f4b9 Glog: Attempt to fix compilation error on Windows
Ideally it should be possible without hacking into sources files
of Glog itself.
2018-03-22 17:02:16 +01:00
..
src Glog: Restore haiko OS 2018-03-22 16:58:23 +01:00
AUTHORS Update Google libraries 2018-03-22 16:10:08 +01:00
ChangeLog Move GLog/GFlags to extern/ 2016-01-04 19:39:13 +05:00
CMakeLists.txt Glog: Attempt to fix compilation error on Windows 2018-03-22 17:02:16 +01:00
COPYING 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 Update Google libraries 2018-03-22 16:10:08 +01: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