platform/upstream/glog.git
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.