summaryrefslogtreecommitdiff
path: root/absl/log
Commit message (Expand)AuthorAge
* Add a note about how to link absl::log_flags under CMake to workaroundGravatar Derek Mauro2024-01-16
* Move absl::Set[Global]VLogLevel() to //absl/log/globals.hGravatar Derek Mauro2024-01-13
* Avoid a empty library build failure on Apple platformsGravatar Derek Mauro2024-01-03
* Add an IWYU pragma to vlog_is_on.hGravatar Derek Mauro2024-01-02
* Release a few bits and pieces of DFATAL that were left behind: flag parsing &...Gravatar Andy Getzendanner2023-12-21
* Fix typo: begnning -> beginningGravatar Abseil Team2023-12-19
* Elide calls to MakeCheckOpString when ABSL_MIN_LOG_LEVEL makes them unnecessaryGravatar Abseil Team2023-12-07
* absl qualify HasAbslStringify in log_message.h.Gravatar Abseil Team2023-12-06
* Remove a global destructor in vlog_config.ccGravatar Derek Mauro2023-12-06
* Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.hGravatar Derek Mauro2023-12-06
* Move vlog_config to the internal directory and change the namespace of VLogSiteGravatar Derek Mauro2023-12-06
* Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, an...Gravatar Andy Getzendanner2023-12-05
* Add VLOG and friendsGravatar Derek Mauro2023-12-05
* Use absl::NoDestructor for global log sinks.Gravatar Abseil Team2023-11-16
* Bazel: Enable the header_modules featureGravatar Derek Mauro2023-10-11
* Bazel: Support layering_check and parse_headersGravatar Derek Mauro2023-10-10
* Fix logging flags documentation to refer to `LogSink`s instead of logfilesGravatar Derek Mauro2023-09-26
* Rolling back cl/565792699Gravatar Abseil Team2023-09-20
* Refactor for preliminary API update.Gravatar Abseil Team2023-09-19
* Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK f...Gravatar Andy Getzendanner2023-09-15
* Make `HasAbslStringify` public.Gravatar Abseil Team2023-09-13
* Fixed typo in `CHECK_STREQ` documentationGravatar Abseil Team2023-09-07
* Fix instances where GTest::gtest(_main) should haveGravatar Derek Mauro2023-08-17
* Benchmark FNMatch, and use the greedy algorithm with better time and space co...Gravatar Andy Getzendanner2023-08-14
* An FNMatch helper for upcoming functionality.Gravatar Andy Getzendanner2023-08-14
* Release the `DFATAL` pseudo-LogSeverity levelGravatar Derek Mauro2023-08-04
* Test that CHECK respects ABSL_MIN_LOG_LEVELGravatar Abseil Team2023-07-14
* Use new emscripten_errn to avoid copying strings.Gravatar Abseil Team2023-07-13
* Rolls back use of emscripten_errn as some implementations may not be compatible.Gravatar Abseil Team2023-06-30
* Use new emscripten_errn to avoid copying strings.Gravatar Abseil Team2023-06-29
* Support Qualcomm Hexagon DSP targets.Gravatar Abseil Team2023-06-29
* Remove two_ASCII_digits and replace with a scalar algorithmGravatar Abseil Team2023-06-13
* For web assembly, implement WriteToStderr as emscripten_err.Gravatar Abseil Team2023-05-30
* Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.Gravatar Andy Getzendanner2023-05-23
* Rename ABSL_*_IMPL macros to match the other ABSL_LOG_INTERNAL_* macros and t...Gravatar Andy Getzendanner2023-05-19
* Instantiate LogMessage::CopyToEncodedBuffer separately for literals and non-l...Gravatar Andy Getzendanner2023-05-01
* Shrink most LOG callsites by one instruction (SysV x86_64 ABI) by dispatching...Gravatar Andy Getzendanner2023-04-28
* Fix some spelling mistakesGravatar Vertexwahn2023-04-24
* Fix handling of `CHECK` macros in static analysis tools.Gravatar Abseil Team2023-04-24
* Add configurability of the log Tag value on AndroidGravatar Abseil Team2023-04-18
* Add an API to clear the saved LogBacktraceAt location, and call it when setti...Gravatar Andy Getzendanner2023-04-18
* Internal cleanupGravatar Abseil Team2023-04-03
* Add a clang-cl buildGravatar Derek Mauro2023-03-31
* Changes necessary to support clang-clGravatar Derek Mauro2023-03-30
* Change from `ABSL_DLL ABSL_CONST_INIT` to `ABSL_CONST_INIT ABSL_DLL`Gravatar Derek Mauro2023-03-01
* Initialize ScopedMockLog.is_triggered_ with false.Gravatar Abseil Team2023-02-23
* Convert empty constructors to default onesGravatar Rose2023-02-17
* Fix absl/log:stripping_test when ABSL_MIN_LOG_LEVEL is definedGravatar Abseil Team2023-02-13
* Fix missing constexpr on GetReferenceableValue overloadGravatar Abseil Team2023-02-13
* Work around GCC -Wuninitialized when initializing a span from an uninitialize...Gravatar Andy Getzendanner2023-01-24