Merge pull request #224 from jray272/run-windows-script
[platform/upstream/glog.git] / src / signalhandler.cc
2017-07-19 Shinichiro HamajiMerge pull request #120 from ribalda/master
2017-07-06 Shinichiro HamajiMerge pull request #153 from sergiud/cmake-gnu-install...
2017-07-06 Shinichiro HamajiMerge pull request #152 from sergiud/cmake-project...
2017-07-06 Shinichiro HamajiMerge pull request #157 from sergiud/cygwin-support
2017-07-06 Shinichiro HamajiMerge pull request #158 from sergiud/zero-allocation
2017-07-06 Shinichiro HamajiMerge pull request #145 from pixelb/rate-limit-posix...
2017-06-29 Shinichiro HamajiMerge pull request #199 from v1bri/brian-fix-gflags...
2017-06-28 Shinichiro HamajiMerge pull request #168 from andschwa/windows-stacktrace
2017-06-27 Andrew SchwartzmeyerSupport signal handler on Windows
2016-10-19 Fumitoshi UkaiMerge pull request #130 from sergiud/cmake-warning-fix
2015-11-27 Fumitoshi UkaiMerge pull request #74 from yoshisatoyanagisawa/fix_sig...
2015-11-26 Yoshisato YanagisawaReset SIGABRT action only if FailureSignalHandler is...
2013-02-18 <shinichiro.hamaj... Attempt to improve mingw-w64 support
2012-01-12 <shinichiro.hamaj... Remove trivial warnings produced by clang
2011-09-05 <shinichiro.hamaj... Suppress warnings around return value of write and...
2010-06-15 <shinichiro.hamaj... Use sys/ucontext.h when it is found. Snow leopard needs...
2009-07-08 <shinichiro.hamaj... Suppress warnings. Most of this patch was given by...
2009-01-28 <shinichiro.hamaj... Add license information for all source code.
2009-01-09 <shinichiro.hamaj... Define ARRAYSIZE in utilities.h and use it.
2008-12-19 <shinichiro.hamaj... Flush logs unsafely before program fails in the signal...
2008-11-17 <shinichiro.hamaj... Re-organize the way to produce stacktrace.
2008-11-04 <shinichiro.hamaj... Use uintptr_t instead of int as the integer format...
2008-10-30 <shinichiro.hamaj... Forgot to add file for the previous change...