aboutsummaryrefslogtreecommitdiff
path: root/absl/functional
AgeCommit message (Expand)Author
2023-10-11Bazel: Enable the header_modules featureDerek Mauro
2023-10-10Bazel: Support layering_check and parse_headersDerek Mauro
2023-10-06Fix error in GCC warning suppressionDerek Mauro
2023-09-26`absl::Overload()` which returns a functor that provides overloads based on t...Abseil Team
2023-09-15Allow const qualified FunctionRef instances. This allows the signature to be ...Abseil Team
2023-06-26AnyInvocable: Use enums instead of ints in initialization overload setDino Radakovic
2023-05-22CI: Move the GCC-latest testing to GCC 13.1 on LinuxDerek Mauro
2023-05-18Merge pull request #1448 from glandium:clangCopybara-Service
2023-05-18Use UB impl of launder on when using clang < 8 and c++17Mike Hommey
2023-05-11Remove ABSL_HARDENING_ASSERT in AnyInvocable to avoid performance impact in o...Abseil Team
2023-05-02Fix spelling mistakesVertexwahn
2023-04-24Fix some spelling mistakesVertexwahn
2023-04-24 Adds template specialization for nullptr assertion of absl::AnyInvocable ...Abseil Team
2023-04-06Document that wrapping an empty `std::function` creates a non-empty `AnyInvoc...Dino Radakovic
2023-04-06Fix typo in commentDino Radakovic
2023-03-20Add missing #include <exception> for std::terminateAbseil Team
2023-03-06Support lvalue references to incomplete types as `FunctionRef` parameters.Abseil Team
2023-02-27Move lambda from ExtractInvoker in AnyInvocable to a separate functionAbseil Team
2023-02-24Remove extra space in comment.Abseil Team
2023-02-16std::shared_ptr<T>::unique() is deprecated in C++17 and removed in C++20.Abseil Team
2022-12-22Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()Derek Mauro
2022-10-11Detects accidental multiple invocations of AnyInvocable<R(...)&&>::operator()...Abseil Team
2022-09-29Rename True alias.pateldeev
2022-07-15any_invocable_test: Re-enable the two conversion tests that used to fail unde...Dino Radakovic
2022-06-24AnyInvocable: Move credits to the top of the fileDino Radakovic
2022-06-16Release absl::AnyInvocableDino Radakovic
2022-05-03Rename function_ref_benchmark.cc into more generic function_type_benchmark.cc...Dino Radakovic
2022-02-24Export of internal Abseil changesAbseil Team
2021-12-03Export of internal Abseil changesAbseil Team
2021-10-14Remove bazelbuild/rules_cc dependency (#1038)Vertexwahn
2021-08-24Export of internal Abseil changesAbseil Team
2021-06-09CMake: add option to use Google Test already installed on system (#969)Florin Crișan
2021-06-01Export of internal Abseil changesAbseil Team
2020-08-20Export of internal Abseil changesAbseil Team
2020-06-22Export of internal Abseil changesAbseil Team
2020-06-12Export of internal Abseil changesAbseil Team
2020-06-10Export of internal Abseil changesAbseil Team
2020-02-21Export of internal Abseil changesAbseil Team
2020-01-31Export of internal Abseil changesAbseil Team
2019-12-19Export of internal Abseil changesAbseil Team
2019-12-16Export of internal Abseil changesAbseil Team
2019-12-12Export of internal Abseil changesAbseil Team
2019-11-13Export of internal Abseil changesAbseil Team
2019-10-18Export of internal Abseil changesAbseil Team