summaryrefslogtreecommitdiff
path: root/libcxx/include/__functional/function.h
AgeCommit message (Expand)Author
2022-11-05[libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser
2022-10-19[libc++] Remove std::function in C++03Nikolas Klauser
2022-10-17[libc++] Fix std::function's handling of blocks under Objc ARCLouis Dionne
2022-10-11[libc++] static_assert that rebinding the allocator works as expectedNikolas Klauser
2022-10-01[libc++][NFC] Prefer type aliases over structsNikolas Klauser
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas 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-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser
2022-06-22[libc++] Complete the implementation of N4190Nikolas Klauser
2022-06-22[libc++] Remove std::function in C++03Nikolas Klauser
2022-06-18[libc++] Enable -Wweak-vtablesNikolas Klauser
2022-03-05[libc++] Granularize <utility> includesNikolas Klauser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
2022-02-04[libc++] Replace includes of <utility> with specific detail headersArthur O'Dwyer
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-02-01[libc++][NFC] Add namespace comments in rangesNikolas Klauser
2022-01-04[libc++] Use std::addressof in std::function::targetLouis Dionne
2021-12-08[libc++] `= delete` member functions with // = delete;Nikolas Klauser
2021-12-02[libc++][NFC] Update namespace comments in include/Nikolas Klauser
2021-11-16[libc++] Always define a key function for std::bad_function_call in the dylibKonstantin Varlamov
2021-09-01[libc++] Remove workarounds for [[nodebug]] not working properly on typedefs ...Louis Dionne
2021-08-18[libc++] Remove workarounds for the lack of deduction guides in C++17Louis Dionne
2021-08-06[libc++] IWYU to fix Modules complaints about _LIBCPP_ASSERT. NFCI.Arthur O'Dwyer
2021-07-01[libcxx][functional][modular] splices <functional> into modular headersChristopher Di Bella