C++ implementation of the Google logging module
Go to file
2008-10-30 10:02:59 +00:00
doc Fix the include paths in the document: s/google/glog/. 2008-10-10 15:19:23 +00:00
m4 glog 0.1 2008-10-07 05:43:05 +00:00
packages ChangeLogs for glog 0.1.1. 2008-10-30 10:02:59 +00:00
src Use abort instead of exit. 2008-10-17 11:54:23 +00:00
aclocal.m4 Use dladdr to get symbols for environments which doesn't use ELF and 2008-10-17 11:52:32 +00:00
AUTHORS glog 0.1 2008-10-07 05:43:05 +00:00
autogen.sh glog 0.1 2008-10-07 05:43:05 +00:00
ChangeLog ChangeLogs for glog 0.1.1. 2008-10-30 10:02:59 +00:00
compile glog 0.1 2008-10-07 05:43:05 +00:00
config.guess glog 0.1 2008-10-07 05:43:05 +00:00
config.sub glog 0.1 2008-10-07 05:43:05 +00:00
configure Use dladdr to get symbols for environments which doesn't use ELF and 2008-10-17 11:52:32 +00:00
configure.ac Use dladdr to get symbols for environments which doesn't use ELF and 2008-10-17 11:52:32 +00:00
COPYING glog 0.1 2008-10-07 05:43:05 +00:00
depcomp glog 0.1 2008-10-07 05:43:05 +00:00
INSTALL Use dladdr to get symbols for environments which doesn't use ELF and 2008-10-17 11:52:32 +00:00
install-sh glog 0.1 2008-10-07 05:43:05 +00:00
ltmain.sh glog 0.1 2008-10-07 05:43:05 +00:00
Makefile.am glog 0.1 2008-10-07 05:43:05 +00:00
Makefile.in Use dladdr to get symbols for environments which doesn't use ELF and 2008-10-17 11:52:32 +00:00
missing glog 0.1 2008-10-07 05:43:05 +00:00
mkinstalldirs glog 0.1 2008-10-07 05:43:05 +00:00
NEWS glog 0.1 2008-10-07 05:43:05 +00:00
README glog 0.1 2008-10-07 05:43:05 +00:00

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