C++ implementation of the Google logging module
Go to file
c9c8d24b26 Add an instruction about stacktrace on x86-64 in INSTALL file. Basically, this
note was copied from google-perftools's notice (google-perftools/INSTALL).  I
modified the notice because the situation around stacktracer is a bit different
between glog and perftools.  Perftool's tcmalloc hooks malloc and its
stacktracer must not call malloc.  In glog, stacktracer with malloc can be an
issue only when users use InstallFailureSignalHandler() and a signal is raised
inside malloc.


git-svn-id: https://google-glog.googlecode.com/svn/trunk@19 eb4d4688-79bd-11dd-afb4-1d65580434c0
2008-11-18 11:28:39 +00:00
doc Add InstallFailureSignalHandler(). The function installs a signal handler that 2008-10-30 10:33:45 +00:00
m4 Forgot to add file for the previous change... 2008-10-30 10:38:57 +00:00
packages Utilize the second parameter (version number) for deb.sh. 2008-11-04 07:09:16 +00:00
src Fix a typo: s/gnore/ignore/ 2008-11-17 10:38:58 +00:00
aclocal.m4 Add InstallFailureSignalHandler(). The function installs a signal handler that 2008-10-30 10:33:45 +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 Add InstallFailureSignalHandler(). The function installs a signal handler that 2008-10-30 10:33:45 +00:00
config.sub Add InstallFailureSignalHandler(). The function installs a signal handler that 2008-10-30 10:33:45 +00:00
configure Re-organize the way to produce stacktrace. 2008-11-17 07:58:10 +00:00
configure.ac Re-organize the way to produce stacktrace. 2008-11-17 07:58:10 +00:00
COPYING glog 0.1 2008-10-07 05:43:05 +00:00
depcomp Add InstallFailureSignalHandler(). The function installs a signal handler that 2008-10-30 10:33:45 +00:00
INSTALL Add an instruction about stacktrace on x86-64 in INSTALL file. Basically, this 2008-11-18 11:28:39 +00:00
install-sh Add InstallFailureSignalHandler(). The function installs a signal handler that 2008-10-30 10:33:45 +00:00
ltmain.sh Add InstallFailureSignalHandler(). The function installs a signal handler that 2008-10-30 10:33:45 +00:00
Makefile.am Re-organize the way to produce stacktrace. 2008-11-17 07:58:10 +00:00
Makefile.in Re-organize the way to produce stacktrace. 2008-11-17 07:58:10 +00:00
missing Add InstallFailureSignalHandler(). The function installs a signal handler that 2008-10-30 10:33:45 +00:00
mkinstalldirs Add InstallFailureSignalHandler(). The function installs a signal handler that 2008-10-30 10:33:45 +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