summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/function.objects/bind/func.bind
AgeCommit message (Expand)Author
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2023-05-03[libc++] Make std::bind constexpr-friendlyLouis Dionne
2023-04-27[libc++] Fix ODR violation with placeholdersLouis Dionne
2023-02-27[libc++] Fix "size_t" constants that should be "bool" or "int", and add testsArthur O'Dwyer
2022-09-18[libc++] Avoid including <tuple> in compressed_pair.hNikolas Klauser
2022-03-01[libc++][AIX] Use C++ overloads from libc++'s math.hDavid Tenty
2022-01-13[libc++][NFC] Fix placement of some XFAILsLouis Dionne
2022-01-10[libc++] Properly handle specializations of std::is_placeholder.Arthur O'Dwyer
2021-11-16[libc++] Always define a key function for std::bad_function_call in the dylibKonstantin Varlamov
2021-11-08[libc++][CI] Add AIX pipeline configDavid Tenty
2021-03-03[libc++] NFC: Normalize links to bug reportsLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-03[libc++] Remove useless nothing_to_do.pass.cpp testsLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-04-24Make the test object callable. libstdc++'s bind checks that (libc++ currently...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-09[NFC] Normalize some test 'main' signaturesJF Bastien
2017-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier
2016-12-24fix newly failing c++03 testsEric Fiselier
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-12-08[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej
2016-09-22Add missing _v traits. is_bind_expression_v, is_placeholder_v and uses_alloca...Marshall Clow
2016-07-24Guard libc++ specific tests SFINAE on std::bind's call operator. Patch from S...Eric Fiselier
2016-06-26Implement LWG 2488 - Make the placeholders constexpr.Eric Fiselier
2016-06-02Mark LWG issue 2545 as complete. Add extra testsEric Fiselier
2016-04-28Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier
2016-04-20Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier
2015-07-22Cleanup <__functional_03>Eric Fiselier
2015-07-10[libcxx] LWG2420 bits for bind<void> - Patch from K-BalloEric Fiselier
2015-02-05Get tests running with warnings. Fix warnings in headers and testsEric Fiselier
2014-12-23Prevent ill-formed instantiation of __invoke_of<...> during the evaluation of...Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier