No description
Find a file
Vincent Ambo afe04691ac Squashed 'third_party/glog/' content from commit 9ef754a3023
git-subtree-dir: third_party/glog
git-subtree-split: 9ef754a3023e6fd10f20fe53dfca96dd898182e3
2020-05-27 01:26:30 +01:00
.bazelci Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
bazel Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
cmake Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
doc Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
m4 Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
packages Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
src Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
toolchains Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
.gitignore Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
.travis.ubuntu.sh Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
.travis.yml Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
appveyor.yml Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
AUTHORS Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
autogen.sh Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
BUILD Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
ChangeLog Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
CMakeLists.txt Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
configure.ac Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
CONTRIBUTING.md Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
CONTRIBUTORS Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
COPYING Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
Dockerfile.ubuntu.template Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
glog-config.cmake.in Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
glog-modules.cmake.in Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
INSTALL Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
libglog.pc.in Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
Makefile.am Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
README.md Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
README.windows Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +01:00
WORKSPACE Squashed 'third_party/glog/' content from commit 9ef754a3023 2020-05-27 01:26:30 +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