1. 0d5c20a Expand documentation for SetGlobalVLogLevel and SetVLogLevel. by Tanvi Jagtap · 9 months ago
  2. 96cdf6c Disable negative NaN float ostream format checking on RISC-V by Benjamin Barenblat · 10 months ago
  3. 93ac3a4 Support `AbslStringify` with `DCHECK_EQ`. by Abseil Team · 10 months ago
  4. fa57bfc `absl/log/internal`: Document conditional ABSL_ATTRIBUTE_UNUSED, add C++17 TODO by Dino Radakovic · 11 months ago
  5. e304ff5 `log/internal/check_op`: Add ABSL_ATTRIBUTE_UNUSED to CHECK macros when STRIP_LOG is enabled by Dino Radakovic · 11 months ago
  6. 8541930 log_benchmark: Add VLOG_IS_ON benchmark by Abseil Team · 12 months ago
  7. 6c39827 Remove an unnecessary ABSL_ATTRIBUTE_UNUSED from a logging macro by Derek Mauro · 12 months ago
  8. f522767 Add missing dependency for log test build target by Abseil Team · 12 months ago
  9. a1ced69 Reformat log/internal/BUILD by Abseil Team · 12 months ago
  10. 9a9502b Reland: Make DLOG(FATAL) not understood as [[noreturn]] by Peter Boström · 1 year ago
  11. fa6a3cd Add a note about the cost of `VLOG` in non-debug builds. by Abseil Team · 1 year ago
  12. 4539c54 [log] Correct SetVLOGLevel to SetVLogLevel in comments by Abseil Team · 1 year ago
  13. d0d902e [log] Make :vlog_is_on/:absl_vlog_is_on public in BUILD.bazel by Abseil Team · 1 year ago
  14. 653a671 Rollback: Make DLOG(FATAL) not understood as [[noreturn]] by Abseil Team · 1 year, 1 month ago
  15. c0bec1a Make DLOG(FATAL) not understood as [[noreturn]] by Abseil Team · 1 year, 1 month ago
  16. 1436831 Automated Code Change by Abseil Team · 1 year, 1 month ago
  17. 780bfc1 Replace `testonly = 1` with `testonly = True` in abseil BUILD files. by Shahriar Rouf · 1 year, 2 months ago
  18. fe16a5e Add protected copy ctor+assign to absl::LogSink, and clarify thread-safety requirements to apply to the interface methods. by Andy Getzendanner · 1 year, 2 months ago
  19. 10f3e61 Add a note about how to link absl::log_flags under CMake to workaround by Derek Mauro · 1 year, 2 months ago
  20. b2dd3a5 Move absl::Set[Global]VLogLevel() to //absl/log/globals.h by Derek Mauro · 1 year, 2 months ago
  21. 2a63665 Avoid a empty library build failure on Apple platforms by Derek Mauro · 1 year, 3 months ago
  22. 925a5e6 Add an IWYU pragma to vlog_is_on.h by Derek Mauro · 1 year, 3 months ago
  23. 8184f16 Release a few bits and pieces of DFATAL that were left behind: flag parsing & some tests. by Andy Getzendanner · 1 year, 3 months ago
  24. 5afcd80 Fix typo: begnning -> beginning by Abseil Team · 1 year, 3 months ago
  25. 026e9fe Elide calls to MakeCheckOpString when ABSL_MIN_LOG_LEVEL makes them unnecessary by Abseil Team · 1 year, 4 months ago
  26. d84f20a absl qualify HasAbslStringify in log_message.h. by Abseil Team · 1 year, 4 months ago
  27. a436472 Remove a global destructor in vlog_config.cc by Derek Mauro · 1 year, 4 months ago
  28. 8588e7d Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.h by Derek Mauro · 1 year, 4 months ago
  29. 9b83dc9 Move vlog_config to the internal directory and change the namespace of VLogSite by Derek Mauro · 1 year, 4 months ago
  30. 3e6ecec Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK flavors of these. by Andy Getzendanner · 1 year, 4 months ago
  31. 7b6c17e Add VLOG and friends by Derek Mauro · 1 year, 4 months ago
  32. 8197f8f Use absl::NoDestructor for global log sinks. by Abseil Team · 1 year, 4 months ago
  33. 0ef3ef4 Bazel: Enable the header_modules feature by Derek Mauro · 1 year, 6 months ago
  34. 143e983 Bazel: Support layering_check and parse_headers by Derek Mauro · 1 year, 6 months ago
  35. 2fa24cc Fix logging flags documentation to refer to `LogSink`s instead of logfiles by Derek Mauro · 1 year, 6 months ago
  36. 1f220d5 Rolling back cl/565792699 by Abseil Team · 1 year, 6 months ago
  37. d91f39a Refactor for preliminary API update. by Abseil Team · 1 year, 6 months ago
  38. 9356553 Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK flavors of these. by Andy Getzendanner · 1 year, 6 months ago
  39. 9e1789f Make `HasAbslStringify` public. by Abseil Team · 1 year, 6 months ago
  40. 3cb94be Fixed typo in `CHECK_STREQ` documentation by Abseil Team · 1 year, 7 months ago
  41. 4f3eff4 Fix instances where GTest::gtest(_main) should have by Derek Mauro · 1 year, 7 months ago
  42. 32f414f Benchmark FNMatch, and use the greedy algorithm with better time and space complexity and no recursion (from 233 to 53.8 ns). by Andy Getzendanner · 1 year, 7 months ago
  43. e8f98b2 An FNMatch helper for upcoming functionality. by Andy Getzendanner · 1 year, 7 months ago
  44. 70172ad Release the `DFATAL` pseudo-LogSeverity level by Derek Mauro · 1 year, 8 months ago
  45. 5938263 Test that CHECK respects ABSL_MIN_LOG_LEVEL by Abseil Team · 1 year, 9 months ago
  46. c16a2f4 Use new emscripten_errn to avoid copying strings. by Abseil Team · 1 year, 9 months ago
  47. f3ea24d Rolls back use of emscripten_errn as some implementations may not be compatible. by Abseil Team · 1 year, 9 months ago
  48. d9a0100 Use new emscripten_errn to avoid copying strings. by Abseil Team · 1 year, 9 months ago
  49. 4eaff9e Support Qualcomm Hexagon DSP targets. by Abseil Team · 1 year, 9 months ago
  50. 8a1b239 Remove two_ASCII_digits and replace with a scalar algorithm by Abseil Team · 1 year, 10 months ago
  51. e077941 For web assembly, implement WriteToStderr as emscripten_err. by Abseil Team · 1 year, 10 months ago
  52. 5274782 Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK. by Andy Getzendanner · 1 year, 10 months ago
  53. 68be731 Rename ABSL_*_IMPL macros to match the other ABSL_LOG_INTERNAL_* macros and to make sure it's clear that they're internal. by Andy Getzendanner · 1 year, 10 months ago
  54. 61cac1f Instantiate LogMessage::CopyToEncodedBuffer separately for literals and non-literals to save an instruction at each operator<<(string) callsite. by Andy Getzendanner · 1 year, 11 months ago
  55. e9a7eea Shrink most LOG callsites by one instruction (SysV x86_64 ABI) by dispatching to per-severity constructors and omitting the severity argument. by Andy Getzendanner · 1 year, 11 months ago
  56. 421a74d Fix some spelling mistakes by Vertexwahn · 1 year, 11 months ago
  57. 43e07a0 Fix handling of `CHECK` macros in static analysis tools. by Abseil Team · 1 year, 11 months ago
  58. 2d04ec1 Add configurability of the log Tag value on Android by Abseil Team · 2 years ago
  59. f361836 Add an API to clear the saved LogBacktraceAt location, and call it when setting an empty or invalid flag value. by Andy Getzendanner · 2 years ago
  60. 0244af2 Internal cleanup by Abseil Team · 2 years ago
  61. d6a7cba Add a clang-cl build by Derek Mauro · 2 years ago
  62. d79361f Changes necessary to support clang-cl by Derek Mauro · 2 years ago
  63. 4ae8771 Change from `ABSL_DLL ABSL_CONST_INIT` to `ABSL_CONST_INIT ABSL_DLL` by Derek Mauro · 2 years, 1 month ago
  64. 4825ef4 Initialize ScopedMockLog.is_triggered_ with false. by Abseil Team · 2 years, 1 month ago
  65. ab92654 Convert empty constructors to default ones by Rose · 2 years, 1 month ago
  66. 19a4446 Fix absl/log:stripping_test when ABSL_MIN_LOG_LEVEL is defined by Abseil Team · 2 years, 1 month ago
  67. 2312dbb Fix missing constexpr on GetReferenceableValue overload by Abseil Team · 2 years, 1 month ago
  68. 609770c Work around GCC -Wuninitialized when initializing a span from an uninitialized array in logging. by Andy Getzendanner · 2 years, 2 months ago
  69. 20f4478 Include Abseil logging in windows dll, and add a test helper dll. by Mike Kruskal · 2 years, 2 months ago
  70. a86f1ce extern-ify NullGuard's "(null)" strings to save linker input bytes. by Andy Getzendanner · 2 years, 2 months ago
  71. bb63a76 Use NullGuard for signed and unsigned char pointer types, and extend volatile pointer type testcase to char pointers. by Andy Getzendanner · 2 years, 2 months ago
  72. 8d0b869 Fix some -Wshorten-64-to-32 for 32bit platform by Abseil Team · 2 years, 3 months ago
  73. b1f7928 Fix a -Wsign-conversion and some -Wshorten-64-to-32. by Andy Getzendanner · 2 years, 3 months ago
  74. 2468b18 Use ABSL_LOG instead of LOG in absl::LogStreamer. by Andy Getzendanner · 2 years, 3 months ago
  75. a13ef44 Prevent all CHECK functions from expanding macros for the error string. by Mike Kruskal · 2 years, 3 months ago
  76. ec583f2 Fixing macro expansion changes in new logging macros. by Mike Kruskal · 2 years, 4 months ago
  77. e9787e7 Add some missing copts and linkopts in logging and fix the warnings by Derek Mauro · 2 years, 4 months ago
  78. c96db73 Create alternate absl-prefixed versions of absl logging macros. by Mike Kruskal · 2 years, 4 months ago
  79. a99a183 Move implementations of absl logging to an internal file. by Mike Kruskal · 2 years, 4 months ago
  80. 13708db Write (more) directly into the structured buffer from StringifySink, including for (size_t, char) overload. by Andy Getzendanner · 2 years, 4 months ago
  81. 9a7e8e3 Zero encoded_remaining when a string field doesn't fit, so that we don't leave partial data in the buffer (all decoders should ignore it anyway) and to be sure that we don't try to put any subsequent operands in either (there shouldn't be enough space). by Andy Getzendanner · 2 years, 4 months ago
  82. 48c36b4 Drop outdated comment about LogEntry copyability. by Andy Getzendanner · 2 years, 4 months ago
  83. ebab79b Release structured logging. by Andy Getzendanner · 2 years, 4 months ago
  84. 0c04835 Minor formatting changes in preparation for structured logging... by Andy Getzendanner · 2 years, 4 months ago
  85. f82e3f3 Refactor "RAW: " prefix formatting into FormatLogPrefix. by Andy Getzendanner · 2 years, 4 months ago
  86. b4a4a6b Replace std::atomic_flag with std::atomic<bool> to avoid the C++20 by Derek Mauro · 2 years, 5 months ago
  87. 64f00b1 drop an unused dep by Andy Getzendanner · 2 years, 5 months ago
  88. 615f214 Factor out the internal helper AppendTruncated, which is used and redefined in a couple places, plus several more that have yet to be released. by Andy Getzendanner · 2 years, 5 months ago
  89. ce1d348 Narrow some _MSC_VER checks to not catch clang-cl. by Andy Getzendanner · 2 years, 5 months ago
  90. 32e928d Small cleanups in logging test helpers by Andy Getzendanner · 2 years, 5 months ago
  91. e604463 Support logging of user-defined types that implement `AbslStringify()` by Phoebe Liang · 2 years, 5 months ago
  92. ff10097 Fix a truncation warning on Windows 64-bit. by Abseil Team · 2 years, 5 months ago
  93. 94433ef Fix various warnings for _WIN32. by Abseil Team · 2 years, 5 months ago
  94. 6b2d248 Disables StderrKnobsDefault due to order dependency by Abseil Team · 2 years, 5 months ago
  95. fbe4660 Remove internal `VLOG_xxx` macros by Christian Blichmann · 2 years, 6 months ago
  96. 8317b9a Fix "unsafe narrowing" warnings in absl, 11/n. by Abseil Team · 2 years, 6 months ago
  97. 1fd600d Delete LogEntry's copy ctor and assignment operator. by Andy Getzendanner · 2 years, 6 months ago
  98. d24156f Cast unused variable to void by Abseil Team · 2 years, 6 months ago
  99. f8b5a04 Expand LogEntry method docs. by Andy Getzendanner · 2 years, 6 months ago
  100. d54fd91 De-pointerize LogStreamer::stream_, and fix move ctor/assign preservation of flags and other stream properties. by Andy Getzendanner · 2 years, 6 months ago