summaryrefslogtreecommitdiff
path: root/libcxx/include/__functional/function.h
AgeCommit message (Expand)Author
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-12-22[libc++] Switch _LIBCPP_NODEBUG to [[gnu::nodebug]] (#120720)Nikolas Klauser
2024-12-17[libc++] Granularize <new> includes (#119964)Nikolas Klauser
2024-11-06[libc++] Remove <stddef.h> includes from the granularized <cstddef> headers (...Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-16[libc++] Replace `__compressed_pair` with `[[no_unique_address]]` (#76756)Nikolas Klauser
2024-09-11[libc++][NFC] Replace _LIBCPP_NORETURN and TEST_NORETURN with [[noreturn]] (#...Nikolas Klauser
2024-06-23[libc++][NFC] Replace _NOEXCEPT and _LIBCPP_CONSTEXPR macros with the keyword...Nikolas Klauser
2024-06-18[libc++] Enable modernize-use-equals-delete (#93293)Nikolas Klauser
2024-05-28[libc++] Make the __availability header a sub-header of __config (#93083)Louis Dionne
2024-04-16[libc++] Use availability to rely on key functions for bad_expected_access an...Louis Dionne
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser
2024-03-18[libc++] Add missing hide-from-ABI annotations on virtual functions (#85439)Louis Dionne
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-09-12[libc++][test] Add '-Wdeprecated-copy', '-Wdeprecated-copy-dtor' warnings to ...Igor Zhukov
2023-09-01[libc++][NFC] Update the remaining enable_ifsNikolas Klauser
2023-07-20[libc++][hardening] Categorize most assertions inside the container classes.varconst
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-15[libc++] Merge _LIBCPP_FUNC_VIS, _LIBCPP_TYPE_VIS and _LIBCPP_EXCEPTION_ABI i...Nikolas Klauser
2023-06-12[libc++][spaceship] P1614R2: Removed `operator!=` from `functional`Hristo Hristov
2023-05-07[libc++][Modules] Add missing includes and exportsIan Anderson
2023-04-16[libc++] Add hide_from_abi check for classesNikolas Klauser
2023-03-31[libc++] Add __decay_t and use it instead of decay<>::typeNikolas Klauser
2023-03-19[libc++] Granularize <exception> includesNikolas Klauser
2023-03-18[libc++] Use the _LIBCPP_VERBOSE_ABORT macro instead of calling the function ...Nikolas Klauser
2023-03-14[libc++] Use __verbose_abort instead of std::abort in __throw_ functionsNikolas Klauser
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser
2023-02-11[libc++] Enable radability-identifier-naming for local variables and fix any ...Nikolas Klauser
2023-02-05[libc++][NFC] Rename _LIBCPP_NO_RTTI to _LIBCPP_HAS_NO_RTTINikolas Klauser
2023-01-21[libc++] Implement P1413R3 (Deprecate std::aligned_storage and std::aligned_u...Nikolas Klauser
2023-01-09[libc++] Remove HIDE_FROM_ABI from virtual functionsLouis Dionne
2022-12-15[libc++] Implement P1169R4 (static operator())Nikolas Klauser
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