Compile error fix for QNX
[platform/upstream/glog.git] / src / windows /
2012-05-14 <shinichiro.hamaj... VC11 build fix
2012-01-12 <shinichiro.hamaj... Remove trivial warnings produced by clang
2012-01-12 <shinichiro.hamaj... Fix compile failures with clang in stl_logging_unittest.cc
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 __extension__ for GCC's statement expression.
2010-05-28 <shinichiro.hamaj... Add some more google:: namespaces.
2009-11-11 <shinichiro.hamaj... Fix compilation error with -DNDEBUG.
2009-07-08 <shinichiro.hamaj... Suppress warnings. Most of this patch was given by...
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...