aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-15Remove nullability from Span::{pointer,iterator}Sam McCall
2023-12-14Roll back changes to AsciiStrToUpper() and AsciiStrToLower() due to bug report.Abseil Team
2023-12-14Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team
2023-12-13Redirect `GetPageSize()` to C library `getpagesize()` on Hexagon DSP.Abseil Team
2023-12-13Add `ostream<<` and `AbslStringify` to `absl::StatusOr`.Zie Weaver
2023-12-12Unit-tests to verify ABSL raw_hash_set does not double-hash in prodAbseil Team
2023-12-12Add `MaskFull` to `Group`.Abseil Team
2023-12-11`absl/utility`: Delete tests for C++11-compatible `integer_sequence` and friendsDino Radakovic
2023-12-11`absl/utility`: Delete C++11-compatible `integer_sequence` and friendsDino Radakovic
2023-12-11Add nullability annotationsDmitri Gribenko
2023-12-07Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build.Abseil Team
2023-12-07Small table growth optimization.Abseil Team
2023-12-07Elide calls to MakeCheckOpString when ABSL_MIN_LOG_LEVEL makes them unnecessaryAbseil Team
2023-12-06 Fixing a comment to be correct with the current code.Abseil Team
2023-12-06absl qualify HasAbslStringify in log_message.h.Abseil Team
2023-12-06Remove a global destructor in vlog_config.ccDerek Mauro
2023-12-06Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.hDerek Mauro
2023-12-06Move vlog_config to the internal directory and change the namespace of VLogSiteDerek Mauro
2023-12-05Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().Abseil Team
2023-12-05Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, an...Andy Getzendanner
2023-12-05Fix codegen trunks in `absl/hash/hash_benchmark.cc`.Shahriar Rouf
2023-12-05Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` orderingMarcin Kowalczyk
2023-12-05Add VLOG and friendsDerek Mauro
2023-12-04Remove `absl::weak_equality` and `absl::strong_equality`.Marcin Kowalczyk
2023-11-28Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platformsDerek Mauro
2023-11-28`btree_map`: avoid a copy in `map_params::key`.Abseil Team
2023-11-27Update documentation to reflect best practices (prefer brace initialization)Abseil Team
2023-11-22Avoid AbslHashValue for std::filesystem::path when <filesystem> is not includedAbseil Team
2023-11-20Make `FlatHashMapPolicy` return `std::true_type` for relocatable objects.Abseil Team
2023-11-17Respect libc++ config option for disable of filesystemAbseil Team
2023-11-17Provide AbslHashValue for std::filesystem::path in C++17Derek Mauro
2023-11-16Use absl::NoDestructor for global log sinks.Abseil Team
2023-11-16Rollback providing AbslHashValue for std::filesystem::path in C++17Derek Mauro
2023-11-15Provide AbslHashValue for std::filesystem::path in C++17Derek Mauro
2023-11-15Use absl::NoDestructor for global FlagRegistry.Abseil Team
2023-11-15Speed-up absl::Symbolize by ~6x via faster file reads.Abseil Team
2023-11-14Fixed a very small typo in the Cord::empty() docstring.Abseil Team
2023-11-14Fix documentation on when SpinLock is async-signal-safeAbseil Team
2023-11-14Don't allow AbslHashValue() to take a C-style array parameter. TheDerek Mauro
2023-11-14Support AbslStringify in absl Civil Time types.Abseil Team
2023-11-13Partial roll forward of reentrant validation with the validation itself disab...Evan Brown
2023-11-13Add new benchmark for integer `StrAppend`Abseil Team
2023-11-08Roll back due to leak sanitizer reports.Aaron Jacobs
2023-11-08Use absl::NoDestructor to replace a bespoke optimized implementationDerek Mauro
2023-11-08Add absl::NoDestructor<T>Derek Mauro
2023-11-08Avoid using both Win32Waiter and PthreadWaiter on MinGW,Derek Mauro
2023-11-08Import of CCTZ from GitHub.Abseil Team
2023-11-08Add explicit int -> uintptr_t conversion in stacktrace code for aarch64Abseil Team
2023-11-07Properly handle signal stacks and frame-size calculationsAbseil Team
2023-11-07Add control()/slot() functions to iterator/const_iterator.Evan Brown