C++ implementation of the Google logging module
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 |
||
|---|---|---|
| doc | ||
| m4 | ||
| packages | ||
| src | ||
| aclocal.m4 | ||
| AUTHORS | ||
| autogen.sh | ||
| ChangeLog | ||
| compile | ||
| config.guess | ||
| config.sub | ||
| configure | ||
| configure.ac | ||
| COPYING | ||
| depcomp | ||
| INSTALL | ||
| install-sh | ||
| ltmain.sh | ||
| Makefile.am | ||
| Makefile.in | ||
| missing | ||
| mkinstalldirs | ||
| NEWS | ||
| 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