index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
functional
Commit message (
Expand
)
Author
Age
*
overload: make the constructor constexpr
Abseil Team
2024-05-24
*
`overload_test`: Remove a few unnecessary trailing return types
Dino Radakovic
2024-05-23
*
`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
*
Fix order of qualifiers in `absl::AnyInvocable` documentation.
Abseil Team
2024-04-26
*
overload: allow using the underlying type with CTAD directly.
Aaron Jacobs
2024-04-23
*
Replace usages of absl::move, absl::forward, and absl::exchange with their
Derek Mauro
2024-03-11
*
Document and test ability to use absl::Overload with generic lambdas.
Vitaly Goldshteyn
2024-03-06
*
Bazel: Enable the header_modules feature
Derek Mauro
2023-10-11
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
*
Fix error in GCC warning suppression
Derek Mauro
2023-10-06
*
`absl::Overload()` which returns a functor that provides overloads based on t...
Abseil Team
2023-09-26
*
Allow const qualified FunctionRef instances. This allows the signature to be ...
Abseil Team
2023-09-15
*
AnyInvocable: Use enums instead of ints in initialization overload set
Dino Radakovic
2023-06-26
*
CI: Move the GCC-latest testing to GCC 13.1 on Linux
Derek Mauro
2023-05-22
*
Merge pull request #1448 from glandium:clang
Copybara-Service
2023-05-18
|
\
|
*
Use UB impl of launder on when using clang < 8 and c++17
Mike Hommey
2023-05-18
|
/
*
Remove ABSL_HARDENING_ASSERT in AnyInvocable to avoid performance impact in o...
Abseil Team
2023-05-11
*
Fix spelling mistakes
Vertexwahn
2023-05-02
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
*
Adds template specialization for nullptr assertion of absl::AnyInvocable ...
Abseil Team
2023-04-24
*
Document that wrapping an empty `std::function` creates a non-empty `AnyInvoc...
Dino Radakovic
2023-04-06
*
Fix typo in comment
Dino Radakovic
2023-04-06
*
Add missing #include <exception> for std::terminate
Abseil Team
2023-03-20
*
Support lvalue references to incomplete types as `FunctionRef` parameters.
Abseil Team
2023-03-06
*
Move lambda from ExtractInvoker in AnyInvocable to a separate function
Abseil Team
2023-02-27
*
Remove extra space in comment.
Abseil Team
2023-02-24
*
std::shared_ptr<T>::unique() is deprecated in C++17 and removed in C++20.
Abseil Team
2023-02-16
*
Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()
Derek Mauro
2022-12-22
*
Detects accidental multiple invocations of AnyInvocable<R(...)&&>::operator()...
Abseil Team
2022-10-11
*
Rename True alias.
pateldeev
2022-09-29
*
any_invocable_test: Re-enable the two conversion tests that used to fail unde...
Dino Radakovic
2022-07-15
*
AnyInvocable: Move credits to the top of the file
Dino Radakovic
2022-06-24
*
Release absl::AnyInvocable
Dino Radakovic
2022-06-16
*
Rename function_ref_benchmark.cc into more generic function_type_benchmark.cc...
Dino Radakovic
2022-05-03
*
Export of internal Abseil changes
Abseil Team
2022-02-24
*
Export of internal Abseil changes
Abseil Team
2021-12-03
*
Remove bazelbuild/rules_cc dependency (#1038)
Vertexwahn
2021-10-14
*
Export of internal Abseil changes
Abseil Team
2021-08-24
*
CMake: add option to use Google Test already installed on system (#969)
Florin Crișan
2021-06-09
*
Export of internal Abseil changes
Abseil Team
2021-06-01
*
Export of internal Abseil changes
Abseil Team
2020-08-20
*
Export of internal Abseil changes
Abseil Team
2020-06-22
*
Export of internal Abseil changes
Abseil Team
2020-06-12
*
Export of internal Abseil changes
Abseil Team
2020-06-10
*
Export of internal Abseil changes
Abseil Team
2020-02-21
*
Export of internal Abseil changes
Abseil Team
2020-01-31
*
Export of internal Abseil changes
Abseil Team
2019-12-19
[next]