summaryrefslogtreecommitdiff
path: root/src/glog
AgeCommit message (Expand)AuthorFilesLines
2017-07-06reduce memory allocations to zeroHans-Andreas Engel1-0/+7
2015-11-26Reset SIGABRT action only if FailureSignalHandler is installed.Yoshisato Yanagisawa1-0/+3
2015-08-12Merge pull request #26 from theopolis/feature-mode-flagFumitoshi Ukai1-0/+3
2015-08-10[#23] Add logfile_mode to control logfile permissionsTeddy Reed1-0/+3
2015-08-06Merge pull request #7 from sergiud/masterFumitoshi Ukai1-11/+14
2015-07-15fixed vc 14.0 ctp 6 compilation errorSergiu Dotenco1-0/+2
2015-07-15allow to use __declspec(noreturn)Sergiu Dotenco1-3/+3
2015-07-15added cmake supportSergiu Dotenco1-8/+9
2015-04-08Guard GOOGLE_PREDICT_TRUE|FALS with #ifndef to avoid collision with other goo...Abhishek Parmar1-4/+17
2015-03-26LOG_STRING: use std::vector and std::string.Jesse Rosenstock1-1/+1
2013-10-31Add StrError and replace posix_strerror_r calls1-0/+4
2013-10-31Fix VC build by adding GOOGLE_GLOG_DLL_DECL1-1/+1
2013-02-18Support unordered_(map|set) by stl_logging1-4/+41
2013-01-31Add dllimport and dllexport for new symbols1-4/+4
2013-01-31Revert http://code.google.com/p/google-glog/source/detail?r=1271-1/+3
2013-01-25Remove warning of DCHECK_NOTNULL1-1/+1
2013-01-25Make glog ABI compatible with gflags 1-12/+12
2013-01-23Follow up for the color log patch1-0/+3
2013-01-10Move LogMessageData from .h to .cc1-37/+4
2013-01-09Eliminate use of strstream based on internal changes1-41/+121
2013-01-09Fix glog/stl_logging for clang1-37/+54
2012-07-17Don't #undef GLOG_MSVC_*1-3/+0
2012-07-12Reduce compiler warnings on Windows and MacOSX1-12/+34
2012-07-03Fix LOG_SYSRESULT1-5/+6
2012-06-13Reduce the number of warnings by VS20101-1/+1
2012-01-12Remove trivial warnings produced by clang1-1/+1
2012-01-12Fix compile failures with clang in stl_logging_unittest.cc1-0/+12
2012-01-11Define GLOG_ prefixed log severities3-30/+59
2011-12-29Make public headers "warnings clean" in the sense of -Wall -Wextra -Wshadow2-4/+4
2011-09-05Add google:: prefixes for COUNTER in glog's document1-8/+8
2010-06-15Add ShutdownGoogleLogging to close syslog.1-0/+3
2010-05-28Add DCHECK_NOTNULL macro to logging.h (points to CHECK_NOTNULL in debug mode)1-0/+3
2010-05-28Add __extension__ for GCC's statement expression.1-0/+1
2010-05-28Add some more google:: namespaces.1-2/+2
2009-11-11Fix compilation error with -DNDEBUG.1-6/+7
2009-07-08Suppress warnings. Most of this patch was given by keir (thanks!).1-2/+3
2009-04-07Use struct instead of class for forward declaration of CrashReason as we defi...1-1/+1
2009-03-04Introduce RecordCrashReason().1-0/+4
2009-01-28Add license information for all source code.5-7/+142
2009-01-23Remove the name of unused parameter.1-1/+1
2009-01-22Better Cygwin support.4-4/+4
2009-01-15* Add LOG_TO_STRING.2-69/+258
2008-12-19Initial windows support. Now we don't have the stacktrace and several unittests.4-53/+116
2008-11-03Stop to define DISALLOW_EVIL_CONSTRUCTORS to avoid name conflict.1-13/+6
2008-10-30Add InstallFailureSignalHandler(). The function installs a signal handler that1-0/+24
2008-10-07glog 0.15-0/+1641