summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects
AgeCommit message (Expand)Author
2025-11-09[libc++] Treat P0513R0 as a defect report against C++11 (#166690)A. Jiang
2025-08-29[libc++] Disable cv-qualified arithmetic hash specializations (#155786)Nikolas Klauser
2025-08-25[libcxx][test] Fix typos (#155217)Stephan T. Lavavej
2025-08-13[libc++] Move some standard tests from test/libcxx (#152982)Nikolas Klauser
2025-08-05[Clang] Add detailed notes explaining why `is_constructible` evaluates to fal...Corentin Jabot
2025-07-30Revert "[libc++][Clang] Added explanation why is_constructible evaluated to f...Victor Campos
2025-07-08[libc++][Clang] Added explanation why is_constructible evaluated to false. Up...Shamshura Egor
2025-07-06[libc++] P2655R3 common_reference_t of reference_wrapper Should Be a Referenc...Hui
2025-06-15[libc++] P2944R3: Constrained comparisons - update `reference_wrapper` implem...Hristo Hristov
2025-03-18[libc++] Improve deprecated diagnostic guards.Mark de Wever
2025-01-10[libc++] Implement std::not_fn<NTTP> (#86133)Jakub Mazurkiewicz
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-10-15[libc++] Fix expression-equivalence for `mem_fn` (#111307)A. Jiang
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-09-16[libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (#76756)Nikolas Klauser
2024-05-29[libc++][test] Close LWG3238 and add tests (#93043)Hui
2024-05-22[NFC][libc++][test] Removes C++98 support. (#92930)Mark de Wever
2024-05-09[libc++][functional] P2944R3 (partial): Comparisons for `reference_wrapper` (...Hristo Hristov
2024-04-09[libc++] Implement `bind_back` (#81055)Jakub Mazurkiewicz
2024-01-09[libc++] Allow running the test suite with optimizations (#68753)Louis Dionne
2023-12-10[libc++][test] Fix more MSVC and Clang warnings (#74965)Stephan T. Lavavej
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-12-01[libc++][NFC] Update the remaining old license headersNikolas Klauser
2023-11-26[libc++][test] Fix unused and nodiscard warnings (#73437)Stephan T. Lavavej
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik777
2023-09-28[libc++][NFC] Simplify checks for static assertions in .verify.cpp tests (#67...Louis Dionne
2023-09-25[libc++] Remove the CI job testing Clang 15 (#66406)Louis Dionne
2023-09-25[runtimes] Bump the supported AppleClang version to AppleClang 15 (#67065)Louis Dionne
2023-09-21[runtimes][NFC] Remove old Lit annotations for gcc-12 and clang-14Louis Dionne
2023-09-21[libc++] Implement LWG-3655: The INVOKE operation and union typesIgor Zhukov
2023-07-19[libcxx] Fix copy_move.pass testHaowei Wu
2023-07-19[libc++] Revert "[libcxx] Fix copy_move.pass test"Louis Dionne
2023-07-19[libcxx] Fix copy_move.pass testHaowei Wu
2023-05-03[libc++] Make std::bind constexpr-friendlyLouis Dionne
2023-04-27[libc++] Fix ODR violation with placeholdersLouis Dionne
2023-04-15[libc++] Removes Clang 14 support.Mark de Wever
2023-04-07[libc++] Qualifies intmax_t and uintmax_t.Mark de Wever
2023-03-22[libc++] Qualifies intptr_t and uintptr_t.Mark de Wever
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2023-03-17[libc++] Remove unnecessary main() function in .compile.pass.cpp and .verify....Louis Dionne
2023-03-14[libc++] Qualifies uint32_t and friends.Mark de Wever
2023-03-08[libc++][test] Uses qualified std::uint32_t.Mark de Wever
2023-02-27[libc++] Fix "size_t" constants that should be "bool" or "int", and add testsArthur O'Dwyer
2023-02-13[libc++] Implement P2136R3 std::invoke_rLouis Dionne
2023-02-10[libc++] Simplify non_default_allocLouis Dionne
2023-01-31[libc++] Addresses LWG3764.Mark de Wever
2023-01-09[libc++][test] _VSTD => std:: in test codeCasey Carter
2022-12-15[libc++] Implement P1169R4 (static operator())Nikolas Klauser
2022-12-14[libc++] Refactor .compile.fail.cpp tests for std::functionLouis Dionne
2022-10-19[libc++] Remove std::function in C++03Nikolas Klauser