aboutsummaryrefslogtreecommitdiff
path: root/absl/base
Commit message (Expand)AuthorAgeFilesLines
* Apply LTS transformations for 20240722 LTS branch (#1724)Derek Mauro2024-07-222-4/+4
* Add missing include for Windows ASAN configuration in poison.ccAbseil Team2024-07-181-1/+3
* Remove unneeded 'be' from comment.Abseil Team2024-07-151-1/+1
* Roll forward poisoned pointer API and fix portability issues.Evan Brown2024-07-105-0/+247
* Add an MSVC implementation of ABSL_ATTRIBUTE_LIFETIME_BOUNDDerek Mauro2024-07-071-0/+3
* Mark c_min_element, c_max_element, and c_minmax_element as constexpr in C++17.Abseil Team2024-07-031-12/+12
* Make c_begin, c_end, and c_distance conditionally constexpr.Abseil Team2024-07-011-0/+21
* Deprecate `ABSL_ATTRIBUTE_NORETURN` in favor of the `[[noreturn]]`Derek Mauro2024-07-011-0/+3
* Rollback new poisoned pointer APIDerek Mauro2024-07-015-217/+0
* Fix absl::NoDestructor documentation about its use as a globalDerek Mauro2024-06-271-31/+25
* internal-only changeAbseil Team2024-06-261-3/+3
* Remove erroneous preprocessor branch on SGX_SIM.Evan Brown2024-06-251-1/+1
* Add an internal API to get a poisoned pointer.Evan Brown2024-06-245-0/+217
* optimization.h: Add missing <utility> header for C++Abseil Team2024-06-241-0/+11
* Add a compile test for headers that require C compatibilityDerek Mauro2024-06-242-0/+42
* Roll back 6f972e239f668fa29cab43d7968692cd285997a9Abseil Team2024-06-221-1/+0
* PR #1692: Add missing `<utility>` includePatrick O'Connell2024-06-221-0/+1
* Add `ABSL_NULLABILITY_COMPATIBLE` attribute.Martin Brænne2024-06-171-3/+26
* Add the missing inline namespace to the nullability filesDerek Mauro2024-06-124-1/+8
* Set ABSL_HAVE_THREAD_LOCAL to 1 on all platformsDerek Mauro2024-05-311-38/+3
* 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