don't remove sinks_ elements.
[platform/upstream/glog.git] / src / windows /
2013-10-31 <shinichiro.hamaj... Add StrError and replace posix_strerror_r calls
2013-10-31 <shinichiro.hamaj... Fix VC build by adding GOOGLE_GLOG_DLL_DECL
2013-02-18 <shinichiro.hamaj... Attempt to improve mingw-w64 support
2013-02-18 <shinichiro.hamaj... Support unordered_(map|set) by stl_logging
2013-01-31 <shinichiro.hamaj... Add dllimport and dllexport for new symbols
2013-01-31 <shinichiro.hamaj... Revert code.google.com/p/google-glog/source/detail...
2013-01-25 <shinichiro.hamaj... Remove warning of DCHECK_NOTNULL
2013-01-25 <shinichiro.hamaj... Make glog ABI compatible with gflags
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
2013-01-09 <shinichiro.hamaj... Fix glog/stl_logging for clang
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-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...