index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
absl: requeue waiters as LIFO
Dmitry Vyukov
2023-10-24
*
Fix a typo.
Abseil Team
2023-10-24
*
Add `AbslStringify()` support to `absl::Cord`
Abseil Team
2023-10-24
*
Performance improvements for `absl::AsciiStrToLower` and `absl::AsciiStrToUpp...
Abseil Team
2023-10-23
*
Use STL algorithms available since C++14 to implement container
Derek Mauro
2023-10-20
*
Use STL algorithms available since C++14 to implement absl::equal and
Derek Mauro
2023-10-20
*
Add internal interface to determine if a SpinLock is cooperative.
Chris Kennelly
2023-10-20
*
Rollback use of --remote_download_minimal on Bazel CI builds
Derek Mauro
2023-10-20
*
absl::string_view: Add support for starts_with() and ends_with()
Derek Mauro
2023-10-20
*
Optimize prefetch codegen.
Dmitry Vyukov
2023-10-18
*
Add a template gadget to detect whether a type supports the ostream operator.
Zie Weaver
2023-10-18
*
Rollback: Add sanitizer mode checks that element constructors/destructors don...
Evan Brown
2023-10-17
*
PR #1546: CMake: Enable CMP0074 so that GTest_ROOT can be specified
Daniel Richard G
2023-10-17
*
Add sanitizer mode checks that element constructors/destructors don't make re...
Evan Brown
2023-10-16
*
Add iterator invalidation checking for when the hashtable is moved.
Evan Brown
2023-10-16
*
Add missing headers in raw_hash_map.h.
Evan Brown
2023-10-12
*
The current implementation of control by checking on x86 has an unnecessary s...
Abseil Team
2023-10-12
*
Delete `absl::strings_internal::HasAbslStringify`.
Abseil Team
2023-10-12
*
Update GoogleTest dependency
Derek Mauro
2023-10-12
*
Bazel: Use --remote_download_minimal to improve remote cache usage in CI builds
Derek Mauro
2023-10-12
*
No public description
Abseil Team
2023-10-11
*
Import of CCTZ from GitHub.
Derek Mauro
2023-10-11
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
*
ABSL_INTERNAL_HAS_CXA_DEMANGLE: Check __GNUC__ is defined.
Abseil Team
2023-10-09
*
Update argument order of `EXPECT_EQ` in `absl::StrJoin` documentation.
Abseil Team
2023-10-06
*
Add entries for Neoverse N2,V1, and V2 into CRC dynamic dispatch table.
Connal de Souza
2023-10-06
*
Fix typo in docstring for `absl::c_iota()`
Abseil Team
2023-10-06
*
Fix error in GCC warning suppression
Derek Mauro
2023-10-06
*
Correct the grammar of an IWYU pragma.
Abseil Team
2023-10-06
*
Mark absl::Status as ABSL_ATTRIBUTE_TRIVIAL_ABI
Abseil Team
2023-10-05
*
Fix a small typo in the docs.
Abseil Team
2023-10-05
*
With sufficiently high-levels of optimization, this function
Abseil Team
2023-10-04
*
Use ABSL_RAW_LOG and ABSL_PREDICT_* for all debug checks in swisstable includ...
Evan Brown
2023-10-03
*
Refactor swisstable copy/move assignment to fix issues with allocator propaga...
Evan Brown
2023-10-03
*
Update a dead link.
Abseil Team
2023-10-03
*
Minor build rule changes.
Evan Brown
2023-10-02
*
Re-submit with a fix for platforms without RTTI.
Abseil Team
2023-10-02
*
Export common.h from raw_hash_set.h to prevent IWYU from linting when using n...
Abseil Team
2023-09-27
*
Delete dead function.
Abseil Team
2023-09-27
*
No public description
Abseil Team
2023-09-27
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
*
Optimize CRC32 for Ampere Siryn
Connal de Souza
2023-09-26
*
Fix logging flags documentation to refer to `LogSink`s instead of logfiles
Derek Mauro
2023-09-26
*
Adds `AbslStringify` to `absl::Status` for completeness.
Abseil Team
2023-09-26
*
`absl::Overload()` which returns a functor that provides overloads based on t...
Abseil Team
2023-09-26
*
Import of CCTZ from GitHub.
Abseil Team
2023-09-23
*
Fix a crash when calling `EstimatedMemoryUsage()` on an empty checksummed `ab...
Abseil Team
2023-09-22
*
Mutex: Rollback requeing waiters as LIFO
Abseil Team
2023-09-21
[next]