C++ implementation of the Google logging module
Go to file
2009-04-09 07:49:44 +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 Release 0.2. 2009-01-23 19:18:59 +00:00
src A bug fix for Windows: Use GetSystemTimeAsFileTime instead of GetSystemTime. SYSTEMTIME's mSecond is not a unix time but like tm.tm_sec. 2009-04-09 07:49:44 +00:00
vsprojects Add static library project and its unittest. 2009-01-23 18:56:19 +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 Release 0.2. 2009-01-23 19:18: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 Fix a silly bug. I submitted wrong version of auto generated script. 2009-04-07 08:01:03 +00:00
configure.ac Apply patch given by maw (thanks!). The patch was modified a bit using AC_ARG_WITH. 2009-04-07 06:33:09 +00:00
COPYING A bug fix for Windows: Use GetSystemTimeAsFileTime instead of GetSystemTime. SYSTEMTIME's mSecond is not a unix time but like tm.tm_sec. 2009-04-09 07:49:44 +00:00
depcomp Add InstallFailureSignalHandler(). The function installs a signal handler that 2008-10-30 10:33:45 +00:00
google-glog.sln Add static library project and its unittest. 2009-01-23 18:56:19 +00:00
INSTALL Initial windows support. Now we don't have the stacktrace and several unittests. 2008-12-19 15:20:40 +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 Apply patch given by maw (thanks!). The patch was modified a bit using AC_ARG_WITH. 2009-04-07 06:33:09 +00:00
Makefile.in Apply patch given by maw (thanks!). The patch was modified a bit using AC_ARG_WITH. 2009-04-07 06:33:09 +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
README.windows Add README.windows, based on google-perftools'. 2009-01-23 19:01:22 +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