C++ implementation of the Google logging module
Go to file
364832195d Use dladdr to get symbols for environments which doesn't use ELF and
has execinfo.h (e.g., MacOSX 10.5). Though dladdr may not be async
signal safe, it's OK since glog's stacktrace doesn't depend on signals.


git-svn-id: https://google-glog.googlecode.com/svn/trunk@7 eb4d4688-79bd-11dd-afb4-1d65580434c0
2008-10-17 11:52:32 +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 glog 0.1 2008-10-07 05:43:05 +00:00
src Use dladdr to get symbols for environments which doesn't use ELF and 2008-10-17 11:52:32 +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 glog 0.1 2008-10-07 05:43:05 +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