summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* Avoid static initializers in case of ABSL_FLAGS_STRIP_NAMES=1Gravatar Gennadiy Rozental2024-02-02
* Rollback 9d8588bfc4566531c4053b5001e2952308255f44 for breaking the buildGravatar Derek Mauro2024-02-02
* No public descriptionGravatar Abseil Team2024-02-01
* Decrease the precision of absl::Now in x86-64 debug buildsGravatar Fangrui Song2024-02-01
* Optimize raw_hash_set destructor.Gravatar Abseil Team2024-02-01
* Add ABSL_ATTRIBUTE_UNINITIALIZED macros for use with clang and GCC's `uniniti...Gravatar Abseil Team2024-02-01
* Optimize `Cord::Swap()` for missed compiler optimization in clang.Gravatar Martijn Vels2024-02-01
* Type erased hash_slot_fn that depends only on key types (and hash function).Gravatar Abseil Team2024-01-31
* Replace `testonly = 1` with `testonly = True` in abseil BUILD files.Gravatar Shahriar Rouf2024-01-31
* Avoid extra `& msbs` on every iteration over the mask for GroupPortableImpl.Gravatar Abseil Team2024-01-31
* Missing parenthesis.Gravatar Abseil Team2024-01-30
* Early return from destroy_slots for trivially destructible types in flat_hash...Gravatar Abseil Team2024-01-30
* Avoid export of testonly target absl::test_allocator in CMake buildsGravatar Derek Mauro2024-01-30
* Use absl::NoDestructor for cordz global queue.Gravatar Abseil Team2024-01-30
* Add empty WORKSPACE.bzlmodGravatar Derek Mauro2024-01-29
* Introduce `RawHashSetLayout` helper class.Gravatar Abseil Team2024-01-29
* Fix a corner case in SpyHashState for exact boundaries.Gravatar Matt Kulukundis2024-01-29
* Add nullability annotationsGravatar Dmitri Gribenko2024-01-25
* Use absl::NoDestructor for global HashtablezSampler.Gravatar Abseil Team2024-01-24
* Always check if the new frame pointer is readable.Gravatar Abseil Team2024-01-23
* PR #1604: Add privacy manifestGravatar Hannah Shi2024-01-22
* Remove code pieces for no longer supported GCC versions.Gravatar Abseil Team2024-01-22
* Disable ABSL_ATTRIBUTE_TRIVIAL_ABI in open-source buildsGravatar Derek Mauro2024-01-22
* Prevent brace initialization of AlphaNumGravatar Abseil Team2024-01-19
* Remove code pieces for no longer supported MSVC versions.Gravatar Abseil Team2024-01-19
* Added benchmarks for smaller size copy constructors.Gravatar Abseil Team2024-01-18
* Migrate empty CrcCordState to absl::NoDestructor.Gravatar Abseil Team2024-01-18
* Add protected copy ctor+assign to absl::LogSink, and clarify thread-safety re...Gravatar Andy Getzendanner2024-01-17
* Add a note about how to link absl::log_flags under CMake to workaroundGravatar Derek Mauro2024-01-16
* Move absl::Set[Global]VLogLevel() to //absl/log/globals.hGravatar Derek Mauro2024-01-13
* Speed up `raw_hash_map::[]` with ABSL hardening enabled by unchecking derefer...Gravatar Abseil Team2024-01-12
* Enable ABSL_BTREE_ENABLE_GENERATIONS and ABSL_SWISSTABLE_ENABLE_GENERATIONS w...Gravatar Abseil Team2024-01-11
* Move default case to statement outside switch block in log_severity.h.Gravatar Daniel Cheng2024-01-11
* Automated Code ChangeGravatar Abseil Team2024-01-10
* Re-add the internal file //absl/string/internal/has_absl_stringify.h to unblockGravatar Derek Mauro2024-01-09
* Update Windows and MacOS CI builds to Bazel 7.0.0Gravatar Derek Mauro2024-01-09
* Extend BM_StrAppendInt to use log-uniform random numbers instead of constantsGravatar Abseil Team2024-01-05
* Optimize integer-to-string conversionsGravatar Abseil Team2024-01-04
* Correct nullability annotations on MakeNanGravatar Abseil Team2024-01-04
* Avoid a empty library build failure on Apple platformsGravatar Derek Mauro2024-01-03
* Speed up `raw_hash_set::contains()` when ABSL hardening is enabled by removin...Gravatar Abseil Team2024-01-03
* Remove workaround for older versions MSVC that did not supportGravatar Derek Mauro2024-01-02
* PR #1589: Use compare_exchange_weak in the loop in Mutex::ReaderLockGravatar AtariDreams2024-01-02
* Add an IWYU pragma to vlog_is_on.hGravatar Derek Mauro2024-01-02
* [absl] Rename `absl::internal::identity` to `absl::internal::type_identity`Gravatar Lawrence Wolf-Sonkin2023-12-28
* Add compile-checks to ensure the parameter to absl::numbers_internal::FastInt...Gravatar Abseil Team2023-12-28
* Migrate static objects to NoDestructor in tests, testing libraries and benchm...Gravatar Abseil Team2023-12-26
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-12-26
* Import of CCTZ from GitHub.Gravatar Abseil Team2023-12-26
* Include `cstdint` where necessary.Gravatar Dmitri Gribenko2023-12-26