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
*
Apply LTS transformations for 20240722 LTS branch (#1724)
20240722.rc1
Derek Mauro
2024-07-22
*
Add missing include for Windows ASAN configuration in poison.cc
Abseil Team
2024-07-18
*
Remove unneeded 'be' from comment.
Abseil Team
2024-07-15
*
Roll forward poisoned pointer API and fix portability issues.
Evan Brown
2024-07-10
*
Add an MSVC implementation of ABSL_ATTRIBUTE_LIFETIME_BOUND
Derek Mauro
2024-07-07
*
Mark c_min_element, c_max_element, and c_minmax_element as constexpr in C++17.
Abseil Team
2024-07-03
*
Make c_begin, c_end, and c_distance conditionally constexpr.
Abseil Team
2024-07-01
*
Deprecate `ABSL_ATTRIBUTE_NORETURN` in favor of the `[[noreturn]]`
Derek Mauro
2024-07-01
*
Rollback new poisoned pointer API
Derek Mauro
2024-07-01
*
Fix absl::NoDestructor documentation about its use as a global
Derek Mauro
2024-06-27
*
internal-only change
Abseil Team
2024-06-26
*
Remove erroneous preprocessor branch on SGX_SIM.
Evan Brown
2024-06-25
*
Add an internal API to get a poisoned pointer.
Evan Brown
2024-06-24
*
optimization.h: Add missing <utility> header for C++
Abseil Team
2024-06-24
*
Add a compile test for headers that require C compatibility
Derek Mauro
2024-06-24
*
Roll back 6f972e239f668fa29cab43d7968692cd285997a9
Abseil Team
2024-06-22
*
PR #1692: Add missing `<utility>` include
Patrick O'Connell
2024-06-22
*
Add `ABSL_NULLABILITY_COMPATIBLE` attribute.
Martin Brænne
2024-06-17
*
Add the missing inline namespace to the nullability files
Derek Mauro
2024-06-12
*
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
[next]