aboutsummaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAgeFilesLines
...
* `absl/utility`: Delete C++11-compatible `integer_sequence` and friendsDino Radakovic2023-12-111-93/+11
* Add nullability annotationsDmitri Gribenko2023-12-1145-442/+635
* Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build.Abseil Team2023-12-071-2/+3
* Small table growth optimization.Abseil Team2023-12-073-101/+532
* Elide calls to MakeCheckOpString when ABSL_MIN_LOG_LEVEL makes them unnecessaryAbseil Team2023-12-071-1/+17
* Fixing a comment to be correct with the current code.Abseil Team2023-12-061-2/+2
* absl qualify HasAbslStringify in log_message.h.Abseil Team2023-12-061-4/+6
* Remove a global destructor in vlog_config.ccDerek Mauro2023-12-063-14/+23
* Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.hDerek Mauro2023-12-066-69/+162
* Move vlog_config to the internal directory and change the namespace of VLogSiteDerek Mauro2023-12-068-65/+64
* Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().Abseil Team2023-12-0514-107/+608
* Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, an...Andy Getzendanner2023-12-058-49/+149
* Fix codegen trunks in `absl/hash/hash_benchmark.cc`.Shahriar Rouf2023-12-051-7/+1
* Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` orderingMarcin Kowalczyk2023-12-055-0/+84
* Add VLOG and friendsDerek Mauro2023-12-0514-14/+1281
* Remove `absl::weak_equality` and `absl::strong_equality`.Marcin Kowalczyk2023-12-042-221/+4
* Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platformsDerek Mauro2023-11-281-2/+3
* `btree_map`: avoid a copy in `map_params::key`.Abseil Team2023-11-281-1/+3
* Update documentation to reflect best practices (prefer brace initialization)Abseil Team2023-11-271-3/+3
* Avoid AbslHashValue for std::filesystem::path when <filesystem> is not includedAbseil Team2023-11-221-0/+1
* Make `FlatHashMapPolicy` return `std::true_type` for relocatable objects.Abseil Team2023-11-206-16/+84
* Respect libc++ config option for disable of filesystemAbseil Team2023-11-171-1/+2
* Provide AbslHashValue for std::filesystem::path in C++17Derek Mauro2023-11-172-0/+72
* Use absl::NoDestructor for global log sinks.Abseil Team2023-11-163-8/+10
* Rollback providing AbslHashValue for std::filesystem::path in C++17Derek Mauro2023-11-162-63/+0
* Provide AbslHashValue for std::filesystem::path in C++17Derek Mauro2023-11-152-0/+63
* Use absl::NoDestructor for global FlagRegistry.Abseil Team2023-11-153-1/+4
* Speed-up absl::Symbolize by ~6x via faster file reads.Abseil Team2023-11-151-44/+108
* Fixed a very small typo in the Cord::empty() docstring.Abseil Team2023-11-141-1/+1
* Fix documentation on when SpinLock is async-signal-safeAbseil Team2023-11-141-4/+4
* Don't allow AbslHashValue() to take a C-style array parameter. TheDerek Mauro2023-11-141-1/+15
* Support AbslStringify in absl Civil Time types.Abseil Team2023-11-142-1/+45
* Partial roll forward of reentrant validation with the validation itself disab...Evan Brown2023-11-132-22/+27
* Add new benchmark for integer `StrAppend`Abseil Team2023-11-131-1/+23
* Roll back due to leak sanitizer reports.Aaron Jacobs2023-11-085-113/+22
* Use absl::NoDestructor to replace a bespoke optimized implementationDerek Mauro2023-11-083-7/+7
* Add absl::NoDestructor<T>Derek Mauro2023-11-085-0/+653
* Avoid using both Win32Waiter and PthreadWaiter on MinGW,Derek Mauro2023-11-082-4/+6
* Import of CCTZ from GitHub.Abseil Team2023-11-081-1/+9
* Add explicit int -> uintptr_t conversion in stacktrace code for aarch64Abseil Team2023-11-081-1/+1
* Properly handle signal stacks and frame-size calculationsAbseil Team2023-11-071-17/+38
* Add control()/slot() functions to iterator/const_iterator.Evan Brown2023-11-071-15/+19
* Add a new microbenchmark for spinlock TryLock and codegen functions.Abseil Team2023-11-061-1/+26
* Doc fix.Abseil Team2023-11-031-2/+2
* Update comments to make it explicit that moving a flat_hash_{set,map} can cau...Evan Brown2023-11-022-2/+2
* PR #1559: Fix comparison of integer expressions of different signedness warningAlexander Ignatyev2023-11-021-1/+1
* Add sanitizer mode validation for use of references to swisstables elements t...Evan Brown2023-11-014-39/+74
* Mutex: Remove destructor in release buildDmitry Vyukov2023-10-313-75/+120
* Optimize memcasecmp. Benchmarks shows slight improvement.Ilya Tokar2023-10-301-4/+12
* Roll forward: Add sanitizer mode checks that element constructors/destructors...Evan Brown2023-10-305-22/+113