summaryrefslogtreecommitdiff
path: root/src/utilities.cc
AgeCommit message (Expand)AuthorFilesLines
2015-11-26Reset SIGABRT action only if FailureSignalHandler is installed.Yoshisato Yanagisawa1-7/+9
2013-02-18Attempt to improve mingw-w64 support1-0/+3
2013-01-10Allow users to re-initialize glog1-0/+1
2012-11-22Fixed files to support FreeBSD amd64 based on patches at:1-3/+3
2012-01-12Remove trivial warnings produced by clang1-1/+1
2011-09-05Suppress warnings around return value of write and symlink.1-1/+3
2011-09-05Destruct global objects in ShutdownGoogleLogging1-4/+4
2011-09-05Create a new log files after pid has changed1-0/+9
2010-06-15Minor message update.1-1/+1
2010-06-15Add ShutdownGoogleLogging to close syslog.1-0/+11
2010-01-20Use GLOG_* environment variables even when gflags is installed.1-2/+2
2009-07-30Cast from pthread_t to pid_t via uintptr_t.1-1/+1
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-04-10Check if InitGoogleLogging is not called twice.1-0/+2
2009-04-09A bug fix for Windows: Use GetSystemTimeAsFileTime instead of GetSystemTime. ...1-7/+24
2009-03-10Fixes for GCC 4.4. Thanks John for this patch!1-0/+3
2009-01-28Add license information for all source code.1-2/+30
2009-01-23Remove unnecessary #include.1-2/+8
2009-01-15* Add LOG_TO_STRING.1-1/+67
2009-01-09Define ARRAYSIZE in utilities.h and use it.1-1/+1
2008-12-19Initial windows support. Now we don't have the stacktrace and several unittests.1-1/+20
2008-11-17Re-organize the way to produce stacktrace.1-1/+10
2008-10-30Add InstallFailureSignalHandler(). The function installs a signal handler that1-0/+9
2008-10-17Use abort instead of exit.1-1/+1
2008-10-17Use dladdr to get symbols for environments which doesn't use ELF and1-1/+1
2008-10-07glog 0.11-0/+172