1. e8531d6 Fix a silly bug. I submitted wrong version of auto generated script. by · 15 years ago
  2. 315d590 Apply patch given by maw (thanks!). The patch was modified a bit using AC_ARG_WITH. by · 15 years ago
  3. b86afef Fixes for GCC 4.4. Thanks John for this patch! by · 15 years ago
  4. 4a3f102 Introduce RecordCrashReason(). by · 15 years ago
  5. f365379 Add license information for all source code. by · 15 years ago
  6. e708038 Bug fix: ifdef guard for InitGoogleMock must be HAVE_LIB_GMOCK rather than HAVE_LIB_GTEST. by · 15 years ago
  7. 0b79295 Add mock-log.h into distribution. by · 15 years ago
  8. c545928 Release 0.2. by · 15 years ago v0.2
  9. f97a7c7 Add README.windows, based on google-perftools'. by · 15 years ago
  10. 8ef5cd3 Regenerate header files for VC++. by · 15 years ago
  11. a82b66f Add static library project and its unittest. by · 15 years ago
  12. 0c6fdbd Remove the name of unused parameter. by · 15 years ago
  13. 630e77b Remove unnecessary #include. by · 15 years ago
  14. c3441fb Better Cygwin support. by · 15 years ago
  15. e31a91b * Add LOG_TO_STRING. by · 15 years ago
  16. eecffc5 Introduce mock-log.h for unittests. by · 15 years ago
  17. 9de1077 Define ARRAYSIZE in utilities.h and use it. by · 15 years ago
  18. cc27d6a Use gtest and gmock if installed. by · 15 years ago
  19. 68e9555 Initialize gflags in signalhandler_unittest. by · 15 years ago
  20. 6dfafc4 Fix a typo in commandlineflags.h. by · 15 years ago
  21. afd586a Initial windows support. Now we don't have the stacktrace and several unittests. by · 15 years ago
  22. c54c735 Flush logs unsafely before program fails in the signal handler. by · 15 years ago
  23. 4f81d0f Add -lpthread in addition to -pthread on Linux. by · 15 years ago
  24. 5cecb10 Release 0.1.2. by · 15 years ago v0.1.2
  25. c9c8d24 Add an instruction about stacktrace on x86-64 in INSTALL file. Basically, this by · 15 years ago
  26. a00ca9b Fix a typo: s/gnore/ignore/ by · 15 years ago
  27. 32b7e7c Remove stacktrace.cc. by · 15 years ago
  28. f9b58c5 Re-organize the way to produce stacktrace. by · 15 years ago
  29. 62a67b2 Utilize the second parameter (version number) for deb.sh. by · 16 years ago
  30. 1ea4ad6 Use uintptr_t instead of int as the integer format of pthread_t. by · 16 years ago
  31. d15fcf7 Stop to define DISALLOW_EVIL_CONSTRUCTORS to avoid name conflict. by · 16 years ago
  32. 198a6d5 Forgot to add file for the previous change... by · 16 years ago v0.1.1
  33. 91d9fd8 Add InstallFailureSignalHandler(). The function installs a signal handler that by · 16 years ago
  34. b8dbc14 ChangeLogs for glog 0.1.1. by · 16 years ago
  35. c481ede Use abort instead of exit. by · 16 years ago
  36. 2ed196e Fix a bug: vmodule didn't work with gflags. Since by · 16 years ago
  37. 3648321 Use dladdr to get symbols for environments which doesn't use ELF and by · 16 years ago
  38. e1fb8f6 Add __attribute__((noinline)) for StackGrowsDown. This is necessary for recent GCC (4.3). by · 16 years ago
  39. bf6108b Fix the include paths in the document: s/google/glog/. by · 16 years ago
  40. fc7c287 Fix some syntax/HTML issues. by · 16 years ago
  41. 13b5871 Modify the content type for the document files. by · 16 years ago
  42. b8b4db4 glog 0.1 by · 16 years ago v0.1
  43. 1c5d6dc Initial directory structure. by · 16 years ago