aboutsummaryrefslogtreecommitdiff
path: root/absl/functional
Commit message (Expand)AuthorAgeFilesLines
* overload: make the constructor constexprAbseil Team2024-05-242-1/+15
* `overload_test`: Remove a few unnecessary trailing return typesDino Radakovic2024-05-231-6/+4
* `any_invocable`: Clean up #includesDino Radakovic2024-05-082-1/+2
* Resynchronize absl/functional/CMakeLists.txt with BUILD.bazelBenjamin Barenblat2024-05-081-0/+4
* `any_invocable`: Add public documentation for undefined behavior when invokin...Dino Radakovic2024-05-072-1/+10
* `any_invocable`: Delete obsolete reference to proposed standard typeDino Radakovic2024-05-071-5/+5
* Fix order of qualifiers in `absl::AnyInvocable` documentation.Abseil Team2024-04-261-3/+3
* overload: allow using the underlying type with CTAD directly.Aaron Jacobs2024-04-232-86/+125
* Replace usages of absl::move, absl::forward, and absl::exchange with theirDerek Mauro2024-03-112-11/+12
* Document and test ability to use absl::Overload with generic lambdas.Vitaly Goldshteyn2024-03-062-2/+51
* Bazel: Enable the header_modules featureDerek Mauro2023-10-111-0/+1
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-1/+12
* Fix error in GCC warning suppressionDerek Mauro2023-10-061-2/+2
* `absl::Overload()` which returns a functor that provides overloads based on t...Abseil Team2023-09-264-0/+255
* Allow const qualified FunctionRef instances. This allows the signature to be ...Abseil Team2023-09-152-0/+13
* AnyInvocable: Use enums instead of ints in initialization overload setDino Radakovic2023-06-261-15/+16
* CI: Move the GCC-latest testing to GCC 13.1 on LinuxDerek Mauro2023-05-222-1/+9
* Merge pull request #1448 from glandium:clangCopybara-Service2023-05-181-1/+1
|\
| * Use UB impl of launder on when using clang < 8 and c++17Mike Hommey2023-05-181-1/+1
|/
* Remove ABSL_HARDENING_ASSERT in AnyInvocable to avoid performance impact in o...Abseil Team2023-05-112-2/+2
* Fix spelling mistakesVertexwahn2023-05-021-1/+1
* Fix some spelling mistakesVertexwahn2023-04-242-4/+4
* Adds template specialization for nullptr assertion of absl::AnyInvocable ...Abseil Team2023-04-244-0/+30
* Document that wrapping an empty `std::function` creates a non-empty `AnyInvoc...Dino Radakovic2023-04-061-0/+8
* Fix typo in commentDino Radakovic2023-04-061-1/+1
* Add missing #include <exception> for std::terminateAbseil Team2023-03-201-0/+1
* Support lvalue references to incomplete types as `FunctionRef` parameters.Abseil Team2023-03-062-9/+22
* Move lambda from ExtractInvoker in AnyInvocable to a separate functionAbseil Team2023-02-271-6/+9
* Remove extra space in comment.Abseil Team2023-02-241-1/+1
* std::shared_ptr<T>::unique() is deprecated in C++17 and removed in C++20.Abseil Team2023-02-161-3/+3
* Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()Derek Mauro2022-12-221-3/+4
* Detects accidental multiple invocations of AnyInvocable<R(...)&&>::operator()...Abseil Team2022-10-113-12/+64
* Rename True alias.pateldeev2022-09-291-21/+21
* any_invocable_test: Re-enable the two conversion tests that used to fail unde...Dino Radakovic2022-07-151-6/+0
* AnyInvocable: Move credits to the top of the fileDino Radakovic2022-06-241-3/+3
* Release absl::AnyInvocableDino Radakovic2022-06-166-0/+2970
* Rename function_ref_benchmark.cc into more generic function_type_benchmark.cc...Dino Radakovic2022-05-032-5/+6
* Export of internal Abseil changesAbseil Team2022-02-241-1/+10
* Export of internal Abseil changesAbseil Team2021-12-032-1/+3
* Remove bazelbuild/rules_cc dependency (#1038)Vertexwahn2021-10-141-1/+0
* Export of internal Abseil changesAbseil Team2021-08-243-1/+5
* CMake: add option to use Google Test already installed on system (#969)Florin Crișan2021-06-091-2/+2
* Export of internal Abseil changesAbseil Team2021-06-011-0/+1
* Export of internal Abseil changesAbseil Team2020-08-201-1/+1
* Export of internal Abseil changesAbseil Team2020-06-223-11/+11
* Export of internal Abseil changesAbseil Team2020-06-121-19/+0
* Export of internal Abseil changesAbseil Team2020-06-101-0/+19
* Export of internal Abseil changesAbseil Team2020-02-211-4/+22
* Export of internal Abseil changesAbseil Team2020-01-311-0/+72
* Export of internal Abseil changesAbseil Team2019-12-191-22/+36