summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/func.wrap
AgeCommit message (Expand)Author
2025-08-13[libc++] Move some standard tests from test/libcxx (#152982)Nikolas Klauser
2025-03-18[libc++] Improve deprecated diagnostic guards.Mark de Wever
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
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-01-09[libc++] Allow running the test suite with optimizations (#68753)Louis Dionne
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-10-29[libc++] Remove a few transitive includes (#70553)philnik777
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-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-04-15[libc++] Removes Clang 14 support.Mark de Wever
2023-03-17[libc++] Remove unnecessary main() function in .compile.pass.cpp and .verify....Louis Dionne
2023-02-10[libc++] Simplify non_default_allocLouis Dionne
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
2022-09-18[libc++] Avoid including <tuple> in compressed_pair.hNikolas Klauser
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser
2022-08-23[libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/Louis Dionne
2022-06-22[libc++] Remove std::function in C++03Nikolas Klauser
2022-05-05[libcxx] [test] Narrow down an XFAIL for clang-cl configurationsMartin Storsjö
2022-03-17[libc++] Add warning pragma macros in the test suiteNikolas Klauser
2022-01-26[libcxx][test] Narrow XFAIL for tests that pass with `msvc && stdlib=msvc`Casey Carter
2022-01-04[libc++] Use std::addressof in std::function::targetLouis Dionne
2021-11-16[libc++] Always define a key function for std::bad_function_call in the dylibKonstantin Varlamov
2021-11-07[libc++] Make test_allocator constexpr-friendly for constexpr string/vectorNikolas Klauser
2021-10-29[libcxx] [test] Change LIBCXX-WINDOWS-FIXME into XFAIL: msvc for cases that s...Martin Storsjö
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne
2021-06-22[libc++] Enable `explicit` conversion operators, even in C++03 mode.Arthur O'Dwyer
2021-06-15[libc++] [P0619] Add _LIBCPP_ABI_NO_BINDER_BASES and remove binder typedefs i...Arthur O'Dwyer
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-03-22[libcxx] [test] Add XFAIL LIBCXX-WINDOWS-FIXME in 124 tests that fail in the ...Martin Storsjö
2021-03-03[libc++] NFC: Normalize links to bug reportsLouis Dionne
2021-01-25[libc++] Support immovable return types in std::function.Arthur O'Dwyer
2020-12-14[libc++] ADL-proof <functional> by adding _VSTD:: qualification on calls.Arthur O'Dwyer
2020-10-08[runtimes] Use int main(int, char**) consistently in testsLouis Dionne
2020-09-29[libc++] Rename the -fno-rtti Lit feature to just no-rttiLouis Dionne
2020-09-21[libc++] Fix failures when running the test suite without RTTILouis Dionne
2020-08-12[libc++] Remove workarounds for missing rvalue referencesLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-05-15Cleanup some test issues:Casey Carter
2020-05-12[libcxx] Constrain function assignment operator (2574).zoecarver
2020-04-21[libc++] Fix warnings with Clang in C++03Louis Dionne