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
*
[absl] Mark `absl::NoDestructor` methods with `absl::Nonnull` as appropriate
Lawrence Wolf-Sonkin
2024-02-29
*
Automated Code Change
Abseil Team
2024-02-28
*
Rework casting in raw_hash_set's `IsFull()`.
Paul Rigge
2024-02-28
*
Adds ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::BitGenRef
Derek Mauro
2024-02-28
*
Workaround for NVIDIA C++ compiler being unable to parse variadic expansions ...
Abseil Team
2024-02-28
*
Rollback: Make DLOG(FATAL) not understood as [[noreturn]]
Abseil Team
2024-02-28
*
Make DLOG(FATAL) not understood as [[noreturn]]
Abseil Team
2024-02-27
*
Optimize `absl::Duration` division and modulo: Avoid repeated redundant compa...
Abseil Team
2024-02-27
*
Optimize `absl::Duration` division and modulo: Allow the compiler to inline `...
Abseil Team
2024-02-27
*
Fix typo in example code snippet.
Abseil Team
2024-02-27
*
Automated Code Change
Abseil Team
2024-02-26
*
Add braces for conditional statements in raw_hash_map functions.
Evan Brown
2024-02-23
*
Optimize `prepare_insert`, when resize happens. It removes single unnecessary...
Vitaly Goldshteyn
2024-02-22
*
Add noexcept to move assignment operator and swap function
Abseil Team
2024-02-22
*
Import of CCTZ from GitHub.
Abseil Team
2024-02-22
*
Minor documentation updates.
Abseil Team
2024-02-21
*
Change find_or_prepare_insert to return std::pair<iterator, bool> to match re...
Evan Brown
2024-02-21
*
PR #1618: inlined_vector: Use trivial relocation for `SwapInlinedElements`
Arthur O'Dwyer
2024-02-21
*
Improve raw_hash_set tests.
Abseil Team
2024-02-21
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-02-20
*
Use const_cast to avoid duplicating the implementation of raw_hash_set::find(...
Evan Brown
2024-02-20
*
Import of CCTZ from GitHub.
Derek Mauro
2024-02-20
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2024-02-20
*
Annotate that SpinLock should warn when unused.
Chris Kennelly
2024-02-20
*
PR #1625: absl::is_trivially_relocatable now respects assignment operators
Arthur O'Dwyer
2024-02-17
*
Introduce `Group::MaskNonFull` without usage.
Abseil Team
2024-02-15
*
`demangle`: Parse template template and C++20 lambda template param substitut...
Dino Radakovic
2024-02-15
*
PR #1617: fix MSVC 32-bit build with -arch:AVX
Stanislaw Halik
2024-02-15
*
Minor documentation fix for `absl::StrSplit()`
Abseil Team
2024-02-14
*
Prevent overflow in `absl::CEscape()`
Derek Mauro
2024-02-14
*
`demangle`: Parse optional single template argument for built-in types
Dino Radakovic
2024-02-13
*
`demangle`: Add complexity guard to `ParseQRequiresExpr`
Dino Radakovic
2024-02-13
*
Remove deprecated symbol absl::kuint128max
Derek Mauro
2024-02-12
*
Add ABSL_ATTRIBUTE_WARN_UNUSED.
Chris Kennelly
2024-02-12
*
`demangle`: Parse `requires` clauses on template params, before function retu...
Dino Radakovic
2024-02-09
*
On Apple, implement absl::is_trivially_relocatable with the fallback.
Abseil Team
2024-02-09
*
`demangle`: Parse `requires` clauses on functions
Dino Radakovic
2024-02-09
*
Make `begin()` to return `end()` on empty tables.
Abseil Team
2024-02-08
*
`demangle`: Parse C++20-compatible template param declarations, except those ...
Dino Radakovic
2024-02-08
*
Add the ABSL_DEPRECATE_AND_INLINE() macro
Derek Mauro
2024-02-08
*
Span: Fixed comment referencing std::span as_writable_bytes() as as_mutable_b...
Abseil Team
2024-02-08
*
Switch rank structs to be consistent with written guidance in go/ranked-overl...
Matt Kulukundis
2024-02-07
*
Avoid hash computation and `Group::Match` in small tables copy and use `Itera...
Abseil Team
2024-02-07
*
Optimize `absl::Hash` by making `LowLevelHash` faster.
Shahriar Rouf
2024-02-07
*
Add -Wdead-code-aggressive to ABSL_LLVM_FLAGS
Abseil Team
2024-02-07
*
Stop using `std::basic_string<uint8_t>` which relies on a non-standard generic
Bogdan Graur
2024-02-07
*
Add absl_container_hash-based HashEq specialization
Dennis Kormalev
2024-02-07
*
`demangle`: Implement parsing for simplest constrained template arguments
Dino Radakovic
2024-02-07
*
Roll forward 9d8588bfc4566531c4053b5001e2952308255f44 (which was rolled back ...
Abseil Team
2024-02-05
*
Add a version of absl::HexStringToBytes() that returns a bool
Derek Mauro
2024-02-05
[next]