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
*
Prefer copy_n and fill_n over copy and fill where appropriate.
Rose
2023-04-19
*
Unify std type detection now that older compilers are no longer supported
Derek Mauro
2023-04-19
*
Add ABSL_RAW_DLOG and ABSL_RAW_DCHECK macros
Martijn Vels
2023-04-18
*
Add configurability of the log Tag value on Android
Abseil Team
2023-04-18
*
Add an API to clear the saved LogBacktraceAt location, and call it when setti...
Andy Getzendanner
2023-04-18
*
Optional: Remove workaround for lack of support for inheriting constructors
Derek Mauro
2023-04-14
*
Span: Remove MSVC 2015 workaround
Derek Mauro
2023-04-14
*
Reland "Get rid of tail padding within `absl::Duration`. This reduces memory ...
Abseil Team
2023-04-14
*
Spell out the meaning of non-reentrant/non-recursive.
Thomas Köppe
2023-04-13
*
Don't override clock_gettime in the KernelTimeout and Waiter
Derek Mauro
2023-04-13
*
Synchronization: Consolidate the logic for whether steady clocks are supported
Derek Mauro
2023-04-12
*
In debug mode, detect cases of btree comparators that violate transitivity, i...
Evan Brown
2023-04-12
*
Replace absl::type_traits_internal::is_trivially_copyable with
Derek Mauro
2023-04-12
*
Name anonymous memory allocations on Linux.
Abseil Team
2023-04-12
*
inlined_vector: fix incorrect restrictions on the copy constructor fast path.
Aaron Jacobs
2023-04-11
*
inlined_vector: fix incorrect restrictions on the swap fast path.
Aaron Jacobs
2023-04-11
*
inlined_vector: fix incorrect restrictions on the move-assignment fast path.
Aaron Jacobs
2023-04-11
*
inlined_vector: relax the requirements on the move-construction fast path.
Aaron Jacobs
2023-04-11
*
Extend ABSL_ATTRIBUTE_NO_SANITIZE_ADDRESS to support HWASAN
Abseil Team
2023-04-10
*
Synchronization: Support true relative timeouts using the POSIX
Derek Mauro
2023-04-08
*
Document that wrapping an empty `std::function` creates a non-empty `AnyInvoc...
Dino Radakovic
2023-04-06
*
Use stdout for help output even in case of errors.
Gennadiy Rozental
2023-04-06
*
Fix typo in comment
Dino Radakovic
2023-04-06
*
Synchronization: Support true relative timeouts on Apple platforms
Derek Mauro
2023-04-06
*
Add commentary for universal time scale
Abseil Team
2023-04-04
*
Raise the MSVC floor to MSVC 2019 (16.0) in accordance with
Derek Mauro
2023-04-03
*
Add heterogeneous lookup support for wstring/u16string/u32string.
Abseil Team
2023-04-03
*
Remove ABSL_SKIP_TIME_TESTS_BROKEN_ON_MSVC_OPT. These tests
Derek Mauro
2023-04-03
*
Internal cleanup
Abseil Team
2023-04-03
*
Change OnlyLiteralZero to not trigger modernize-use-nullptr
Abseil Team
2023-04-01
*
inlined_vector: optimize the move-assignment fast path.
Aaron Jacobs
2023-03-31
*
inlined_vector: stop sharing the memcpy-based move-assignment path.
Aaron Jacobs
2023-03-31
*
inlined_vector: remove excess restrictions on copy constructor fast path.
Aaron Jacobs
2023-03-31
*
Add a clang-cl build
Derek Mauro
2023-03-31
*
Clarify code comment to avoid confusion.
Abseil Team
2023-03-30
*
Changes necessary to support clang-cl
Derek Mauro
2023-03-30
*
Properly calculate frame sizes on Aarch64
Abseil Team
2023-03-30
*
inlined_vector: fix incorrect conditions for move constructor fast paths.
Aaron Jacobs
2023-03-29
*
Import of CCTZ from GitHub.
Abseil Team
2023-03-28
*
Fix flakiness issues in timing tests.
Evan Brown
2023-03-27
*
type_traits: don't use __is_trivially_relocatable with Clang on Windows.
Aaron Jacobs
2023-03-27
*
inlined_vector: destroy all types with trivial destructors efficiently.
Aaron Jacobs
2023-03-27
*
absl int128: avoid shifting signed integer by a number of bits greater than o...
Abseil Team
2023-03-27
*
Import of CCTZ from GitHub.
Abseil Team
2023-03-27
*
type_traits: provide a better fallback for is_trivially_relocatable.
Abseil Team
2023-03-24
*
inlined_vector: get rid of IsMemcpyOk.
Abseil Team
2023-03-24
*
type_traits: touch up the docs for is_trivially_relocatable.
Abseil Team
2023-03-24
*
inlined_vector_test: add coverage of moving vectors of unique pointers.
Abseil Team
2023-03-24
*
Hash support for std::wstring_view/u16string_view/u32string_view
Abseil Team
2023-03-24
*
type_traits_test: add better coverage of is_trivially_relocatable.
Abseil Team
2023-03-24
[next]