Follow up for the color log patch
[platform/upstream/glog.git] / src / windows / glog / logging.h
2013-01-23 <shinichiro.hamaj... Follow up for the color log patch
2013-01-22 <shinichiro.hamaj... Re-generate logging.h for windows
2013-01-09 <shinichiro.hamaj... Eliminate use of strstream based on internal changes
2012-07-17 <shinichiro.hamaj... Don't #undef GLOG_MSVC_*
2012-07-12 <shinichiro.hamaj... Reduce compiler warnings on Windows and MacOSX
2012-07-03 <shinichiro.hamaj... Fix LOG_SYSRESULT
2012-06-13 <shinichiro.hamaj... Reduce the number of warnings by VS2010
2012-01-12 <shinichiro.hamaj... Remove trivial warnings produced by clang
2012-01-11 <shinichiro.hamaj... Define GLOG_ prefixed log severities
2011-12-29 <hlsyounes@gmail... Make public headers "warnings clean" in the sense of...
2010-06-15 <shinichiro.hamaj... Add ShutdownGoogleLogging to close syslog.
2010-05-28 <shinichiro.hamaj... Add DCHECK_NOTNULL macro to logging.h (points to CHECK_...
2010-05-28 <shinichiro.hamaj... Add some more google:: namespaces.
2009-11-11 <shinichiro.hamaj... Fix compilation error with -DNDEBUG.
2009-04-07 <shinichiro.hamaj... Use struct instead of class for forward declaration...
2009-03-04 <shinichiro.hamaj... Introduce RecordCrashReason().
2009-01-28 <shinichiro.hamaj... Add license information for all source code.
2009-01-23 <shinichiro.hamaj... Regenerate header files for VC++.
2008-12-19 <shinichiro.hamaj... Initial windows support. Now we don't have the stacktra...