aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects
AgeCommit message (Expand)AuthorFilesLines
2025-08-29[libc++] Disable cv-qualified arithmetic hash specializations (#155786)Nikolas Klauser3-0/+30
2025-08-25[libcxx][test] Fix typos (#155217)Stephan T. Lavavej6-0/+0
2025-08-13[libc++] Move some standard tests from test/libcxx (#152982)Nikolas Klauser3-0/+216
2025-08-05[Clang] Add detailed notes explaining why `is_constructible` evaluates to fal...Corentin Jabot2-0/+3
2025-07-30Revert "[libc++][Clang] Added explanation why is_constructible evaluated to f...Victor Campos2-3/+0
2025-07-08[libc++][Clang] Added explanation why is_constructible evaluated to false. Up...Shamshura Egor2-0/+3
2025-07-06[libc++] P2655R3 common_reference_t of reference_wrapper Should Be a Referenc...Hui1-0/+152
2025-06-15[libc++] P2944R3: Constrained comparisons - update `reference_wrapper` implem...Hristo Hristov8-115/+30
2025-03-18[libc++] Improve deprecated diagnostic guards.Mark de Wever1-0/+2
2025-01-10[libc++] Implement std::not_fn<NTTP> (#86133)Jakub Mazurkiewicz2-0/+339
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser6-10/+9
2024-10-15[libc++] Fix expression-equivalence for `mem_fn` (#111307)A. Jiang7-391/+742
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne4-4/+11
2024-09-16[libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (#76756)Nikolas Klauser1-4/+0
2024-05-29[libc++][test] Close LWG3238 and add tests (#93043)Hui2-35/+25
2024-05-22[NFC][libc++][test] Removes C++98 support. (#92930)Mark de Wever4-4/+4
2024-05-09[libc++][functional] P2944R3 (partial): Comparisons for `reference_wrapper` (...Hristo Hristov8-0/+538
2024-04-09[libc++] Implement `bind_back` (#81055)Jakub Mazurkiewicz4-6/+533
2024-01-09[libc++] Allow running the test suite with optimizations (#68753)Louis Dionne6-24/+24
2023-12-10[libc++][test] Fix more MSVC and Clang warnings (#74965)Stephan T. Lavavej1-11/+9
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-1/+1
2023-12-01[libc++][NFC] Update the remaining old license headersNikolas Klauser3-12/+9
2023-11-26[libc++][test] Fix unused and nodiscard warnings (#73437)Stephan T. Lavavej1-2/+2
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-0/+1
2023-09-28[libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67...Louis Dionne1-1/+1
2023-09-25[libc++] Remove the CI job testing Clang 15 (#66406)Louis Dionne1-1/+0
2023-09-25[runtimes] Bump the supported AppleClang version to AppleClang 15 (#67065)Louis Dionne1-1/+1
2023-09-21[runtimes][NFC] Remove old Lit annotations for gcc-12 and clang-14Louis Dionne1-1/+1
2023-09-21[libc++] Implement LWG-3655: The INVOKE operation and union typesIgor Zhukov1-0/+69
2023-07-19[libcxx] Fix copy_move.pass testHaowei Wu1-1/+1
2023-07-19[libc++] Revert "[libcxx] Fix copy_move.pass test"Louis Dionne1-1/+1
2023-07-19[libcxx] Fix copy_move.pass testHaowei Wu1-1/+1
2023-05-03[libc++] Make std::bind constexpr-friendlyLouis Dionne5-95/+122
2023-04-27[libc++] Fix ODR violation with placeholdersLouis Dionne1-72/+57
2023-04-15[libc++] Removes Clang 14 support.Mark de Wever1-1/+1
2023-04-07[libc++] Qualifies intmax_t and uintmax_t.Mark de Wever1-2/+2
2023-03-22[libc++] Qualifies intptr_t and uintptr_t.Mark de Wever1-2/+2
2023-03-21[libc++] Qualifies size_t.Mark de Wever6-7/+7
2023-03-17[libc++] Remove unnecessary main() function in .compile.pass.cpp and .verify....Louis Dionne11-59/+13
2023-03-14[libc++] Qualifies uint32_t and friends.Mark de Wever2-24/+24
2023-03-08[libc++][test] Uses qualified std::uint32_t.Mark de Wever1-1/+1
2023-02-27[libc++] Fix "size_t" constants that should be "bool" or "int", and add testsArthur O'Dwyer2-0/+7
2023-02-13[libc++] Implement P2136R3 std::invoke_rLouis Dionne3-40/+170
2023-02-10[libc++] Simplify non_default_allocLouis Dionne2-0/+12
2023-01-31[libc++] Addresses LWG3764.Mark de Wever1-6/+379
2023-01-09[libc++][test] _VSTD => std:: in test codeCasey Carter1-1/+1
2022-12-15[libc++] Implement P1169R4 (static operator())Nikolas Klauser1-0/+41
2022-12-14[libc++] Refactor .compile.fail.cpp tests for std::functionLouis Dionne3-37/+15
2022-10-19[libc++] Remove std::function in C++03Nikolas Klauser25-70/+46
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne5-2/+216