index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
Commit message (
Expand
)
Author
Age
*
Apply LTS transformations for 20240722 LTS branch (#1724)
20240722.rc1
Derek Mauro
2024-07-22
*
Fix LINT.IfChange syntax
Derek Mauro
2024-07-22
*
PR #1720: Fix spelling mistake: occurrance -> occurrence
Ikko Eltociear Ashimine
2024-07-18
*
Add missing include for Windows ASAN configuration in poison.cc
Abseil Team
2024-07-18
*
Delete absl/strings/internal/has_absl_stringify.h now that the
Derek Mauro
2024-07-18
*
Remove unneeded 'be' from comment.
Abseil Team
2024-07-15
*
Small type fix in absl/log/internal/log_impl.h
Gregory Pataky
2024-07-14
*
PR #1710: fixup! PR #1707: Fixup absl_random compile breakage in Apple ARM64 ...
Soo-Hwan Na
2024-07-11
*
PR #1695: Fix time library build for Apple platforms
Eduardo Menges Mattje
2024-07-11
*
Remove cyclic cmake dependency that breaks in cmake 3.30.0
Mike Kruskal
2024-07-10
*
Roll forward poisoned pointer API and fix portability issues.
Evan Brown
2024-07-10
*
Use GetStatus in IsOkAndHoldsMatcher
Laramie Leavitt
2024-07-10
*
PR #1707: Fixup absl_random compile breakage in Apple ARM64 targets
Soo-Hwan Na
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
*
Optimize the absl::GetFlag cost for most non built-in flag types (including s...
Gennadiy Rozental
2024-07-03
*
Encode some additional metadata when writing protobuf-encoded logs.
Andy Getzendanner
2024-07-03
*
Replace signed integer overflow, since that's undefined behavior, with unsign...
Abseil Team
2024-07-02
*
Make mutable CompressedTuple::get() constexpr.
Abseil Team
2024-07-01
*
vdso_support: support DT_GNU_HASH
Fangrui Song
2024-07-01
*
Make c_begin, c_end, and c_distance conditionally constexpr.
Abseil Team
2024-07-01
*
Add operator<=> comparison to absl::Time and absl::Duration.
Charlie Beattie
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
*
Static cast instead of reinterpret cast raw hash set slots as casting from vo...
Abseil Team
2024-07-01
*
Fix absl::NoDestructor documentation about its use as a global
Derek Mauro
2024-06-27
*
Declare Rust demangling feature-complete.
Chris Mihelich
2024-06-27
*
Split demangle_internal into a tree of smaller libraries.
Chris Mihelich
2024-06-27
*
Decode Rust Punycode when it's not too long.
Chris Mihelich
2024-06-27
*
Add assertions to detect reentrance in `IterateOverFullSlots` and `absl::eras...
Vitaly Goldshteyn
2024-06-27
*
Decoder for Rust-style Punycode encodings of bounded length.
Chris Mihelich
2024-06-26
*
Add `c_contains()` and `c_contains_subrange()` to `absl/algorithm/container.h`.
Abseil Team
2024-06-26
*
Three-way comparison spaceship <=> operators for Cord.
Abseil Team
2024-06-26
*
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
*
Fix comment typo
Anthony Lai
2024-06-24
*
Expand documentation for SetGlobalVLogLevel and SetVLogLevel.
Tanvi Jagtap
2024-06-24
*
Roll back 6f972e239f668fa29cab43d7968692cd285997a9
Abseil Team
2024-06-22
*
PR #1692: Add missing `<utility>` include
Patrick O'Connell
2024-06-22
*
Remove NOLINT for `#include <new>` for __cpp_lib_launder
Vitaly Goldshteyn
2024-06-21
*
Remove not used after all kAllowRemoveReentrance parameter from IterateOverFu...
Vitaly Goldshteyn
2024-06-20
*
Create `absl::container_internal::c_for_each_fast` for SwissTable.
Vitaly Goldshteyn
2024-06-20
*
Disable flaky test cases in kernel_timeout_internal_test.
Evan Brown
2024-06-20
*
Document that swisstable and b-tree containers are not exception-safe.
Evan Brown
2024-06-20
*
Add `ABSL_NULLABILITY_COMPATIBLE` attribute.
Martin Brænne
2024-06-17
*
LSC: Move expensive variables on their last use to avoid copies.
Abseil Team
2024-06-17
*
Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes...
Abseil Team
2024-06-17
[next]