platform/upstream/glog.git
2015-03-09 Fumitoshi Ukaiglog: release 0.3.4
2014-08-19 <shinichiro... Fixes for the latest MSVS.
2014-03-05 <shinichiro... Add libc++ support
2014-03-02 <ivanpe@chromium... Build issues in demangle.cc
2014-03-01 <ivanpe@chromium... Adding a callback mechanism to allow users of google...
2013-10-31 <shinichiro... Add StrError and replace posix_strerror_r calls
2013-10-31 <shinichiro... Fix VC build by adding GOOGLE_GLOG_DLL_DECL
2013-07-29 <shinichiro... A style fix for C++11
2013-05-29 <shinichiro... Reduce dynamic allocation from 3 to 1 per log message
2013-02-18 <shinichiro... Attempt to improve mingw-w64 support
2013-02-18 <shinichiro... Support unordered_(map|set) by stl_logging
2013-02-01 <shinichiro... Remove .svn directory from the release archive
2013-02-01 <shinichiro... Release glog 0.3.3
2013-02-01 <shinichiro... Fix Mac test failure
2013-01-31 <shinichiro... Make sure stderr is not buffered.
2013-01-31 <shinichiro... Add dllimport and dllexport for new symbols
2013-01-31 <shinichiro... Revert code.google.com/p/google-glog/source/detail...
2013-01-25 <shinichiro... Remove warning of DCHECK_NOTNULL
2013-01-25 <shinichiro... Document update: how to modify FLAGS_* in glog
2013-01-25 <shinichiro... Make glog ABI compatible with gflags
2013-01-23 <shinichiro... Follow up for the color log patch
2013-01-23 <shinichiro... Output logs with colors to stderr
2013-01-22 <shinichiro... Re-generate logging.h for windows
2013-01-10 <shinichiro... Allow users to re-initialize glog
2013-01-10 <shinichiro... Move LogMessageData from .h to .cc
2013-01-09 <shinichiro... Eliminate use of strstream based on internal changes
2013-01-09 <shinichiro... Fix glog/stl_logging for clang
2013-01-09 <shinichiro... Run autoreconf on ubuntu precise
2012-11-22 <shinichiro... Fixed files to support FreeBSD amd64 based on patches at:
2012-07-17 <shinichiro... Don't #undef GLOG_MSVC_*
2012-07-12 <shinichiro... Reduce compiler warnings on Windows and MacOSX
2012-07-03 <shinichiro... Fix LOG_SYSRESULT
2012-06-13 <shinichiro... Reduce the number of warnings by VS2010
2012-05-14 <shinichiro... Compile error fix for QNX
2012-05-14 <shinichiro... VC11 build fix
2012-02-24 <shinichiro... Add --disable-rtti
2012-01-12 <shinichiro... Release 0.3.2.
2012-01-12 <shinichiro... Remove trivial warnings produced by clang
2012-01-12 <shinichiro... Add exception specification for operator new and operat...
2012-01-12 <shinichiro... Fix compile failures with clang in stl_logging_unittest.cc
2012-01-12 <shinichiro... Fix the wrong use of sizeof
2012-01-12 <shinichiro... Put __attribute__((noreturn)) for declartions of functi...
2012-01-12 <shinichiro... Fix __sync_val_compare_and_swap detection
2012-01-11 <shinichiro... Define GLOG_ prefixed log severities
2011-12-29 <hlsyounes... Make public headers "warnings clean" in the sense of...
2011-12-29 <hlsyounes... Fix logging_striplog_test.sh in debug mode. Fixes...
2011-12-28 <hlsyounes... Remove assumptions about function size in stacktrace_un...
2011-09-05 <shinichiro... Suppress warnings around return value of write and...
2011-09-05 <shinichiro... Destruct global objects in ShutdownGoogleLogging
2011-09-05 <shinichiro... Add google:: prefixes for COUNTER in glog's document
2011-09-05 <shinichiro... Create a new log files after pid has changed
2011-05-11 <hlsyounes... Add files left behind by certain tests to CLEANFILES.
2011-02-25 <hlsyounes... Reduce stack consumption for Demangle(). Fixes issue 81.
2011-02-07 <hlsyounes... Add partial C++0x support and recognition of GCC functi...
2010-06-15 <shinichiro... Minor message update.
2010-06-15 <shinichiro... Release 0.3.1.
2010-06-15 <shinichiro... Add ShutdownGoogleLogging to close syslog.
2010-06-15 <shinichiro... s/ASSERT_EQ/CHECK_EQ/ .
2010-06-15 <shinichiro... Use sys/ucontext.h when it is found. Snow leopard needs...
2010-05-28 <shinichiro... Move TEST_SRC_DIR from googletest.h to config.h.
2010-05-28 <shinichiro... Improve libunwind detection.
2010-05-28 <shinichiro... Add DCHECK_NOTNULL macro to logging.h (points to CHECK_...
2010-05-28 <shinichiro... Add __extension__ for GCC's statement expression.
2010-05-28 <shinichiro... Add some more google:: namespaces.
2010-05-28 <shinichiro... Fix --enable-frame-pointers.
2010-05-28 <shinichiro... Add information about the conflict with windows.h into...
2010-05-28 <shinichiro... The test for gflags works correctly on OpenBSD.
2010-05-14 <shinichiro... test binaries are in the builddir, not the top_srcdir
2010-01-20 <shinichiro... Use GLOG_* environment variables even when gflags is...
2010-01-18 <shinichiro... Handle ucontext.h properly in Snow leopard.
2009-11-11 <shinichiro... Fix compilation error with -DNDEBUG.
2009-11-11 <shinichiro... Use numeric_limits instead of SSIZE_MAX.
2009-10-07 <shinichiro... Use intptr_t instead of int to cast from char* for...
2009-07-31 <shinichiro... Release 0.3.0.
2009-07-31 <shinichiro... Make the order of check for OS_WINDOWS|OS_CYGWIN and...
2009-07-30 <shinichiro... Cast from pthread_t to pid_t via uintptr_t.
2009-07-30 <shinichiro... Call glog_internal_namespace_::ProgramInvocationShortNa...
2009-07-30 <shinichiro... Avoid warning for type punning like
2009-07-30 <shinichiro... Fix posix_strerror_r for OpenBSD.
2009-07-29 <shinichiro... Define DumpPCAndSymbol() only when HAVE_SYMBOLIZE is...
2009-07-29 <shinichiro... Fix user name detection for Windows.
2009-07-29 <shinichiro... Suppress warnings.
2009-07-29 <shinichiro... Initializes the length of machine name properly.
2009-07-27 <shinichiro... Regression: Add NOGDI and NOMINMAX macros before includ...
2009-07-27 <shinichiro... Use internal namespace instead of anonymous namespace...
2009-07-27 <shinichiro... Add cast for pthread_self() to avoid warning.
2009-07-27 <shinichiro... Add virtual ~Thread() to avoid warnings.
2009-07-27 <shinichiro... Add OS_NETBSD macro.
2009-07-08 <shinichiro... Suppress warnings. Most of this patch was given by...
2009-07-08 <shinichiro... Add m4/pc_from_ucontext.m4. It supports NetBSD and...
2009-07-08 <shinichiro... Fix regression of r23.
2009-07-08 <shinichiro... Utilize AM_CXXFLAGS.
2009-07-07 <shinichiro... Run benchmarks only when --run_benchmark is specified.
2009-05-20 <shinichiro... Encapsulate the definition of Mutex into glog's interna...
2009-05-19 <shinichiro... Suppress warnings (re-definition of _XOPEN_SOURCE)...
2009-04-22 <shinichiro... Add -lgflags into LD_FLAGS when gflags is detected...
2009-04-10 <shinichiro... Release 0.2.1.
2009-04-10 <shinichiro... Check if InitGoogleLogging is not called twice.
2009-04-10 <shinichiro... Generation of pkg-config metadata file.
2009-04-09 <shinichiro... A bug fix for Windows: Use GetSystemTimeAsFileTime...
next