summaryrefslogtreecommitdiff
path: root/src/glog/logging.h.in
AgeCommit message (Expand)AuthorFilesLines
2017-10-18#253: Use MS preprocessor idiom to disable warningDariusz Ostolski1-1/+2
2017-10-12Merge pull request #226 from sergiud/zero-allocation-log-failureShinichiro Hamaji1-6/+0
2017-10-11fixed gcc logging failureSergiu Deitsch1-6/+0
2017-08-10Merge pull request #228 from sergiud/dll-export-fixShinichiro Hamaji1-1/+2
2017-08-09added missing exports (fixes #227)Sergiu Deitsch1-1/+2
2017-08-09Remove GOOGLE_GLOG_COMPILE_ASSERTJim Ray1-3/+0
2017-08-06Fix LOG_EVERY_N with clang -Wunused-local-typedefJim Ray1-3/+0
2017-07-06Merge pull request #158 from sergiud/zero-allocationShinichiro Hamaji1-0/+7
2017-07-06reduce memory allocations to zeroHans-Andreas Engel1-0/+7
2017-04-20CHECK_NOTNULL works with smart pointers when compiled in C++11.Ning Ren1-0/+30
2017-02-08DCHECK_ALWAYS_ON to make D* enabled under NDEBUGYoshisato Yanagisawa1-8/+14
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-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
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-11Define GLOG_ prefixed log severities1-24/+45
2011-12-29Make public headers "warnings clean" in the sense of -Wall -Wextra -Wshadow1-3/+3
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 some more google:: namespaces.1-2/+2
2009-11-11Fix compilation error with -DNDEBUG.1-6/+7
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.1-2/+28
2009-01-23Remove the name of unused parameter.1-1/+1
2009-01-22Better Cygwin support.1-1/+1
2009-01-15* Add LOG_TO_STRING.1-53/+184
2008-12-19Initial windows support. Now we don't have the stacktrace and several unittests.1-44/+76
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