index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Merge pull request #1416 from AtariDreams:fill
Copybara-Service
2023-04-24
|
\
*
|
Mutex: Remove MSVC 2015 workarounds
Derek Mauro
2023-04-24
*
|
Adds template specialization for nullptr assertion of absl::AnyInvocable ...
Abseil Team
2023-04-24
*
|
Fix handling of `CHECK` macros in static analysis tools.
Abseil Team
2023-04-24
*
|
`AbslHashValue()` applied to a C-style array simply decays the array to a poi...
Abseil Team
2023-04-20
*
|
Support pthread_cond_clockwait() and sem_clockwait() on Android
Derek Mauro
2023-04-20
*
|
Fix flaky test failures.
Evan Brown
2023-04-20
*
|
Minor optimization in btree: avoid redundant stores to node->position when co...
Evan Brown
2023-04-20
|
*
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
*
Set executable bit to the *.bat files
Abseil Team
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
*
Add a pull request template
Derek Mauro
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
*
Release the batch files used to test Abseil with MSVC
Derek Mauro
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 clang-cl build
Derek Mauro
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
[next]