summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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.2-1/+5
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-01-20Use GLOG_* environment variables even when gflags is installed.5-52/+67
2010-01-18Handle ucontext.h properly in Snow leopard.1-0/+3
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-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-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-10Check if InitGoogleLogging is not called twice.2-1/+7
2009-04-09A bug fix for Windows: Use GetSystemTimeAsFileTime instead of GetSystemTime. ...1-7/+24
2009-04-07Use struct instead of class for forward declaration of CrashReason as we defi...2-2/+2
2009-04-07Apply patch given by maw (thanks!). The patch was modified a bit using AC_ARG...1-0/+2
2009-03-10Fixes for GCC 4.4. Thanks John for this patch!4-3/+11
2009-03-04Introduce RecordCrashReason().4-13/+27
2009-01-28Add license information for all source code.40-48/+1149
2009-01-24Bug fix: ifdef guard for InitGoogleMock must be HAVE_LIB_GMOCK rather than HA...1-1/+1
2009-01-23Regenerate header files for VC++.4-74/+263
2009-01-23Remove the name of unused parameter.1-1/+1
2009-01-23Remove unnecessary #include.1-2/+8
2009-01-22Better Cygwin support.7-10/+18
2009-01-15* Add LOG_TO_STRING.9-540/+1174
2009-01-13Introduce mock-log.h for unittests.2-0/+261
2009-01-09Define ARRAYSIZE in utilities.h and use it.4-8/+8
2009-01-05Use gtest and gmock if installed.6-21/+49
2009-01-05Initialize gflags in signalhandler_unittest.1-0/+3
2009-01-05Fix a typo in commandlineflags.h.1-1/+1
2008-12-19Initial windows support. Now we don't have the stacktrace and several unittests.23-215/+2742
2008-12-19Flush logs unsafely before program fails in the signal handler.3-1/+23
2008-11-21Add -lpthread in addition to -pthread on Linux.1-0/+3