summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-05Destruct global objects in ShutdownGoogleLogging3-5/+28
2011-09-05Add google:: prefixes for COUNTER in glog's document2-16/+16
2011-09-05Create a new log files after pid has changed3-1/+12
2011-05-11Add files left behind by certain tests to CLEANFILES.14-27446/+22906
2011-02-25Reduce stack consumption for Demangle(). Fixes issue 81.1-153/+155
2011-02-07Add partial C++0x support and recognition of GCC function clone suffixes to3-11/+114
2010-06-15Minor message update.1-1/+1
2010-06-15Release 0.3.1.4-11/+28
2010-06-15Add ShutdownGoogleLogging to close syslog.4-0/+19
2010-06-15s/ASSERT_EQ/CHECK_EQ/ .1-1/+1
2010-06-15Use sys/ucontext.h when it is found. Snow leopard needs this.1-1/+4
2010-05-28Move TEST_SRC_DIR from googletest.h to config.h.4-1/+13
2010-05-28Improve libunwind detection.2-2/+4
2010-05-28Add DCHECK_NOTNULL macro to logging.h (points to CHECK_NOTNULL in debug mode)3-0/+11
2010-05-28Add __extension__ for GCC's statement expression.2-0/+2
2010-05-28Add some more google:: namespaces.2-4/+4
2010-05-28Fix --enable-frame-pointers.2-2/+4
2010-05-28Add information about the conflict with windows.h into our document.1-0/+16
2010-05-28The test for gflags works correctly on OpenBSD.2-168/+178
2010-05-14test binaries are in the builddir, not the top_srcdir2-4/+4
2010-01-20Use GLOG_* environment variables even when gflags is installed.6-52/+74
2010-01-18Handle ucontext.h properly in Snow leopard.3-14/+374
2009-11-11Fix compilation error with -DNDEBUG.2-12/+14
2009-11-11Use numeric_limits instead of SSIZE_MAX.1-1/+3
2009-10-07Use intptr_t instead of int to cast from char* for Snow Leopard.1-1/+1
2009-07-31Release 0.3.0.4-11/+27
2009-07-31Make the order of check for OS_WINDOWS|OS_CYGWIN and HAVE_PTHREAD consistent.1-8/+8
2009-07-30Cast from pthread_t to pid_t via uintptr_t.1-1/+1
2009-07-30Call glog_internal_namespace_::ProgramInvocationShortName() explicitly.1-4/+6
2009-07-30Avoid warning for type punning like1-4/+4
2009-07-30Fix posix_strerror_r for OpenBSD.2-2/+2
2009-07-29Define DumpPCAndSymbol() only when HAVE_SYMBOLIZE is defined.1-0/+2
2009-07-29Fix user name detection for Windows.1-0/+4
2009-07-29Suppress warnings.1-15/+2
2009-07-29Initializes the length of machine name properly.1-2/+2
2009-07-27Regression: Add NOGDI and NOMINMAX macros before including windows.h.1-0/+4
2009-07-27Use internal namespace instead of anonymous namespace for Mutex.1-111/+172
2009-07-27Add cast for pthread_self() to avoid warning.1-1/+6
2009-07-27Add virtual ~Thread() to avoid warnings.1-0/+2
2009-07-27Add OS_NETBSD macro.1-0/+2
2009-07-08Suppress warnings. Most of this patch was given by keir (thanks!).7-26/+36
2009-07-08Add m4/pc_from_ucontext.m4. It supports NetBSD and OpenBSD as well.6-261/+396
2009-07-08Fix regression of r23.1-0/+60
2009-07-08Utilize AM_CXXFLAGS.2-4/+4
2009-07-07Run benchmarks only when --run_benchmark is specified.2-0/+13
2009-05-20Encapsulate the definition of Mutex into glog's internal namespace.1-3/+9
2009-05-19Suppress warnings (re-definition of _XOPEN_SOURCE) by including utilities.h f...3-1/+5
2009-04-22Add -lgflags into LD_FLAGS when gflags is detected and --with-gflags isn't sp...2-0/+6
2009-04-10Release 0.2.1.4-11/+25
2009-04-10Check if InitGoogleLogging is not called twice.2-1/+7