summaryrefslogtreecommitdiff
path: root/src/logging_unittest.cc
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Add StrError and replace posix_strerror_r calls1-1/+2
2013-01-31Make sure stderr is not buffered.1-0/+3
2013-01-23Follow up for the color log patch1-0/+1
2012-01-12Remove trivial warnings produced by clang1-12/+13
2012-01-12Fix the wrong use of sizeof1-3/+3
2012-01-11Define GLOG_ prefixed log severities1-30/+30
2010-06-15Add ShutdownGoogleLogging to close syslog.1-0/+2
2010-06-15s/ASSERT_EQ/CHECK_EQ/ .1-1/+1
2010-05-28Add DCHECK_NOTNULL macro to logging.h (points to CHECK_NOTNULL in debug mode)1-0/+5
2009-07-30Avoid warning for type punning like1-4/+4
2009-07-30Fix posix_strerror_r for OpenBSD.1-1/+1
2009-07-07Run benchmarks only when --run_benchmark is specified.1-0/+8
2009-04-07Apply patch given by maw (thanks!). The patch was modified a bit using AC_ARG...1-0/+2
2009-03-10Fixes for GCC 4.4. Thanks John for this patch!1-0/+3
2009-01-28Add license information for all source code.1-2/+27
2009-01-24Bug fix: ifdef guard for InitGoogleMock must be HAVE_LIB_GMOCK rather than HA...1-1/+1
2009-01-15* Add LOG_TO_STRING.1-3/+199
2009-01-05Use gtest and gmock if installed.1-0/+2
2008-12-19Initial windows support. Now we don't have the stacktrace and several unittests.1-14/+58
2008-10-07glog 0.11-0/+923