aboutsummaryrefslogtreecommitdiff
path: root/absl/functional/internal
Commit message (Expand)AuthorAgeFilesLines
* `any_invocable`: Clean up #includesDino Radakovic2024-05-081-1/+1
* `any_invocable`: Add public documentation for undefined behavior when invokin...Dino Radakovic2024-05-071-1/+1
* `any_invocable`: Delete obsolete reference to proposed standard typeDino Radakovic2024-05-071-5/+5
* Replace usages of absl::move, absl::forward, and absl::exchange with theirDerek Mauro2024-03-111-9/+9
* Fix error in GCC warning suppressionDerek Mauro2023-10-061-2/+2
* 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-221-0/+8
* 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-111-1/+1
* Fix some spelling mistakesVertexwahn2023-04-241-1/+1
* Adds template specialization for nullptr assertion of absl::AnyInvocable ...Abseil Team2023-04-241-0/+7
* Add missing #include <exception> for std::terminateAbseil Team2023-03-201-0/+1
* Support lvalue references to incomplete types as `FunctionRef` parameters.Abseil Team2023-03-061-9/+12
* Move lambda from ExtractInvoker in AnyInvocable to a separate functionAbseil Team2023-02-271-6/+9
* Replace ABSL_INTERNAL_UNREACHABLE with ABSL_UNREACHABLE()Derek Mauro2022-12-221-3/+4
* Detects accidental multiple invocations of AnyInvocable<R(...)&&>::operator()...Abseil Team2022-10-111-2/+22
* Rename True alias.pateldeev2022-09-291-21/+21
* Release absl::AnyInvocableDino Radakovic2022-06-161-0/+857
* Export of internal Abseil changesAbseil Team2020-06-222-10/+10
* Export of internal Abseil changesAbseil Team2019-12-161-0/+95
* Export of internal Abseil changesAbseil Team2019-12-121-0/+2
* Export of internal Abseil changesAbseil Team2019-10-181-0/+104