platform/upstream/glog.git
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...
2009-04-07 <shinichiro... Use struct instead of class for forward declaration...
2009-04-07 <shinichiro... Fix a silly bug. I submitted wrong version of auto...
2009-04-07 <shinichiro... Apply patch given by maw (thanks!). The patch was modif...
2009-03-10 <shinichiro... Fixes for GCC 4.4. Thanks John for this patch!
2009-03-04 <shinichiro... Introduce RecordCrashReason().
2009-01-28 <shinichiro... Add license information for all source code.
2009-01-24 <shinichiro... Bug fix: ifdef guard for InitGoogleMock must be HAVE_LI...
2009-01-23 <shinichiro... Add mock-log.h into distribution.
2009-01-23 <shinichiro... Release 0.2.
2009-01-23 <shinichiro... Add README.windows, based on google-perftools'.
2009-01-23 <shinichiro... Regenerate header files for VC++.
2009-01-23 <shinichiro... Add static library project and its unittest.
2009-01-23 <shinichiro... Remove the name of unused parameter.
2009-01-23 <shinichiro... Remove unnecessary #include.
2009-01-22 <shinichiro... Better Cygwin support.
2009-01-15 <shinichiro... * Add LOG_TO_STRING.
2009-01-13 <shinichiro... Introduce mock-log.h for unittests.
2009-01-09 <shinichiro... Define ARRAYSIZE in utilities.h and use it.
2009-01-05 <shinichiro... Use gtest and gmock if installed.
2009-01-05 <shinichiro... Initialize gflags in signalhandler_unittest.
2009-01-05 <shinichiro... Fix a typo in commandlineflags.h.
2008-12-19 <shinichiro... Initial windows support. Now we don't have the stacktra...
2008-12-19 <shinichiro... Flush logs unsafely before program fails in the signal...
2008-11-21 <shinichiro... Add -lpthread in addition to -pthread on Linux.
2008-11-19 <shinichiro... Release 0.1.2.
2008-11-18 <shinichiro... Add an instruction about stacktrace on x86-64 in INSTAL...
2008-11-17 <shinichiro... Fix a typo: s/gnore/ignore/
2008-11-17 <shinichiro... Remove stacktrace.cc.
2008-11-17 <shinichiro... Re-organize the way to produce stacktrace.
2008-11-04 <shinichiro... Utilize the second parameter (version number) for deb.sh.
2008-11-04 <shinichiro... Use uintptr_t instead of int as the integer format...
2008-11-03 <shinichiro... Stop to define DISALLOW_EVIL_CONSTRUCTORS to avoid...
2008-10-30 <shinichiro... Forgot to add file for the previous change...
2008-10-30 <shinichiro... Add InstallFailureSignalHandler(). The function instal...
next