aboutsummaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAgeFilesLines
* Fix OSX support with CocoaPods and Xcode 15Abseil Team2024-03-121-1/+1
* Fix GCC7 C++17 buildDerek Mauro2024-03-122-3/+11
* Use UnixEpoch and ZeroDurationAbseil Team2024-03-121-56/+61
* Make flaky failures much less likely in BasicMocking.MocksNotTriggeredForInco...Evan Brown2024-03-121-5/+12
* Delete a stray commentAbseil Team2024-03-121-1/+0
* Move GCC uninitialized memory warning suppression into MaybeInitializedPtr.Evan Brown2024-03-111-16/+21
* Replace usages of absl::move, absl::forward, and absl::exchange with theirDerek Mauro2024-03-1112-163/+157
* Fix the move to itselfAbseil Team2024-03-111-2/+2
* Work around an implicit conversion signedness compiler warningAbseil Team2024-03-071-1/+5
* Avoid MSan: use-of-uninitialized-value error in find_non_soo.Evan Brown2024-03-071-2/+1
* Fix flaky MSVC test failures by using longer slop time.Evan Brown2024-03-061-1/+5
* Add ABSL_ATTRIBUTE_UNUSED to variables used in an ABSL_ASSUME.Evan Brown2024-03-061-2/+2
* Implement small object optimization in swisstable - disabled for now.Evan Brown2024-03-066-371/+1091
* Document and test ability to use absl::Overload with generic lambdas.Vitaly Goldshteyn2024-03-062-2/+51
* Extract `InsertPosition` function to be able to reuse it.Vitaly Goldshteyn2024-03-042-13/+27
* Increase GraphCycles::PointerMap sizeAbseil Team2024-03-041-1/+1
* PR #1632: inlined_vector: Use trivial relocation for `erase`Arthur O'Dwyer2024-03-033-8/+86
* Create `BM_GroupPortable_Match`.Vitaly Goldshteyn2024-03-031-0/+13
* [absl] Mark `absl::NoDestructor` methods with `absl::Nonnull` as appropriateLawrence Wolf-Sonkin2024-02-293-10/+15
* Automated Code ChangeAbseil Team2024-02-281-0/+2
* Rework casting in raw_hash_set's `IsFull()`.Paul Rigge2024-02-281-1/+3
* Adds ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::BitGenRefDerek Mauro2024-02-281-2/+3
* Workaround for NVIDIA C++ compiler being unable to parse variadic expansions ...Abseil Team2024-02-281-12/+11
* Rollback: Make DLOG(FATAL) not understood as [[noreturn]]Abseil Team2024-02-284-71/+38
* Make DLOG(FATAL) not understood as [[noreturn]]Abseil Team2024-02-274-38/+71
* Optimize `absl::Duration` division and modulo: Avoid repeated redundant compa...Abseil Team2024-02-271-27/+29
* Optimize `absl::Duration` division and modulo: Allow the compiler to inline `...Abseil Team2024-02-273-54/+73
* Fix typo in example code snippet.Abseil Team2024-02-271-1/+1
* Automated Code ChangeAbseil Team2024-02-261-0/+2
* Add braces for conditional statements in raw_hash_map functions.Evan Brown2024-02-231-3/+5
* Optimize `prepare_insert`, when resize happens. It removes single unnecessary...Vitaly Goldshteyn2024-02-221-11/+13
* Add noexcept to move assignment operator and swap functionAbseil Team2024-02-221-4/+4
* Import of CCTZ from GitHub.Abseil Team2024-02-221-29/+0
* Minor documentation updates.Abseil Team2024-02-211-1/+1
* Change find_or_prepare_insert to return std::pair<iterator, bool> to match re...Evan Brown2024-02-212-22/+21
* PR #1618: inlined_vector: Use trivial relocation for `SwapInlinedElements`Arthur O'Dwyer2024-02-212-17/+47
* Improve raw_hash_set tests.Abseil Team2024-02-211-14/+29
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2024-02-201-8/+63
* Use const_cast to avoid duplicating the implementation of raw_hash_set::find(...Evan Brown2024-02-201-2/+1
* Import of CCTZ from GitHub.Derek Mauro2024-02-2015-5/+7
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Abseil Team2024-02-201-63/+8
* Annotate that SpinLock should warn when unused.Chris Kennelly2024-02-201-1/+1
* PR #1625: absl::is_trivially_relocatable now respects assignment operatorsArthur O'Dwyer2024-02-172-39/+70
* Introduce `Group::MaskNonFull` without usage.Abseil Team2024-02-153-0/+68
* `demangle`: Parse template template and C++20 lambda template param substitut...Dino Radakovic2024-02-152-2/+48
* PR #1617: fix MSVC 32-bit build with -arch:AVXStanislaw Halik2024-02-151-3/+4
* Minor documentation fix for `absl::StrSplit()`Abseil Team2024-02-141-1/+1
* Prevent overflow in `absl::CEscape()`Derek Mauro2024-02-141-4/+22
* `demangle`: Parse optional single template argument for built-in typesDino Radakovic2024-02-132-6/+45
* `demangle`: Add complexity guard to `ParseQRequiresExpr`Dino Radakovic2024-02-131-0/+2