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
*
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
*
Fix GetTID() on FreeBSD
Derek Mauro
2023-09-07
*
Use native methods to implement absl::base_internal::GetPID() on
Derek Mauro
2023-09-06
*
Delete //absl/base/internal/prefetch.h
Derek Mauro
2023-08-31
*
Add missing #include options.h in optimization.h.
Abseil Team
2023-08-30
*
Remove the legacy thread annotation spellings
Derek Mauro
2023-08-28
*
Implement ABSL_ATTRIBUTE_PURE_FUNCTION and ABSL_ATTRIBUTE_CONST_FUNCTION
Derek Mauro
2023-08-28
*
PR #1520: Make use of C++20 feature test macros to bestow better compatibility
Yuriy Chernyshov
2023-08-21
*
PR #1509: Allow building when targeting WASI
Anuraag Agrawal
2023-08-15
*
Always inline prefetches.
Hannah Lin
2023-08-14
*
Use the supported method for detecting RTTI in Clang:
Derek Mauro
2023-08-10
*
Release the `DFATAL` pseudo-LogSeverity level
Derek Mauro
2023-08-04
*
PR #1500: Define MAP_ANONYMOUS if not defined
Ryan Schmidt
2023-08-01
*
InlinedVector: Fix control-flow-inregrity warning when using a class
Derek Mauro
2023-07-25
*
Add Support for mmap on Qualcomm Hexagon DSP targets.
Abseil Team
2023-07-17
*
Use new emscripten_errn to avoid copying strings.
Abseil Team
2023-07-13
*
Fix a typo of absl::Nonnull in the example comment.
Abseil Team
2023-07-10
*
Rename `absl::NonNull` to `absl::Nonnull`.
Abseil Team
2023-07-06
*
Correct std::optional/variant/any auto-detection for Apple platforms.
James Y Knight
2023-07-06
*
Rolls back use of emscripten_errn as some implementations may not be compatible.
Abseil Team
2023-06-30
*
Use new emscripten_errn to avoid copying strings.
Abseil Team
2023-06-29
*
Support Qualcomm Hexagon DSP targets.
Abseil Team
2023-06-29
*
Wrap the Emscripten version macros into an (internal) macro blob for easier c...
Andy Getzendanner
2023-06-28
*
Add absl::HwasanTagPointer() to allow users to change HWASAN tags
Abseil Team
2023-06-23
*
absl: reformat Mutex-related files
Abseil Team
2023-06-20
*
Add Nullability annotations to Abseil.
Abseil Team
2023-06-20
*
Rename AsyncSignalSafeWriteToStderr to AsyncSignalSafeWriteError.
Abseil Team
2023-06-15
*
For web assembly, implement raw logging as direct JS console logging.
Abseil Team
2023-06-14
*
Merge pull request #1475 from anpol:placement-new-array-needs-more-space
Copybara-Service
2023-06-12
|
\
[next]