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
*
Add GoogleTest matchers for absl::Status
Zie Weaver
2024-05-02
*
[random] LogUniform: Document as a discrete distribution
Abseil Team
2024-05-02
*
Enable Cord tests with Crc.
Fergus Henderson
2024-04-30
*
Fix order of qualifiers in `absl::AnyInvocable` documentation.
Abseil Team
2024-04-26
*
Guard against null pointer dereference in DumpNode.
Fergus Henderson
2024-04-25
*
Apply ABSL_MUST_USE_RESULT to try lock functions.
Chris Kennelly
2024-04-25
*
Add public aliases for default hash/eq types in hash-based containers
Dennis Kormalev
2024-04-24
*
Import of CCTZ from GitHub.
Abseil Team
2024-04-24
*
Remove the hand-rolled CordLeaker and replace with absl::NoDestructor
Derek Mauro
2024-04-24
*
`convert_test`: Delete obsolete `skip_verify` parameter in test helper
Dino Radakovic
2024-04-24
*
overload: allow using the underlying type with CTAD directly.
Aaron Jacobs
2024-04-23
*
PR #1653: Remove unnecessary casts when calling CRC32_u64
Pavel P
2024-04-19
*
PR #1652: Avoid C++23 deprecation warnings from float_denorm_style
Pavel P
2024-04-18
*
Minor cleanup for `absl::Cord`
Abseil Team
2024-04-18
*
PR #1651: Implement ABSL_INTERNAL_DISABLE_DEPRECATED_DECLARATION_WARNING for ...
Pavel P
2024-04-18
*
Add `operator<=>` support to `absl::int128` and `absl::uint128`
Benjamin Barenblat
2024-04-18
*
[absl] Re-use the existing `std::type_identity` backfill instead of redefinin...
Lawrence Wolf-Sonkin
2024-04-18
*
Add `absl::AppendCordToString`
Abseil Team
2024-04-18
*
`str_format/convert_test`: Delete workaround for [glibc bug](https://sourcewa...
Dino Radakovic
2024-04-18
*
`absl/log/internal`: Document conditional ABSL_ATTRIBUTE_UNUSED, add C++17 TODO
Dino Radakovic
2024-04-17
*
`log/internal/check_op`: Add ABSL_ATTRIBUTE_UNUSED to CHECK macros when STRIP...
Dino Radakovic
2024-04-15
*
log_benchmark: Add VLOG_IS_ON benchmark
Abseil Team
2024-04-12
*
Restore string_view detection check
Abseil Team
2024-04-09
*
Remove an unnecessary ABSL_ATTRIBUTE_UNUSED from a logging macro
Derek Mauro
2024-04-09
*
In example code, add missing template parameter.
Abseil Team
2024-04-05
*
Optimize crc32 V128_From2x64 on Arm
Connal de Souza
2024-04-04
*
Annotate that Mutex should warn when unused.
Chris Kennelly
2024-04-04
*
Add ABSL_ATTRIBUTE_LIFETIME_BOUND to Cord::Flatten/TryFlat
Abseil Team
2024-04-04
*
Deprecate `absl::exchange`, `absl::forward` and `absl::move`, which
Derek Mauro
2024-04-04
*
Temporarily revert dangling std::string_view detection until dependent is fixed
Abseil Team
2024-04-02
*
Use _decimal_ literals for the CivilDay example.
Devin Jeanpierre
2024-04-02
*
Fix bug in BM_EraseIf.
Vitaly Goldshteyn
2024-04-02
*
Add internal traits to absl::string_view for lifetimebound detection
Abseil Team
2024-04-02
*
Add internal traits to absl::StatusOr for lifetimebound detection
Abseil Team
2024-04-02
*
Add internal traits to absl::Span for lifetimebound detection
Abseil Team
2024-04-02
*
Add missing dependency for log test build target
Abseil Team
2024-04-02
*
Add internal traits for lifetimebound detection
Abseil Team
2024-04-01
*
Use local decoding buffer in HexStringToBytes
Abseil Team
2024-03-28
*
Only check if the frame pointer is inside a signal stack with known bounds
Abseil Team
2024-03-28
*
Roll forward: enable small object optimization in swisstable.
Evan Brown
2024-03-28
*
Optimize LowLevelHash by breaking dependency between final loads and previous...
Connal de Souza
2024-03-28
*
Fix the wrong link.
Abseil Team
2024-03-27
*
Optimize InsertMiss for tables without kDeleted slots.
Vitaly Goldshteyn
2024-03-27
*
Use GrowthInfo without applying any optimizations based on it.
Vitaly Goldshteyn
2024-03-27
*
Disable small object optimization while debugging some failing tests.
Evan Brown
2024-03-27
*
Adjust conditonal compilation in non_temporal_memcpy.h
Abseil Team
2024-03-27
*
Reformat log/internal/BUILD
Abseil Team
2024-03-27
*
Remove deprecated errno constants from the absl::Status mapping
Derek Mauro
2024-03-27
*
Introduce GrowthInfo with tests, but without usage.
Vitaly Goldshteyn
2024-03-26
*
Enable small object optimization in swisstable.
Evan Brown
2024-03-26
[next]