summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-17Fix a typo: s/gnore/ignore/1-2/+2
2008-11-17Remove stacktrace.cc.1-68/+0
2008-11-17Re-organize the way to produce stacktrace.16-530/+142
2008-11-04Use uintptr_t instead of int as the integer format of pthread_t.1-3/+3
2008-11-03Stop to define DISALLOW_EVIL_CONSTRUCTORS to avoid name conflict.1-13/+6
2008-10-30Forgot to add file for the previous change...3-0/+471
2008-10-30Add InstallFailureSignalHandler(). The function installs a signal handler that3-1/+43
2008-10-17Use abort instead of exit.1-1/+1
2008-10-17Fix a bug: vmodule didn't work with gflags. Since1-9/+4
2008-10-17Use dladdr to get symbols for environments which doesn't use ELF and6-47/+112
2008-10-14Add __attribute__((noinline)) for StackGrowsDown. This is necessary for recen...1-4/+7