C++ implementation of the Google logging module
Go to file
Corentin Le Molgat cbfd86a1d8 Provide glog::glog ALIAs
Useful when using glog as subproject.
Add an explanation at top like in gflags.git CMakeLists.txt
2018-02-06 10:37:26 +01:00
bazel Add workaround for Bazel build on macOS 2018-01-16 17:06:15 +01:00
cmake Provide glog::glog ALIAs 2018-02-06 10:37:26 +01:00
doc Document update: how to modify FLAGS_* in glog 2013-01-25 06:03:56 +00:00
m4 Run autoreconf on ubuntu precise 2013-01-09 13:26:44 +00:00
packages glog: release 0.3.5 2017-05-09 16:27:57 +09:00
src Add workaround for Bazel build on macOS 2018-01-16 17:06:15 +01:00
.gitignore Build with Bazel. 2017-12-14 00:58:33 -08:00
AUTHORS Update AUTHORS and CONTRIBUTORS for PR#232 2017-12-20 17:27:27 +09:00
autogen.sh Remove files generated by autotools 2017-05-12 14:53:39 +09:00
BUILD Hide certain header files from the cc_library(). 2017-12-14 00:58:33 -08:00
ChangeLog Release glog 0.3.3 2013-02-01 06:20:46 +00:00
CMakeLists.txt Provide glog::glog ALIAs 2018-02-06 10:37:26 +01:00
configure.ac Fix username lookup in case of missing USER environment variable 2017-09-19 22:23:53 +02:00
CONTRIBUTING.md Add the typical Google contributors and authors files. 2015-03-16 10:50:32 +00:00
CONTRIBUTORS Update AUTHORS and CONTRIBUTORS for PR#232 2017-12-20 17:27:27 +09:00
COPYING A bug fix for Windows: Use GetSystemTimeAsFileTime instead of GetSystemTime. SYSTEMTIME's mSecond is not a unix time but like tm.tm_sec. 2009-04-09 07:49:44 +00:00
glog-config.cmake.in cmake: use gflags package config instead of a find module 2018-01-04 02:38:42 +01:00
INSTALL Fix regression of r23. 2009-07-08 15:38:35 +00:00
libglog.pc.in Generation of pkg-config metadata file. 2009-04-10 05:49:58 +00:00
ltmain.sh Run autoreconf on ubuntu precise 2013-01-09 13:26:44 +00:00
Makefile.am Compute base addresses from program headers while reading /proc/self/maps. 2017-11-08 14:15:02 -08:00
NEWS glog 0.1 2008-10-07 05:43:05 +00:00
README Remove files generated by autotools 2017-05-12 14:53:39 +09:00
README.windows Update Windows readme for CMake 2017-07-26 11:35:04 -07:00
WORKSPACE Update gflags to latest master 2017-12-19 15:50:12 +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
   ./autogen.sh && ./configure && make && make install