1. b43833f [glog] Add [[clang::lto_visibility_public]] by Leonard Chan · 4 days ago main master
  2. 3a1c94f Remove anhwang from OWNERS. by Cameron Dale · 1 year, 3 months ago
  3. 17735d6 [cobalt] Remove Jared and Laura from OWNERS. by Cameron Dale · 1 year, 4 months ago
  4. 731dfc2 Update glog owners file by Steve Fung · 2 years, 3 months ago
  5. b886982 [cpp] Fix -Wextra-semi suppression by Shai Barack · 2 years, 6 months ago
  6. f21d210 [cpp] Suppress -Wextra-semi by Shai Barack · 2 years, 6 months ago
  7. 089c6c6 [owners] Add OWNERs files to glog by dannyzen · 2 years, 11 months ago
  8. 03a3f5f [Wconversion] Suppress warnings by Shai Barack · 3 years, 8 months ago
  9. 027bec6 [Wconversion] Suppress warnings by Shai Barack · 3 years, 8 months ago
  10. c21f4de [Wconversion] Suppress warnings Bug: 56258 Bug: 58162 by Shai Barack · 3 years, 8 months ago
  11. fc4ff6b Update README.fuchsia by Petr Hosek · 6 years ago
  12. 59130c4 Take the location of gflags from a variable passed in by the parent script. by Mitch Rudominer · 6 years ago
  13. e9ca516 Merge "Update README.fuchsia" by Damien Miller · 6 years ago
  14. 66901e7 [macos] Fix warnings around syscall deprecation on OS X 10.12 and up by George Kulakowski · 6 years ago
  15. 4afb8ec Revert "[macos] Fix warnings around syscall deprecation on OS X 10.12 and up" by George Kulakowski · 6 years ago
  16. a8a17da [macos] Fix warnings around syscall deprecation on OS X 10.12 and up by George Kulakowski · 6 years ago
  17. deddd8c Update README.fuchsia by Damien Miller · 6 years ago
  18. 1aba9fe Merge "Link to upstream in README.fuchsia" by Damien Miller · 6 years ago
  19. 35141af [syscall] Build properly for the host, not just Fuchsia by George Kulakowski · 6 years ago
  20. 18dbbbd Link to upstream in README.fuchsia by Damien Miller · 6 years ago
  21. f0a97fd Fix for aarch64 by Ankur Mittal · 7 years ago cobalt
  22. dfbb554 Adding support to build with linux toolchain by Ankur Mittal · 7 years ago
  23. d1e81bd Adding BUILD.gn by Ankur Mittal · 7 years ago
  24. b6a5e05 Update github.com/sergiud in AUTHORS/CONTRIBUTORS by Fumitoshi Ukai · 8 years ago
  25. 9581b3f Merge pull request #132 from sergiud/cmake-disable-unittests by Fumitoshi Ukai · 8 years ago
  26. 60375e0 cmake: allow to disable building unit tests by Sergiu Deitsch · 8 years ago
  27. cf36dab Merge pull request #127 from MinGW-caffe/master by Fumitoshi Ukai · 8 years ago
  28. 5080258 Add MiniLight to AUTHORS/CONTRIBUTORS by Fumitoshi Ukai · 8 years ago
  29. bf766fa Merge pull request #123 from yying/master by Fumitoshi Ukai · 8 years ago
  30. ff5fa62 Add Andy Ying to AUTHORS/CONTRIBUTORS by Fumitoshi Ukai · 8 years ago
  31. 7cff620 Merge pull request #116 from pcc/fix2 by Fumitoshi Ukai · 8 years ago
  32. f5cc863 Merge pull request #98 from willyd/relocatable by Fumitoshi Ukai · 8 years ago
  33. b3a1dc3 Add Guillaume Dumont to AUTHORS/CONTRIBUTORS by Fumitoshi Ukai · 8 years ago
  34. dee7c8c Merge pull request #129 from sergiud/cmake-PIC by Fumitoshi Ukai · 8 years ago
  35. fc61880 Merge pull request #130 from sergiud/cmake-warning-fix by Fumitoshi Ukai · 8 years ago
  36. e6c26b2 cmake: fixed clang warning propagation to gcc by Sergiu Deitsch · 8 years ago
  37. e05f325 cmake: enable position independent code (PIC) by Sergiu Deitsch · 8 years ago
  38. 9c584dd try to avoid the error "conflicting declaration 'typedef DWORD pthread_t'" etc. by MiniLight · 8 years ago
  39. a00dfdf NULL sinks_ after deletion to prevent dangling pointer by Andy Ying · 8 years ago
  40. 0472b91 Add Peter Collingbourne <pcc@google.com> to CONTRIBUTORS by Fumitoshi Ukai · 8 years ago
  41. f174cba Merge pull request #115 from pcc/fix1 by Fumitoshi Ukai · 8 years ago
  42. 8e98eb2 Fix autotools build. by Peter Collingbourne · 8 years ago
  43. a93a451 symbolize: Calculate a module's zero VA using program headers. by Peter Collingbourne · 8 years ago
  44. de6149e Merge pull request #101 from yasushi-saito/master by Fumitoshi Ukai · 8 years ago
  45. 202b395 Merge pull request #91 from abdasgupta/master by Fumitoshi Ukai · 8 years ago
  46. 2a7423b Merge pull request #82 from sergiud/cmake-imported-target by Fumitoshi Ukai · 8 years ago
  47. d630221 Allow permission line in /proc/self/map to be "rwx", not just "r-x". At by Yaz Saito on W541 · 8 years ago
  48. 45901a3 Added $<BUILD_INTERFACE> to gflags include to avoid including the gflags include dir in the glog-targets.cmake by Guillaume Dumont · 8 years ago
  49. f176cc8 Merge pull request #96 from mayah/update-windows by Fumitoshi Ukai · 8 years ago
  50. 821d3e8 Run src/windows/preprocess.sh by mayah · 8 years ago
  51. b27d042 Added support for PowerPC. by Abhishek Dasgupta · 8 years ago
  52. c7e35f8 added CMake usage instructions by Sergiu Dotenco · 8 years ago
  53. 780efcc cmake: allow to refer to imported glog target as glog::glog by Sergiu Dotenco · 8 years ago
  54. 4d391fe use namespace GFLAGS_NAMESPACE instead namespace gflags by Fumitoshi Ukai · 8 years ago
  55. a63f466 win: use _fdopen instead of fdopen by Fumitoshi Ukai · 8 years ago
  56. 1256d28 win: FAILED macro can't be used with HANDLE. by Fumitoshi Ukai · 8 years ago
  57. 0312301 avoid calling new/malloc in signalhandler. by Fumitoshi Ukai · 8 years ago
  58. de75983 Merge pull request #74 from yoshisatoyanagisawa/fix_sigabrt_action by Fumitoshi Ukai · 8 years ago
  59. cda16b3 Reset SIGABRT action only if FailureSignalHandler is installed. by Yoshisato Yanagisawa · 8 years ago
  60. f46e074 Merge pull request #58 from ruslo/fix.include by Fumitoshi Ukai · 8 years ago
  61. 0ae958f Merge pull request #56 from rhencke/fix-test by Fumitoshi Ukai · 8 years ago
  62. 013a36b Merge pull request #51 from flandr/pthread-cmake-build by Fumitoshi Ukai · 8 years ago
  63. ccacef4 Fix missing public include directory by Ruslan Baratov · 9 years ago
  64. bdb6c32 Add pthread library to linker list when needed by Nate Rosenblum · 9 years ago
  65. c10e6ec Fix double-free in unit test on Windows. by Robert Hencke · 9 years ago
  66. a667518 Merge pull request #49 from sergiud/cmake-visibility by Fumitoshi Ukai · 9 years ago
  67. 85e5c6e Merge pull request #47 from sergiud/master by Fumitoshi Ukai · 9 years ago
  68. 4dd62b0 Add Teddy Reed to AUTHORS/CONTRIBUTORS by Fumitoshi Ukai · 9 years ago
  69. a94afc6 Merge pull request #26 from theopolis/feature-mode-flag by Fumitoshi Ukai · 9 years ago
  70. ed6dba0 cmake: fixed warning caused by policy CMP0063 by Sergiu Dotenco · 9 years ago
  71. 58438d3 [#23] Add logfile_mode to control logfile permissions by Teddy Reed · 9 years ago
  72. cb5487d cmake: allow to disable multithreading support by Sergiu Dotenco · 9 years ago
  73. f769195 Merge pull request #35 from bsilver8192/fix-mocklog-unused-arguments by Fumitoshi Ukai · 9 years ago
  74. 254db0a Merge pull request #34 from bsilver8192/fix-macro-redefinition by Fumitoshi Ukai · 9 years ago
  75. 4a1e5ef Add tomange to AUTHORS/CONTRIBUTORS by Fumitoshi Ukai · 9 years ago
  76. cd37eec Merge pull request #20 from UbimoLTD/patch-1 by Fumitoshi Ukai · 9 years ago
  77. 8db3ff0 Merge pull request #12 from ukai/fix_leak by Fumitoshi Ukai · 9 years ago
  78. e91d5c4 Add Sergiu Dotenco to AUTHORS/CONTRIBUTORS by Fumitoshi Ukai · 9 years ago
  79. fe13644 Merge pull request #7 from sergiud/master by Fumitoshi Ukai · 9 years ago
  80. 454906f Add Michael Tanner and tbennun to AUTORS/CONTRIBUTORS by Fumitoshi Ukai · 9 years ago
  81. 8453b08 cmake: link to libunwind by Sergiu Dotenco · 9 years ago
  82. 05746ed cmake: support gflags in static builds by Sergiu Dotenco · 9 years ago
  83. 95cde7a cmake: disabled 'template argument uses unnamed type' warning by Sergiu Dotenco · 9 years ago
  84. 5aee7c7 added missing include by Sergiu Dotenco · 9 years ago
  85. 856ff81 fixed vc 14.0 ctp 6 compilation error by Sergiu Dotenco · 9 years ago
  86. b561c94 determine gflags namespace automatically by Sergiu Dotenco · 9 years ago
  87. f9def39 do not redefine snprintf if it's already available by Sergiu Dotenco · 9 years ago
  88. fa4c5b5 do not redefine stl logging macros by Sergiu Dotenco · 9 years ago
  89. ea628ae allow to define TEST_SRC_DIR as a macro by Sergiu Dotenco · 9 years ago
  90. 3325258 allow to use __declspec(noreturn) by Sergiu Dotenco · 9 years ago
  91. 3d9fea9 export the Demangle function by Sergiu Dotenco · 9 years ago
  92. 3c49b93 added cmake support by Sergiu Dotenco · 9 years ago
  93. beb55fa Fix redefinition of _XOPEN_SOURCE. by Brian Silverman · 9 years ago
  94. 180eaff Fix unused arguments warning in ScopedMockLog. by Brian Silverman · 9 years ago
  95. 287ab79 Add Brian Silverman to AUTHORS+CONTRIBUTORS. by Brian Silverman · 9 years ago
  96. 2c50384 Update vlog_is_on.cc by romange · 9 years ago
  97. 2a02db7 Add Abhishek Parmar to the AUTHORS/CONTRIBUTORS files. by Pierre Phaneuf · 9 years ago
  98. ed072a5 don't remove sinks_ elements. by Fumitoshi Ukai · 9 years ago
  99. 701dd71 Guard GOOGLE_PREDICT_TRUE|FALS with #ifndef to avoid collision with other google opensource projects like protobuf. by Abhishek Parmar · 9 years ago
  100. 9c2acaa delete LogDestination::sinks_ at DeleteLogDestinations(). by Fumitoshi Ukai · 9 years ago