aboutsummaryrefslogtreecommitdiff
path: root/absl/base
Commit message (Expand)AuthorAgeFilesLines
* Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...Abseil Team2024-05-231-0/+26
* Remove Asylo from absl.Abseil Team2024-05-211-6/+5
* Allow __cxa_demangle on MIPSBenjamin Barenblat2024-05-131-1/+1
* Apply ABSL_MUST_USE_RESULT to try lock functions.Chris Kennelly2024-04-251-2/+3
* PR #1651: Implement ABSL_INTERNAL_DISABLE_DEPRECATED_DECLARATION_WARNING for ...Pavel P2024-04-181-0/+5
* Revert integer-to-string conversion optimizations pending more thorough analysisAbseil Team2024-03-261-0/+12
* PR #1644: unscaledcycleclock: remove RISC-V supportaurel322024-03-222-16/+4
* Delete ABSL_ANNOTATE_MEMORY_IS_INITIALIZED under Thread SanitizerAbseil Team2024-03-191-16/+0
* Add nodiscard to SpinLockHolder.Chris Kennelly2024-03-131-0/+9
* [absl] Mark `absl::NoDestructor` methods with `absl::Nonnull` as appropriateLawrence Wolf-Sonkin2024-02-293-10/+15
* Fix typo in example code snippet.Abseil Team2024-02-271-1/+1
* Minor documentation updates.Abseil Team2024-02-211-1/+1
* Annotate that SpinLock should warn when unused.Chris Kennelly2024-02-201-1/+1
* Add ABSL_ATTRIBUTE_WARN_UNUSED.Chris Kennelly2024-02-121-0/+28
* Add the ABSL_DEPRECATE_AND_INLINE() macroDerek Mauro2024-02-081-0/+36
* Add ABSL_ATTRIBUTE_UNINITIALIZED macros for use with clang and GCC's `uniniti...Abseil Team2024-02-011-0/+19
* Replace `testonly = 1` with `testonly = True` in abseil BUILD files.Shahriar Rouf2024-01-311-9/+9
* Remove code pieces for no longer supported GCC versions.Abseil Team2024-01-221-6/+2
* Disable ABSL_ATTRIBUTE_TRIVIAL_ABI in open-source buildsDerek Mauro2024-01-221-8/+4
* Move default case to statement outside switch block in log_severity.h.Daniel Cheng2024-01-111-1/+1
* Optimize integer-to-string conversionsAbseil Team2024-01-041-12/+0
* [absl] Rename `absl::internal::identity` to `absl::internal::type_identity`Lawrence Wolf-Sonkin2023-12-283-21/+24
* Add compile-checks to ensure the parameter to absl::numbers_internal::FastInt...Abseil Team2023-12-281-0/+12
* Migrate static objects to NoDestructor in tests, testing libraries and benchm...Abseil Team2023-12-262-3/+7
* Release a few bits and pieces of DFATAL that were left behind: flag parsing &...Andy Getzendanner2023-12-212-2/+10
* Cleanup build file by removing an empty srcs listDerek Mauro2023-12-181-2/+0
* Redirect `GetPageSize()` to C library `getpagesize()` on Hexagon DSP.Abseil Team2023-12-131-1/+1
* Add nullability annotationsDmitri Gribenko2023-12-115-27/+45
* Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build.Abseil Team2023-12-071-2/+3
* Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, an...Andy Getzendanner2023-12-051-10/+11
* Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` orderingMarcin Kowalczyk2023-12-052-0/+58
* Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platformsDerek Mauro2023-11-281-2/+3
* Fix documentation on when SpinLock is async-signal-safeAbseil Team2023-11-141-4/+4
* Add absl::NoDestructor<T>Derek Mauro2023-11-085-0/+653
* Add a new microbenchmark for spinlock TryLock and codegen functions.Abseil Team2023-11-061-1/+26
* Prefer builtin to inline assembly when built with -mprfchw.Chris Kennelly2023-10-261-1/+1
* PR #1553: Adapt to syscall(2) removal in OpenBSDTheo Buehler2023-10-251-9/+6
* Add internal interface to determine if a SpinLock is cooperative.Chris Kennelly2023-10-202-0/+26
* Optimize prefetch codegen.Dmitry Vyukov2023-10-181-2/+2
* Bazel: Enable the header_modules featureDerek Mauro2023-10-111-0/+1
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-1/+30
* ABSL_INTERNAL_HAS_CXA_DEMANGLE: Check __GNUC__ is defined.Abseil Team2023-10-091-1/+2
* Re-submit with a fix for platforms without RTTI.Abseil Team2023-10-021-0/+13
* No public descriptionAbseil Team2023-09-271-1/+3
* Add an internal wrapper for `abi::__cxa_demangle()`.Abseil Team2023-09-261-13/+0
* Add an internal wrapper for `abi::__cxa_demangle()`.Abseil Team2023-09-261-0/+13
* Rolling back cl/565792699Abseil Team2023-09-201-11/+10
* Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK f...Andy Getzendanner2023-09-151-10/+11
* Typo fix.Abseil Team2023-09-121-1/+1
* Fix GetTID() on FreeBSDDerek Mauro2023-09-071-1/+5