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 merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
bazel merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
cmake merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
doc merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
m4 merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
packages merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
src merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
toolchains merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
.gitignore merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
.travis.ubuntu.sh merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
.travis.yml merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
appveyor.yml merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
AUTHORS merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
autogen.sh merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
BUILD merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
ChangeLog merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
CMakeLists.txt merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
configure.ac merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
CONTRIBUTING.md merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
CONTRIBUTORS merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
COPYING merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
default.nix fix(3p/nix): Link to glog built by Nix 2020-07-05 16:54:12 +00:00
Dockerfile.ubuntu.template merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
glog-config.cmake.in merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
glog-modules.cmake.in merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
INSTALL merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
libglog.pc.in merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
Makefile.am merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
README.md merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
README.windows merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +01:00
WORKSPACE merge(3p/glog): Vendor glog from commit 'afe04691' 2020-05-27 01:26:39 +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