summaryrefslogtreecommitdiff
path: root/absl/base
Commit message (Expand)AuthorAge
* Apply LTS transformations for 20240116 LTS branch (#1599)20240116.rc1Gravatar Derek Mauro2024-01-16
* Move default case to statement outside switch block in log_severity.h.Gravatar Daniel Cheng2024-01-11
* Optimize integer-to-string conversionsGravatar Abseil Team2024-01-04
* [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
* Release a few bits and pieces of DFATAL that were left behind: flag parsing &...Gravatar Andy Getzendanner2023-12-21
* Cleanup build file by removing an empty srcs listGravatar Derek Mauro2023-12-18
* Redirect `GetPageSize()` to C library `getpagesize()` on Hexagon DSP.Gravatar Abseil Team2023-12-13
* Add nullability annotationsGravatar Dmitri Gribenko2023-12-11
* Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build.Gravatar Abseil Team2023-12-07
* Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, an...Gravatar Andy Getzendanner2023-12-05
* Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` orderingGravatar Marcin Kowalczyk2023-12-05
* Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platformsGravatar Derek Mauro2023-11-28
* Fix documentation on when SpinLock is async-signal-safeGravatar Abseil Team2023-11-14
* Add absl::NoDestructor<T>Gravatar Derek Mauro2023-11-08
* Add a new microbenchmark for spinlock TryLock and codegen functions.Gravatar Abseil Team2023-11-06
* Prefer builtin to inline assembly when built with -mprfchw.Gravatar Chris Kennelly2023-10-26
* PR #1553: Adapt to syscall(2) removal in OpenBSDGravatar Theo Buehler2023-10-25
* Add internal interface to determine if a SpinLock is cooperative.Gravatar Chris Kennelly2023-10-20
* Optimize prefetch codegen.Gravatar Dmitry Vyukov2023-10-18
* Bazel: Enable the header_modules featureGravatar Derek Mauro2023-10-11
* Bazel: Support layering_check and parse_headersGravatar Derek Mauro2023-10-10
* ABSL_INTERNAL_HAS_CXA_DEMANGLE: Check __GNUC__ is defined.Gravatar Abseil Team2023-10-09
* Re-submit with a fix for platforms without RTTI.Gravatar Abseil Team2023-10-02
* No public descriptionGravatar Abseil Team2023-09-27
* Add an internal wrapper for `abi::__cxa_demangle()`.Gravatar Abseil Team2023-09-26
* Add an internal wrapper for `abi::__cxa_demangle()`.Gravatar Abseil Team2023-09-26
* Rolling back cl/565792699Gravatar Abseil Team2023-09-20
* Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK f...Gravatar Andy Getzendanner2023-09-15
* Typo fix.Gravatar Abseil Team2023-09-12
* Fix GetTID() on FreeBSDGravatar Derek Mauro2023-09-07
* Use native methods to implement absl::base_internal::GetPID() onGravatar Derek Mauro2023-09-06
* Delete //absl/base/internal/prefetch.hGravatar Derek Mauro2023-08-31
* Add missing #include options.h in optimization.h.Gravatar Abseil Team2023-08-30
* Remove the legacy thread annotation spellingsGravatar Derek Mauro2023-08-28
* Implement ABSL_ATTRIBUTE_PURE_FUNCTION and ABSL_ATTRIBUTE_CONST_FUNCTIONGravatar Derek Mauro2023-08-28
* PR #1520: Make use of C++20 feature test macros to bestow better compatibilityGravatar Yuriy Chernyshov2023-08-21
* PR #1509: Allow building when targeting WASIGravatar Anuraag Agrawal2023-08-15
* Always inline prefetches.Gravatar Hannah Lin2023-08-14
* Use the supported method for detecting RTTI in Clang:Gravatar Derek Mauro2023-08-10
* Release the `DFATAL` pseudo-LogSeverity levelGravatar Derek Mauro2023-08-04
* PR #1500: Define MAP_ANONYMOUS if not definedGravatar Ryan Schmidt2023-08-01
* InlinedVector: Fix control-flow-inregrity warning when using a classGravatar Derek Mauro2023-07-25
* Add Support for mmap on Qualcomm Hexagon DSP targets.Gravatar Abseil Team2023-07-17
* Use new emscripten_errn to avoid copying strings.Gravatar Abseil Team2023-07-13
* Fix a typo of absl::Nonnull in the example comment.Gravatar Abseil Team2023-07-10
* Rename `absl::NonNull` to `absl::Nonnull`.Gravatar Abseil Team2023-07-06
* Correct std::optional/variant/any auto-detection for Apple platforms.Gravatar James Y Knight2023-07-06
* Rolls back use of emscripten_errn as some implementations may not be compatible.Gravatar Abseil Team2023-06-30