react-native-macos/glog
Andrew Coates f1e19fecc8 Remove nmake (#112) 2019-07-17 13:13:16 -07:00
..
cmake Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
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 Remove nmake (#112) 2019-07-17 13:13:16 -07:00
vsprojects Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
.gitignore Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
AUTHORS Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
CMakeLists.txt Version bump for glog and folly to match that of RN 0.58.6 (#50) 2019-04-24 11:46:40 -07:00
CONTRIBUTING.md Initial commit of internal changes. 2019-03-01 10:09:07 -08:00
CONTRIBUTORS Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
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 Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
Makefile.am Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
Makefile.in Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
README Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
README.windows Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
aclocal.m4 Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
compile Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
config.guess Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
config.sub Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
configure Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
configure.ac Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
depcomp Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
glog-config.cmake.in Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
google-glog.sln Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
install-sh Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
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
missing Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
mkinstalldirs Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30
test-driver Upgrading glog to version 0.3.5 (#41) 2019-04-05 16:59:20 +05:30

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
   ./configure && make && make install