index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
base
Commit message (
Expand
)
Author
Age
*
Set ABSL_HAVE_THREAD_LOCAL to 1 on all platforms
Derek Mauro
2024-05-31
*
Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...
Abseil Team
2024-05-23
*
Remove Asylo from absl.
Abseil Team
2024-05-21
*
Allow __cxa_demangle on MIPS
Benjamin Barenblat
2024-05-13
*
Apply ABSL_MUST_USE_RESULT to try lock functions.
Chris Kennelly
2024-04-25
*
PR #1651: Implement ABSL_INTERNAL_DISABLE_DEPRECATED_DECLARATION_WARNING for ...
Pavel P
2024-04-18
*
Revert integer-to-string conversion optimizations pending more thorough analysis
Abseil Team
2024-03-26
*
PR #1644: unscaledcycleclock: remove RISC-V support
aurel32
2024-03-22
*
Delete ABSL_ANNOTATE_MEMORY_IS_INITIALIZED under Thread Sanitizer
Abseil Team
2024-03-19
*
Add nodiscard to SpinLockHolder.
Chris Kennelly
2024-03-13
*
[absl] Mark `absl::NoDestructor` methods with `absl::Nonnull` as appropriate
Lawrence Wolf-Sonkin
2024-02-29
*
Fix typo in example code snippet.
Abseil Team
2024-02-27
*
Minor documentation updates.
Abseil Team
2024-02-21
*
Annotate that SpinLock should warn when unused.
Chris Kennelly
2024-02-20
*
Add ABSL_ATTRIBUTE_WARN_UNUSED.
Chris Kennelly
2024-02-12
*
Add the ABSL_DEPRECATE_AND_INLINE() macro
Derek Mauro
2024-02-08
*
Add ABSL_ATTRIBUTE_UNINITIALIZED macros for use with clang and GCC's `uniniti...
Abseil Team
2024-02-01
*
Replace `testonly = 1` with `testonly = True` in abseil BUILD files.
Shahriar Rouf
2024-01-31
*
Remove code pieces for no longer supported GCC versions.
Abseil Team
2024-01-22
*
Disable ABSL_ATTRIBUTE_TRIVIAL_ABI in open-source builds
Derek Mauro
2024-01-22
*
Move default case to statement outside switch block in log_severity.h.
Daniel Cheng
2024-01-11
*
Optimize integer-to-string conversions
Abseil Team
2024-01-04
*
[absl] Rename `absl::internal::identity` to `absl::internal::type_identity`
Lawrence Wolf-Sonkin
2023-12-28
*
Add compile-checks to ensure the parameter to absl::numbers_internal::FastInt...
Abseil Team
2023-12-28
*
Migrate static objects to NoDestructor in tests, testing libraries and benchm...
Abseil Team
2023-12-26
*
Release a few bits and pieces of DFATAL that were left behind: flag parsing &...
Andy Getzendanner
2023-12-21
*
Cleanup build file by removing an empty srcs list
Derek Mauro
2023-12-18
*
Redirect `GetPageSize()` to C library `getpagesize()` on Hexagon DSP.
Abseil Team
2023-12-13
*
Add nullability annotations
Dmitri Gribenko
2023-12-11
*
Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build.
Abseil Team
2023-12-07
*
Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, an...
Andy Getzendanner
2023-12-05
*
Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` ordering
Marcin Kowalczyk
2023-12-05
*
Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platforms
Derek Mauro
2023-11-28
*
Fix documentation on when SpinLock is async-signal-safe
Abseil Team
2023-11-14
*
Add absl::NoDestructor<T>
Derek Mauro
2023-11-08
*
Add a new microbenchmark for spinlock TryLock and codegen functions.
Abseil Team
2023-11-06
*
Prefer builtin to inline assembly when built with -mprfchw.
Chris Kennelly
2023-10-26
*
PR #1553: Adapt to syscall(2) removal in OpenBSD
Theo Buehler
2023-10-25
*
Add internal interface to determine if a SpinLock is cooperative.
Chris Kennelly
2023-10-20
*
Optimize prefetch codegen.
Dmitry Vyukov
2023-10-18
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
*
ABSL_INTERNAL_HAS_CXA_DEMANGLE: Check __GNUC__ is defined.
Abseil Team
2023-10-09
*
Re-submit with a fix for platforms without RTTI.
Abseil Team
2023-10-02
*
No public description
Abseil Team
2023-09-27
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
*
Rolling back cl/565792699
Abseil Team
2023-09-20
*
Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, and the QCHECK f...
Andy Getzendanner
2023-09-15
*
Typo fix.
Abseil Team
2023-09-12
[next]