| Commit message (Expand) | Author | Age | Files | Lines |
* | Roll forward poisoned pointer API and fix portability issues. | Evan Brown | 2024-07-10 | 5 | -0/+247 |
* | Add an MSVC implementation of ABSL_ATTRIBUTE_LIFETIME_BOUND | Derek Mauro | 2024-07-07 | 1 | -0/+3 |
* | Mark c_min_element, c_max_element, and c_minmax_element as constexpr in C++17. | Abseil Team | 2024-07-03 | 1 | -12/+12 |
* | Make c_begin, c_end, and c_distance conditionally constexpr. | Abseil Team | 2024-07-01 | 1 | -0/+21 |
* | Deprecate `ABSL_ATTRIBUTE_NORETURN` in favor of the `[[noreturn]]` | Derek Mauro | 2024-07-01 | 1 | -0/+3 |
* | Rollback new poisoned pointer API | Derek Mauro | 2024-07-01 | 5 | -217/+0 |
* | Fix absl::NoDestructor documentation about its use as a global | Derek Mauro | 2024-06-27 | 1 | -31/+25 |
* | internal-only change | Abseil Team | 2024-06-26 | 1 | -3/+3 |
* | Remove erroneous preprocessor branch on SGX_SIM. | Evan Brown | 2024-06-25 | 1 | -1/+1 |
* | Add an internal API to get a poisoned pointer. | Evan Brown | 2024-06-24 | 5 | -0/+217 |
* | optimization.h: Add missing <utility> header for C++ | Abseil Team | 2024-06-24 | 1 | -0/+11 |
* | Add a compile test for headers that require C compatibility | Derek Mauro | 2024-06-24 | 2 | -0/+42 |
* | Roll back 6f972e239f668fa29cab43d7968692cd285997a9 | Abseil Team | 2024-06-22 | 1 | -1/+0 |
* | PR #1692: Add missing `<utility>` include | Patrick O'Connell | 2024-06-22 | 1 | -0/+1 |
* | Add `ABSL_NULLABILITY_COMPATIBLE` attribute. | Martin Brænne | 2024-06-17 | 1 | -3/+26 |
* | Add the missing inline namespace to the nullability files | Derek Mauro | 2024-06-12 | 4 | -1/+8 |
* | Set ABSL_HAVE_THREAD_LOCAL to 1 on all platforms | Derek Mauro | 2024-05-31 | 1 | -38/+3 |
* | Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes... | Abseil Team | 2024-05-23 | 1 | -0/+26 |
* | Remove Asylo from absl. | Abseil Team | 2024-05-21 | 1 | -6/+5 |
* | Allow __cxa_demangle on MIPS | Benjamin Barenblat | 2024-05-13 | 1 | -1/+1 |
* | Apply ABSL_MUST_USE_RESULT to try lock functions. | Chris Kennelly | 2024-04-25 | 1 | -2/+3 |
* | PR #1651: Implement ABSL_INTERNAL_DISABLE_DEPRECATED_DECLARATION_WARNING for ... | Pavel P | 2024-04-18 | 1 | -0/+5 |
* | Revert integer-to-string conversion optimizations pending more thorough analysis | Abseil Team | 2024-03-26 | 1 | -0/+12 |
* | PR #1644: unscaledcycleclock: remove RISC-V support | aurel32 | 2024-03-22 | 2 | -16/+4 |
* | Delete ABSL_ANNOTATE_MEMORY_IS_INITIALIZED under Thread Sanitizer | Abseil Team | 2024-03-19 | 1 | -16/+0 |
* | Add nodiscard to SpinLockHolder. | Chris Kennelly | 2024-03-13 | 1 | -0/+9 |
* | [absl] Mark `absl::NoDestructor` methods with `absl::Nonnull` as appropriate | Lawrence Wolf-Sonkin | 2024-02-29 | 3 | -10/+15 |
* | Fix typo in example code snippet. | Abseil Team | 2024-02-27 | 1 | -1/+1 |
* | Minor documentation updates. | Abseil Team | 2024-02-21 | 1 | -1/+1 |
* | Annotate that SpinLock should warn when unused. | Chris Kennelly | 2024-02-20 | 1 | -1/+1 |
* | Add ABSL_ATTRIBUTE_WARN_UNUSED. | Chris Kennelly | 2024-02-12 | 1 | -0/+28 |
* | Add the ABSL_DEPRECATE_AND_INLINE() macro | Derek Mauro | 2024-02-08 | 1 | -0/+36 |
* | Add ABSL_ATTRIBUTE_UNINITIALIZED macros for use with clang and GCC's `uniniti... | Abseil Team | 2024-02-01 | 1 | -0/+19 |
* | Replace `testonly = 1` with `testonly = True` in abseil BUILD files. | Shahriar Rouf | 2024-01-31 | 1 | -9/+9 |
* | Remove code pieces for no longer supported GCC versions. | Abseil Team | 2024-01-22 | 1 | -6/+2 |
* | Disable ABSL_ATTRIBUTE_TRIVIAL_ABI in open-source builds | Derek Mauro | 2024-01-22 | 1 | -8/+4 |
* | Move default case to statement outside switch block in log_severity.h. | Daniel Cheng | 2024-01-11 | 1 | -1/+1 |
* | Optimize integer-to-string conversions | Abseil Team | 2024-01-04 | 1 | -12/+0 |
* | [absl] Rename `absl::internal::identity` to `absl::internal::type_identity` | Lawrence Wolf-Sonkin | 2023-12-28 | 3 | -21/+24 |
* | Add compile-checks to ensure the parameter to absl::numbers_internal::FastInt... | Abseil Team | 2023-12-28 | 1 | -0/+12 |
* | Migrate static objects to NoDestructor in tests, testing libraries and benchm... | Abseil Team | 2023-12-26 | 2 | -3/+7 |
* | Release a few bits and pieces of DFATAL that were left behind: flag parsing &... | Andy Getzendanner | 2023-12-21 | 2 | -2/+10 |
* | Cleanup build file by removing an empty srcs list | Derek Mauro | 2023-12-18 | 1 | -2/+0 |
* | Redirect `GetPageSize()` to C library `getpagesize()` on Hexagon DSP. | Abseil Team | 2023-12-13 | 1 | -1/+1 |
* | Add nullability annotations | Dmitri Gribenko | 2023-12-11 | 5 | -27/+45 |
* | Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build. | Abseil Team | 2023-12-07 | 1 | -2/+3 |
* | Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, an... | Andy Getzendanner | 2023-12-05 | 1 | -10/+11 |
* | Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` ordering | Marcin Kowalczyk | 2023-12-05 | 2 | -0/+58 |
* | Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platforms | Derek Mauro | 2023-11-28 | 1 | -2/+3 |
* | Fix documentation on when SpinLock is async-signal-safe | Abseil Team | 2023-11-14 | 1 | -4/+4 |