Name
Last commit
Last update
doc Add InstallFailureSignalHandler(). The function installs a signal handler that
m4 Forgot to add file for the previous change...
packages Release 0.2.
src Regenerate header files for VC++.
vsprojects Add static library project and its unittest.
AUTHORS glog 0.1
COPYING glog 0.1
ChangeLog Release 0.2.
INSTALL Initial windows support. Now we don't have the stacktrace and several unittests.
Makefile.am Add README.windows, based on google-perftools'.
Makefile.in Add README.windows, based on google-perftools'.
NEWS glog 0.1
README glog 0.1
README.windows Add README.windows, based on google-perftools'.
aclocal.m4 Add InstallFailureSignalHandler(). The function installs a signal handler that
autogen.sh glog 0.1
compile glog 0.1
config.guess Add InstallFailureSignalHandler(). The function installs a signal handler that
config.sub Add InstallFailureSignalHandler(). The function installs a signal handler that
configure Release 0.2.
configure.ac Release 0.2.
depcomp Add InstallFailureSignalHandler(). The function installs a signal handler that
google-glog.sln Add static library project and its unittest.
install-sh Add InstallFailureSignalHandler(). The function installs a signal handler that
ltmain.sh Add InstallFailureSignalHandler(). The function installs a signal handler that
missing Add InstallFailureSignalHandler(). The function installs a signal handler that
mkinstalldirs Add InstallFailureSignalHandler(). The function installs a signal handler that
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