tvl-depot/third_party/glog
Vincent Ambo 7e8a48c82c fix(3p/nix): Link to glog built by Nix
Same as cl/921, it seems that the trick to making this work is indeed
overriding the C++ standard used in the dependency.

Change-Id: I3c5984d71014d774c161ecc283844f504fd44719
Reviewed-on: https://cl.tvl.fyi/c/depot/+/922
Tested-by: BuildkiteCI
Reviewed-by: lukegb <lukegb@tvl.fyi>
2020-07-05 16:54:12 +00:00
..
.bazelci
bazel
cmake
doc
m4
packages
src
toolchains
.gitignore
.travis.ubuntu.sh
.travis.yml
appveyor.yml
AUTHORS
autogen.sh
BUILD
ChangeLog
CMakeLists.txt
configure.ac
CONTRIBUTING.md
CONTRIBUTORS
COPYING
default.nix fix(3p/nix): Link to glog built by Nix 2020-07-05 16:54:12 +00:00
Dockerfile.ubuntu.template
glog-config.cmake.in
glog-modules.cmake.in
INSTALL
libglog.pc.in
Makefile.am
README.md
README.windows
WORKSPACE

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