react-native-macos/glog
acoates-ms 395fab6e2b
Add missing files from internal repo sync (#8)
* Add missing files from internal repo sync

* Update PR template to warn people to submit to microsoft/rn
2019-03-07 21:04:13 -08:00
..
bazel Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
cmake Add missing files from internal repo sync (#8) 2019-03-07 21:04:13 -08:00
doc Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
m4 Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
metadata Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
packages Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
src Add missing files from internal repo sync (#8) 2019-03-07 21:04:13 -08:00
.gitignore Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
AUTHORS Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
BUILD Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
CMakeLists.txt Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
CONTRIBUTING.md Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
CONTRIBUTORS Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
COPYING Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
ChangeLog Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
INSTALL Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
Makefile.am Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
README Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
README.windows Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
WORKSPACE Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
autogen.sh Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
configure.ac Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
dirs Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
glog-config.cmake.in Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
libglog.pc.in Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
ltmain.sh Initial commit of internal changes. 2019-03-01 10:09:07 -08:00

README

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