C++ implementation of the Google logging module
Go to file
王振华 (WANG Zhenhua) da37a6c30a update all README naming
Now, we can build.
2018-12-18 07:00:06 +00:00
.bazelci Add Bazel CI configuration 2018-04-18 11:54:56 +02:00
bazel copts are passed correctly when building w/o gflags 2018-07-09 11:14:33 +02:00
cmake cmake: renamed GFLAGS_NAMESPACE to GLOG_GFLAGS_NAMESPACE (#318) 2018-06-01 15:00:59 +02:00
doc fix glog.html link to gflags repository 2018-07-02 11:54:44 +02:00
m4 Run autoreconf on ubuntu precise 2013-01-09 13:26:44 +00:00
packages update all README naming 2018-12-18 07:00:06 +00:00
src remove register keyword from unittest 2018-12-13 08:15:52 +01:00
toolchains ci: add clang-cxx17 toolchain 2018-12-13 07:49:59 +01:00
.gitignore Build with Bazel. 2017-12-14 00:58:33 -08:00
.travis.ubuntu.sh ci: add appveyor and travis config 2018-10-15 13:34:52 +02:00
.travis.yml ci: add clang-cxx17 toolchain 2018-12-13 07:49:59 +01:00
appveyor.yml ci: add appveyor and travis config 2018-10-15 13:34:52 +02:00
AUTHORS Update AUTHORS and CONTRIBUTORS for PR#232 2017-12-20 17:27:27 +09:00
autogen.sh generate an empty NEWS file (fixes #340) 2018-07-06 12:41:50 +02: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 fix debug build using gcc -fsanitize=undefined (#374) 2018-12-12 10:16:49 +01:00
configure.ac update all README naming 2018-12-18 07:00:06 +00: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
Dockerfile.ubuntu.template ci: add appveyor and travis config 2018-10-15 13:34:52 +02:00
glog-config.cmake.in cmake: do not introduce a policy stack in the package config 2018-02-23 10:16:24 +01:00
INSTALL update all README naming 2018-12-18 07:00:06 +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 automake: relax GNU standard directory style 2018-12-18 06:50:44 +00:00
README.md [skip CI] add badges to README, rename to markdown 2018-10-15 13:34:52 +02:00
README.windows Update Windows readme for CMake 2017-07-26 11:35:04 -07:00
WORKSPACE Use gflags 2.2.2 in Bazel build 2018-11-19 09:57:51 +01:00

Build Status Grunt status

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