1. 78da3bf Fixes for the latest MSVS. by · 10 years ago
  2. 09e8dd6 Add libc++ support by · 10 years ago
  3. a5ffa88 Build issues in demangle.cc by · 10 years ago
  4. 8367470 Adding a callback mechanism to allow users of google.glog to provide by · 10 years ago
  5. a0073e5 Add StrError and replace posix_strerror_r calls by · 10 years ago
  6. 0242c8e Fix VC build by adding GOOGLE_GLOG_DLL_DECL by · 10 years ago
  7. a0bf19d A style fix for C++11 by · 11 years ago
  8. 1518f23 Reduce dynamic allocation from 3 to 1 per log message by · 11 years ago
  9. 478a80c Attempt to improve mingw-w64 support by · 11 years ago
  10. a106e61 Support unordered_(map|set) by stl_logging by · 11 years ago
  11. cba9095 Remove .svn directory from the release archive by · 11 years ago
  12. 0b0b022 Release glog 0.3.3 by · 11 years ago v0.3.3
  13. 069ee58 Fix Mac test failure by · 11 years ago
  14. e6af5ea Make sure stderr is not buffered. by · 11 years ago
  15. fdc710e Add dllimport and dllexport for new symbols by · 11 years ago
  16. 35ba669 Revert http://code.google.com/p/google-glog/source/detail?r=127 by · 11 years ago
  17. 3297f04 Remove warning of DCHECK_NOTNULL by · 11 years ago
  18. 133b40f Document update: how to modify FLAGS_* in glog by · 11 years ago
  19. c4c25e8 Make glog ABI compatible with gflags by · 11 years ago
  20. 3b59339 Follow up for the color log patch by · 11 years ago
  21. ff96a5a Output logs with colors to stderr by · 11 years ago
  22. 5fc8027 Re-generate logging.h for windows by · 11 years ago
  23. 74ae299 Allow users to re-initialize glog by · 11 years ago
  24. e832774 Move LogMessageData from .h to .cc by · 11 years ago
  25. 3aa45ed Eliminate use of strstream based on internal changes by · 11 years ago
  26. 44c4b29 Fix glog/stl_logging for clang by · 11 years ago
  27. 047426c Run autoreconf on ubuntu precise by · 11 years ago
  28. 96dac4f Fixed files to support FreeBSD amd64 based on patches at: by · 11 years ago
  29. 711fcd2 Don't #undef GLOG_MSVC_* by · 12 years ago
  30. 4f6088b Reduce compiler warnings on Windows and MacOSX by · 12 years ago
  31. 7c613d6 Fix LOG_SYSRESULT by · 12 years ago
  32. 6d42536 Reduce the number of warnings by VS2010 by · 12 years ago
  33. e7712bf Compile error fix for QNX by · 12 years ago
  34. ad13dc6 VC11 build fix by · 12 years ago
  35. 475ec9b Add --disable-rtti by · 12 years ago
  36. 7e0a53c Release 0.3.2. by · 12 years ago v0.3.2
  37. 73b0abc Remove trivial warnings produced by clang by · 12 years ago
  38. cd026f9 Add exception specification for operator new and operator delete by · 12 years ago
  39. 8b90f05 Fix compile failures with clang in stl_logging_unittest.cc by · 12 years ago
  40. fe0967b Fix the wrong use of sizeof by · 12 years ago
  41. 11e78e4 Put __attribute__((noreturn)) for declartions of function pointers by · 12 years ago
  42. 6232847 Fix __sync_val_compare_and_swap detection by · 12 years ago
  43. 6febec3 Define GLOG_ prefixed log severities by · 12 years ago
  44. 8a4c166 Make public headers "warnings clean" in the sense of -Wall -Wextra -Wshadow by · 12 years ago
  45. d8944b1 Fix logging_striplog_test.sh in debug mode. Fixes issue 108. by · 12 years ago
  46. 5a05c30 Remove assumptions about function size in stacktrace_unittest.cc, which do not by · 12 years ago
  47. ac3e918 Suppress warnings around return value of write and symlink. by · 13 years ago
  48. c2cbc76 Destruct global objects in ShutdownGoogleLogging by · 13 years ago
  49. b1afbe7 Add google:: prefixes for COUNTER in glog's document by · 13 years ago
  50. 5442169 Create a new log files after pid has changed by · 13 years ago
  51. 204ef03 Add files left behind by certain tests to CLEANFILES. by · 13 years ago
  52. 3ae5baa Reduce stack consumption for Demangle(). Fixes issue 81. by · 13 years ago
  53. 0b4dcd2 Add partial C++0x support and recognition of GCC function clone suffixes to by · 13 years ago
  54. 1e86eec Minor message update. by · 14 years ago
  55. 6aa3518 Release 0.3.1. This line, and those below, will be ignored-- by · 14 years ago v0.3.1
  56. 858a11d Add ShutdownGoogleLogging to close syslog. by · 14 years ago
  57. b52f3fe s/ASSERT_EQ/CHECK_EQ/ . by · 14 years ago
  58. c83adaa Use sys/ucontext.h when it is found. Snow leopard needs this. by · 14 years ago
  59. 1f8dac8 Move TEST_SRC_DIR from googletest.h to config.h. by · 14 years ago
  60. f31f510 Improve libunwind detection. by · 14 years ago
  61. 9e15c47 Add DCHECK_NOTNULL macro to logging.h (points to CHECK_NOTNULL in debug mode) by · 14 years ago
  62. b2704e9 Add __extension__ for GCC's statement expression. by · 14 years ago
  63. 85f3549 Add some more google:: namespaces. by · 14 years ago
  64. e912f20 Fix --enable-frame-pointers. by · 14 years ago
  65. eb80cb0 Add information about the conflict with windows.h into our document. by · 14 years ago
  66. 65e631e The test for gflags works correctly on OpenBSD. by · 14 years ago
  67. 98b018f test binaries are in the builddir, not the top_srcdir by · 14 years ago
  68. cb35010 Use GLOG_* environment variables even when gflags is installed. by · 14 years ago
  69. 3273596 Handle ucontext.h properly in Snow leopard. by · 14 years ago
  70. b71aa94 Fix compilation error with -DNDEBUG. by · 14 years ago
  71. effef71 Use numeric_limits instead of SSIZE_MAX. by · 14 years ago
  72. 90e7825 Use intptr_t instead of int to cast from char* for Snow Leopard. by · 15 years ago
  73. 7e610f6 Release 0.3.0. by · 15 years ago v0.3.0
  74. 7e54f5a Make the order of check for OS_WINDOWS|OS_CYGWIN and HAVE_PTHREAD consistent. by · 15 years ago
  75. 1b5a90b Cast from pthread_t to pid_t via uintptr_t. by · 15 years ago
  76. 9495564 Call glog_internal_namespace_::ProgramInvocationShortName() explicitly. by · 15 years ago
  77. 5bf76bb Avoid warning for type punning like by · 15 years ago
  78. fcbeeb9 Fix posix_strerror_r for OpenBSD. by · 15 years ago
  79. f028227 Define DumpPCAndSymbol() only when HAVE_SYMBOLIZE is defined. by · 15 years ago
  80. d712e20 Fix user name detection for Windows. by · 15 years ago
  81. fc88a72 Suppress warnings. by · 15 years ago
  82. b35305f Initializes the length of machine name properly. by · 15 years ago
  83. 2c28a49 Regression: Add NOGDI and NOMINMAX macros before including windows.h. by · 15 years ago
  84. c24b607 Use internal namespace instead of anonymous namespace for Mutex. by · 15 years ago
  85. 70cb94e Add cast for pthread_self() to avoid warning. by · 15 years ago
  86. d96287a Add virtual ~Thread() to avoid warnings. by · 15 years ago
  87. ac63dd1 Add OS_NETBSD macro. by · 15 years ago
  88. 8c4e3a9 Suppress warnings. Most of this patch was given by keir (thanks!). by · 15 years ago
  89. 4cd8381 Add m4/pc_from_ucontext.m4. It supports NetBSD and OpenBSD as well. by · 15 years ago
  90. 424c6fc Fix regression of r23. by · 15 years ago
  91. f0f26f1 Utilize AM_CXXFLAGS. by · 15 years ago
  92. 5f9c97a Run benchmarks only when --run_benchmark is specified. by · 15 years ago
  93. c1995cd Encapsulate the definition of Mutex into glog's internal namespace. by · 15 years ago
  94. 7b97abb Suppress warnings (re-definition of _XOPEN_SOURCE) by including utilities.h first. by · 15 years ago
  95. 94a3b0e Add -lgflags into LD_FLAGS when gflags is detected and --with-gflags isn't specified. Thanks kzk for this patch! by · 15 years ago
  96. ca448a5 Release 0.2.1. by · 15 years ago v0.2.1
  97. a86eb1a Check if InitGoogleLogging is not called twice. by · 15 years ago
  98. e334c48 Generation of pkg-config metadata file. by · 15 years ago
  99. ddfd188 A bug fix for Windows: Use GetSystemTimeAsFileTime instead of GetSystemTime. SYSTEMTIME's mSecond is not a unix time but like tm.tm_sec. by · 15 years ago
  100. 8cf64cc Use struct instead of class for forward declaration of CrashReason as we define it as struct. by · 15 years ago