summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* Removed Google-only #ifdefs.Gravatar Abseil Team2023-09-13
* Typo fix.Gravatar Abseil Team2023-09-12
* Make PolicyTraits::transfer_uses_memcpy() true for node_hash_* tables.Gravatar Evan Brown2023-09-12
* Add a flat_hash_set_test that we use value_type member functions to read/writ...Gravatar Evan Brown2023-09-12
* Fixes StrCat() performance regression when not using libc++Gravatar Derek Mauro2023-09-11
* Doc fix.Gravatar Abseil Team2023-09-11
* Remove CordRepRing experiment.Gravatar Martijn Vels2023-09-08
* Fix strict weak ordering in convert_test.ccGravatar Abseil Team2023-09-08
* Rollback:Gravatar Abseil Team2023-09-08
* absl: remove leftovers of CondVar support for other mutexesGravatar Abseil Team2023-09-08
* absl: inline and de-dup Mutex::Await/LockWhen/CondVar::WaitGravatar Abseil Team2023-09-08
* absl: remove known_false condition in Mutex codeGravatar Abseil Team2023-09-08
* absl: remove special handling of Condition::kTrueGravatar Abseil Team2023-09-08
* Fixed typo in `CHECK_STREQ` documentationGravatar Abseil Team2023-09-07
* Fix GetTID() on FreeBSDGravatar Derek Mauro2023-09-07
* Rename x86 crc_memcpy tests since they cover ARM as wellGravatar Abseil Team2023-09-07
* Roll forward support for ARM intrinsics in crc_memcpyGravatar Abseil Team2023-09-07
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-09-06
* Use native methods to implement absl::base_internal::GetPID() onGravatar Derek Mauro2023-09-06
* Fix an issue in which b-tree set iterators allow for mutable access to keys.Gravatar Evan Brown2023-09-06
* Remove the unused LowerBoundAllocatedByteSize function.Gravatar Evan Brown2023-09-05
* Invert the "is inlined" bit of absl::StatusGravatar Abseil Team2023-09-05
* Rollback adding support for ARM intrinsicsGravatar Abseil Team2023-09-05
* Add support for ARM intrinsics in crc_memcpyGravatar Abseil Team2023-09-05
* Add a comment about a more efficient implementation of btree range erase.Gravatar Evan Brown2023-09-01
* Revise a comment regarding casting `memchr()`'s return type. The original com...Gravatar Abseil Team2023-08-31
* Fix incorrect CRC returned by AcceleratedCrcMemcpyEngine when kRegions == 1Gravatar Abseil Team2023-08-31
* Delete //absl/base/internal/prefetch.hGravatar Derek Mauro2023-08-31
* Remove unused ReservedFlag.Gravatar Tomas Dzetkulic2023-08-30
* Add CPU detection for Ampere SirynGravatar Abseil Team2023-08-30
* Optimize Resize and Iteration on ArmGravatar Connal de Souza2023-08-30
* Add missing #include options.h in optimization.h.Gravatar Abseil Team2023-08-30
* absl: fix a priority bug in CondVar wait morphingGravatar Abseil Team2023-08-29
* Enable non_temporal_store_memcpy for AMD Milan, Genoa, and Ryzen 3000Gravatar Abseil Team2023-08-29
* Add CPU detection for AMD Genoa and Ryzen 3000Gravatar Abseil Team2023-08-29
* Use fallback engine for as the non-temporal engine for unknown CPU typesGravatar Abseil Team2023-08-29
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-08-29
* Make raw_hash_set::destroy_slots no longer public. It was never meant to be a...Gravatar Evan Brown2023-08-29
* Remove the legacy thread annotation spellingsGravatar Derek Mauro2023-08-28
* Implement ABSL_ATTRIBUTE_PURE_FUNCTION and ABSL_ATTRIBUTE_CONST_FUNCTIONGravatar Derek Mauro2023-08-28
* Speed up `FastIntToBuffer`.Gravatar Abseil Team2023-08-25
* Delete the experimental conformance testing code.Gravatar Derek Mauro2023-08-23
* Add absl::CharSet.Gravatar Abseil Team2023-08-23
* kernel_timeout_test: Add Apple to the list of slow platforms becauseGravatar Derek Mauro2023-08-21
* PR #1520: Make use of C++20 feature test macros to bestow better compatibilityGravatar Yuriy Chernyshov2023-08-21
* Check CRC cordrep child nodes for nullptr.Gravatar Martijn Vels2023-08-18
* Fix instances where GTest::gtest(_main) should haveGravatar Derek Mauro2023-08-17
* Remove the has_element function and use FindElement instead.Gravatar Evan Brown2023-08-17
* Fix typo hash_test.cc -> hash_instantiated_test.cc fromGravatar Derek Mauro2023-08-17
* StrCat: do not use intermediate buffer when result fits in SSO.Gravatar Abseil Team2023-08-17