summaryrefslogtreecommitdiff
path: root/src/windows
AgeCommit message (Expand)AuthorFilesLines
2015-07-15do not redefine snprintf if it's already availableSergiu Dotenco2-2/+8
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-18Attempt to improve mingw-w64 support2-115/+4
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-22Re-generate logging.h for windows1-37/+4
2013-01-09Eliminate use of strstream based on internal changes2-41/+122
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 MacOSX2-12/+37
2012-07-03Fix LOG_SYSRESULT1-5/+6
2012-06-13Reduce the number of warnings by VS20101-1/+1
2012-05-14VC11 build fix1-0/+3
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-12/+12
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-23Regenerate header files for VC++.4-74/+263
2008-12-19Initial windows support. Now we don't have the stacktrace and several unittests.9-0/+2208