summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* Remove redundant semicolons introduced by macrosGravatar Abseil Team2024-03-15
* [log] Make :vlog_is_on/:absl_vlog_is_on public in BUILD.bazelGravatar Abseil Team2024-03-15
* Add additional checks for size_t overflowsGravatar Derek Mauro2024-03-14
* Replace //visibility:private with :__pkg__ for certain targetsGravatar Abseil Team2024-03-14
* PR #1603: Disable -Wnon-virtual-dtor warning for CommandLineFlag implementationsGravatar Adam Gajda2024-03-13
* Add several missing includes in crc/internalGravatar Abseil Team2024-03-13
* Roll back extern template instatiations in swisstable due to binary size incr...Gravatar Evan Brown2024-03-13
* Add nodiscard to SpinLockHolder.Gravatar Chris Kennelly2024-03-13
* Test that rehash(0) reduces capacity to minimum.Gravatar Vitaly Goldshteyn2024-03-13
* Add extern templates for common swisstable types.Gravatar Evan Brown2024-03-12
* Disable ubsan for benign unaligned access in crc_memcpyGravatar Abseil Team2024-03-12
* Make swisstable SOO support GDB pretty printing and still compile in OSS.Gravatar Evan Brown2024-03-12
* Fix OSX support with CocoaPods and Xcode 15Gravatar Abseil Team2024-03-12
* Fix GCC7 C++17 buildGravatar Derek Mauro2024-03-12
* Use UnixEpoch and ZeroDurationGravatar Abseil Team2024-03-12
* Make flaky failures much less likely in BasicMocking.MocksNotTriggeredForInco...Gravatar Evan Brown2024-03-12
* Delete a stray commentGravatar Abseil Team2024-03-12
* Move GCC uninitialized memory warning suppression into MaybeInitializedPtr.Gravatar Evan Brown2024-03-11
* Replace usages of absl::move, absl::forward, and absl::exchange with theirGravatar Derek Mauro2024-03-11
* Fix the move to itselfGravatar Abseil Team2024-03-11
* Work around an implicit conversion signedness compiler warningGravatar Abseil Team2024-03-07
* Avoid MSan: use-of-uninitialized-value error in find_non_soo.Gravatar Evan Brown2024-03-07
* Fix flaky MSVC test failures by using longer slop time.Gravatar Evan Brown2024-03-06
* Add ABSL_ATTRIBUTE_UNUSED to variables used in an ABSL_ASSUME.Gravatar Evan Brown2024-03-06
* Implement small object optimization in swisstable - disabled for now.Gravatar Evan Brown2024-03-06
* Document and test ability to use absl::Overload with generic lambdas.Gravatar Vitaly Goldshteyn2024-03-06
* Extract `InsertPosition` function to be able to reuse it.Gravatar Vitaly Goldshteyn2024-03-04
* Increase GraphCycles::PointerMap sizeGravatar Abseil Team2024-03-04
* PR #1632: inlined_vector: Use trivial relocation for `erase`Gravatar Arthur O'Dwyer2024-03-03
* Create `BM_GroupPortable_Match`.Gravatar Vitaly Goldshteyn2024-03-03
* [absl] Mark `absl::NoDestructor` methods with `absl::Nonnull` as appropriateGravatar Lawrence Wolf-Sonkin2024-02-29
* Automated Code ChangeGravatar Abseil Team2024-02-28
* Rework casting in raw_hash_set's `IsFull()`.Gravatar Paul Rigge2024-02-28
* Adds ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::BitGenRefGravatar Derek Mauro2024-02-28
* Workaround for NVIDIA C++ compiler being unable to parse variadic expansions ...Gravatar Abseil Team2024-02-28
* Rollback: Make DLOG(FATAL) not understood as [[noreturn]]Gravatar Abseil Team2024-02-28
* Make DLOG(FATAL) not understood as [[noreturn]]Gravatar Abseil Team2024-02-27
* Optimize `absl::Duration` division and modulo: Avoid repeated redundant compa...Gravatar Abseil Team2024-02-27
* Optimize `absl::Duration` division and modulo: Allow the compiler to inline `...Gravatar Abseil Team2024-02-27
* Fix typo in example code snippet.Gravatar Abseil Team2024-02-27
* Automated Code ChangeGravatar Abseil Team2024-02-26
* Add braces for conditional statements in raw_hash_map functions.Gravatar Evan Brown2024-02-23
* Optimize `prepare_insert`, when resize happens. It removes single unnecessary...Gravatar Vitaly Goldshteyn2024-02-22
* Add noexcept to move assignment operator and swap functionGravatar Abseil Team2024-02-22
* Import of CCTZ from GitHub.Gravatar Abseil Team2024-02-22
* Minor documentation updates.Gravatar Abseil Team2024-02-21
* Change find_or_prepare_insert to return std::pair<iterator, bool> to match re...Gravatar Evan Brown2024-02-21
* PR #1618: inlined_vector: Use trivial relocation for `SwapInlinedElements`Gravatar Arthur O'Dwyer2024-02-21
* Improve raw_hash_set tests.Gravatar Abseil Team2024-02-21
* Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()Gravatar Abseil Team2024-02-20