summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-02-18Attempt to improve mingw-w64 support7-117/+64
2013-02-18Support unordered_(map|set) by stl_logging3-17/+94
2013-02-01Fix Mac test failure1-1/+1
2013-01-31Make sure stderr is not buffered.1-0/+3
2013-01-31Add dllimport and dllexport for new symbols2-8/+8
2013-01-31Revert http://code.google.com/p/google-glog/source/detail?r=1272-2/+6
2013-01-25Remove warning of DCHECK_NOTNULL2-2/+2
2013-01-25Make glog ABI compatible with gflags 3-50/+51
2013-01-23Follow up for the color log patch4-15/+19
2013-01-23Output logs with colors to stderr1-7/+133
2013-01-22Re-generate logging.h for windows1-37/+4
2013-01-10Allow users to re-initialize glog1-0/+1
2013-01-10Move LogMessageData from .h to .cc2-51/+66
2013-01-09Eliminate use of strstream based on internal changes5-138/+339
2013-01-09Fix glog/stl_logging for clang2-74/+108
2013-01-09Run autoreconf on ubuntu precise1-4/+3
2012-11-22Fixed files to support FreeBSD amd64 based on patches at:2-4/+4
2012-07-17Don't #undef GLOG_MSVC_*2-6/+0
2012-07-12Reduce compiler warnings on Windows and MacOSX4-24/+75
2012-07-03Fix LOG_SYSRESULT2-10/+12
2012-06-13Reduce the number of warnings by VS20103-5/+11
2012-05-14Compile error fix for QNX1-0/+11
2012-05-14VC11 build fix1-0/+3
2012-02-24Add --disable-rtti2-1/+9
2012-01-12Remove trivial warnings produced by clang14-33/+34
2012-01-12Add exception specification for operator new and operator delete1-4/+4
2012-01-12Fix compile failures with clang in stl_logging_unittest.cc3-1/+24
2012-01-12Fix the wrong use of sizeof1-3/+3
2012-01-12Put __attribute__((noreturn)) for declartions of function pointers1-6/+12
2012-01-11Define GLOG_ prefixed log severities9-100/+158
2011-12-29Make public headers "warnings clean" in the sense of -Wall -Wextra -Wshadow4-16/+16
2011-12-29Fix logging_striplog_test.sh in debug mode. Fixes issue 108.2-3/+15
2011-12-28Remove assumptions about function size in stacktrace_unittest.cc, which do not1-51/+102
2011-09-05Suppress warnings around return value of write and symlink.4-7/+19
2011-09-05Destruct global objects in ShutdownGoogleLogging3-5/+28
2011-09-05Add google:: prefixes for COUNTER in glog's document1-8/+8
2011-09-05Create a new log files after pid has changed3-1/+12
2011-05-11Add files left behind by certain tests to CLEANFILES.1-0/+7
2011-02-25Reduce stack consumption for Demangle(). Fixes issue 81.1-153/+155
2011-02-07Add partial C++0x support and recognition of GCC function clone suffixes to3-11/+114
2010-06-15Minor message update.1-1/+1
2010-06-15Add ShutdownGoogleLogging to close syslog.4-0/+19
2010-06-15s/ASSERT_EQ/CHECK_EQ/ .1-1/+1
2010-06-15Use sys/ucontext.h when it is found. Snow leopard needs this.1-1/+4
2010-05-28Move TEST_SRC_DIR from googletest.h to config.h.2-1/+5
2010-05-28Add DCHECK_NOTNULL macro to logging.h (points to CHECK_NOTNULL in debug mode)3-0/+11
2010-05-28Add __extension__ for GCC's statement expression.2-0/+2
2010-05-28Add some more google:: namespaces.2-4/+4
2010-01-20Use GLOG_* environment variables even when gflags is installed.5-52/+67
2010-01-18Handle ucontext.h properly in Snow leopard.1-0/+3