merge(3p/glog): Vendor glog from commit 'afe04691
'
This commit is contained in:
commit
6941048b7e
133 changed files with 23455 additions and 0 deletions
10
third_party/glog/README.md
vendored
Normal file
10
third_party/glog/README.md
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
[](https://travis-ci.org/google/glog/builds)
|
||||
[](https://ci.appveyor.com/project/google-admin/glog/history)
|
||||
|
||||
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
|
||||
```sh
|
||||
./autogen.sh && ./configure && make && make install
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue