platform/upstream/glog.git
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...
2008-10-30 <shinichiro... ChangeLogs for glog 0.1.1.
2008-10-17 <shinichiro... Use abort instead of exit.
2008-10-17 <shinichiro... Fix a bug: vmodule didn't work with gflags. Since
2008-10-17 <shinichiro... Use dladdr to get symbols for environments which doesn...
2008-10-14 <shinichiro... Add __attribute__((noinline)) for StackGrowsDown. This...
2008-10-10 <shinichiro... Fix the include paths in the document: s/google/glog/.
2008-10-08 <shinichiro... Fix some syntax/HTML issues.
2008-10-08 <shinichiro... Modify the content type for the document files.
2008-10-07 <shinichiro... glog 0.1
2008-09-03 <shinichiro... Initial directory structure.