index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Demangle Rust backrefs.
Chris Mihelich
2024-05-14
*
Use Nt for struct and trait names in Rust demangler test inputs.
Chris Mihelich
2024-05-14
*
Allow __cxa_demangle on MIPS
Benjamin Barenblat
2024-05-13
*
Add a `string_view` overload to `absl::StrJoin`
Derek Mauro
2024-05-13
*
Demangle Rust's Y<type><path> production for passably simple <type>s.
Chris Mihelich
2024-05-13
*
`convert_test`: Delete obsolete condition around ASSERT_EQ in TestWithMultipl...
Dino Radakovic
2024-05-10
*
`any_invocable`: Clean up #includes
Dino Radakovic
2024-05-08
*
Resynchronize absl/functional/CMakeLists.txt with BUILD.bazel
Benjamin Barenblat
2024-05-08
*
`any_invocable`: Add public documentation for undefined behavior when invokin...
Dino Radakovic
2024-05-07
*
`any_invocable`: Delete obsolete reference to proposed standard type
Dino Radakovic
2024-05-07
*
PR #1662: Replace shift with addition in crc multiply
Pavel P
2024-05-07
*
Doc fix.
Abseil Team
2024-05-06
*
`convert_test`: Extract loop over tested floats from helper function
Dino Radakovic
2024-05-06
*
Recognize some simple Rust mangled names in Demangle.
Chris Mihelich
2024-05-06
*
Use __builtin_ctzg and __builtin_clzg in the implementations of
Derek Mauro
2024-05-03
*
Remove the forked absl::Status matchers implementation in statusor_test
Derek Mauro
2024-05-03
*
Add comment hack to fix copybara reversibility
Derek Mauro
2024-05-02
*
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
[next]