summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* `absl/utility`: Delete tests for C++11-compatible `integer_sequence` and friendsGravatar Dino Radakovic2023-12-11
* `absl/utility`: Delete C++11-compatible `integer_sequence` and friendsGravatar Dino Radakovic2023-12-11
* Add nullability annotationsGravatar Dmitri Gribenko2023-12-11
* Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build.Gravatar Abseil Team2023-12-07
* Small table growth optimization.Gravatar Abseil Team2023-12-07
* Elide calls to MakeCheckOpString when ABSL_MIN_LOG_LEVEL makes them unnecessaryGravatar Abseil Team2023-12-07
* Fixing a comment to be correct with the current code.Gravatar Abseil Team2023-12-06
* 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
* Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().Gravatar Abseil Team2023-12-05
* Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, an...Gravatar Andy Getzendanner2023-12-05
* Fix codegen trunks in `absl/hash/hash_benchmark.cc`.Gravatar Shahriar Rouf2023-12-05
* Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` orderingGravatar Marcin Kowalczyk2023-12-05
* Add VLOG and friendsGravatar Derek Mauro2023-12-05
* Remove `absl::weak_equality` and `absl::strong_equality`.Gravatar Marcin Kowalczyk2023-12-04
* Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platformsGravatar Derek Mauro2023-11-28
* `btree_map`: avoid a copy in `map_params::key`.Gravatar Abseil Team2023-11-28
* Update documentation to reflect best practices (prefer brace initialization)Gravatar Abseil Team2023-11-27
* Avoid AbslHashValue for std::filesystem::path when <filesystem> is not includedGravatar Abseil Team2023-11-22
* Make `FlatHashMapPolicy` return `std::true_type` for relocatable objects.Gravatar Abseil Team2023-11-20
* Respect libc++ config option for disable of filesystemGravatar Abseil Team2023-11-17
* Provide AbslHashValue for std::filesystem::path in C++17Gravatar Derek Mauro2023-11-17
* Use absl::NoDestructor for global log sinks.Gravatar Abseil Team2023-11-16
* Rollback providing AbslHashValue for std::filesystem::path in C++17Gravatar Derek Mauro2023-11-16
* Provide AbslHashValue for std::filesystem::path in C++17Gravatar Derek Mauro2023-11-15
* Use absl::NoDestructor for global FlagRegistry.Gravatar Abseil Team2023-11-15
* Speed-up absl::Symbolize by ~6x via faster file reads.Gravatar Abseil Team2023-11-15
* Fixed a very small typo in the Cord::empty() docstring.Gravatar Abseil Team2023-11-14
* Fix documentation on when SpinLock is async-signal-safeGravatar Abseil Team2023-11-14
* Don't allow AbslHashValue() to take a C-style array parameter. TheGravatar Derek Mauro2023-11-14
* Support AbslStringify in absl Civil Time types.Gravatar Abseil Team2023-11-14
* Partial roll forward of reentrant validation with the validation itself disab...Gravatar Evan Brown2023-11-13
* Add new benchmark for integer `StrAppend`Gravatar Abseil Team2023-11-13
* Roll back due to leak sanitizer reports.Gravatar Aaron Jacobs2023-11-08
* Use absl::NoDestructor to replace a bespoke optimized implementationGravatar Derek Mauro2023-11-08
* Add absl::NoDestructor<T>Gravatar Derek Mauro2023-11-08
* Avoid using both Win32Waiter and PthreadWaiter on MinGW,Gravatar Derek Mauro2023-11-08
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-11-08
* Add explicit int -> uintptr_t conversion in stacktrace code for aarch64Gravatar Abseil Team2023-11-08
* Properly handle signal stacks and frame-size calculationsGravatar Abseil Team2023-11-07
* Add control()/slot() functions to iterator/const_iterator.Gravatar Evan Brown2023-11-07
* Add a new microbenchmark for spinlock TryLock and codegen functions.Gravatar Abseil Team2023-11-06
* Doc fix.Gravatar Abseil Team2023-11-03
* Update comments to make it explicit that moving a flat_hash_{set,map} can cau...Gravatar Evan Brown2023-11-02
* PR #1559: Fix comparison of integer expressions of different signedness warningGravatar Alexander Ignatyev2023-11-02
* Add sanitizer mode validation for use of references to swisstables elements t...Gravatar Evan Brown2023-11-01
* Mutex: Remove destructor in release buildGravatar Dmitry Vyukov2023-10-31
* Optimize memcasecmp. Benchmarks shows slight improvement.Gravatar Ilya Tokar2023-10-30