C++ implementation of the Google logging module
Go to file
204ef03af8 Add files left behind by certain tests to CLEANFILES.
Remove autogen.sh, since you can just use autoreconf instead.

Ran autoreconf and fixed a couple of issues that popped up in
configure.ac and m4/ac_rwlock.m4.  This updates the configuration
files to automake/aclocal 1.11.1 (from 1.10.1) and to autoconf 2.65
(from 2.61).


git-svn-id: https://google-glog.googlecode.com/svn/trunk@93 eb4d4688-79bd-11dd-afb4-1d65580434c0
2011-05-11 02:47:46 +00:00
doc Add information about the conflict with windows.h into our document. 2010-05-28 03:21:44 +00:00
m4 Add files left behind by certain tests to CLEANFILES. 2011-05-11 02:47:46 +00:00
packages Release 0.3.1. 2010-06-15 06:30:24 +00:00
src Add files left behind by certain tests to CLEANFILES. 2011-05-11 02:47:46 +00:00
vsprojects Add static library project and its unittest. 2009-01-23 18:56:19 +00:00
aclocal.m4 Add files left behind by certain tests to CLEANFILES. 2011-05-11 02:47:46 +00:00
AUTHORS glog 0.1 2008-10-07 05:43:05 +00:00
ChangeLog Release 0.3.1. 2010-06-15 06:30:24 +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 Add files left behind by certain tests to CLEANFILES. 2011-05-11 02:47:46 +00:00
configure.ac Add files left behind by certain tests to CLEANFILES. 2011-05-11 02:47:46 +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 Fix regression of r23. 2009-07-08 15:38:35 +00:00
install-sh Add InstallFailureSignalHandler(). The function installs a signal handler that 2008-10-30 10:33:45 +00:00
libglog.pc.in Generation of pkg-config metadata file. 2009-04-10 05:49:58 +00:00
ltmain.sh Add files left behind by certain tests to CLEANFILES. 2011-05-11 02:47:46 +00:00
Makefile.am Add files left behind by certain tests to CLEANFILES. 2011-05-11 02:47:46 +00:00
Makefile.in Add files left behind by certain tests to CLEANFILES. 2011-05-11 02:47:46 +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