summaryrefslogtreecommitdiff
path: root/libcxx/include/system_error
AgeCommit message (Expand)Author
2025-04-19[libc++] Backport segmented iterator optimization for std::for_each to C++11 ...Peng Liu
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2023-04-10[libc++] Move __errc to __system_error/errc.hNikolas Klauser
2023-04-09[libc++] Granularize system_error.Mark de Wever
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-09-30[libc++] Fix ADL for `make_error_{code,condition}`Jonathan Wakely
2022-09-27[libc++][NFC] Fix some standard-mandated includes commentsNikolas Klauser
2022-08-25[libc++][NFC] Enable modernize-use-overrideNikolas Klauser
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-08-15[libc++] Implement `operator<=>` for `error_{code,condition}`Adrian Vogelsgesang
2022-08-15[libc++] Implement `operator<=>` for `error_category`Adrian Vogelsgesang
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-17[libc++] Mark standard-mandated includes as suchNikolas Klauser
2022-06-09[libc++] Granularize __stringNikolas Klauser
2022-04-12[libc++] Define legacy symbols for inline functions at a finer-grained levelLouis Dionne
2022-04-11[libc++][NFC] Use noexcept instead of _NOEXCEPT for code compiled into the li...Louis Dionne
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-03-01[libc++] Remove _LIBCPP_HAS_NO_STRONG_ENUMS.Mark de Wever
2022-02-11[libc++] Remove __functional_baseNikolas Klauser
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-04[libc++] Add the version header to all headers.Mark de Wever
2021-12-08[libc++] `= delete` member functions with // = delete;Nikolas Klauser
2021-12-07[libc++] Remove _LIBCPP_DEFAULTNikolas Klauser
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-10-28[libc++][ABI Break] Make is_error_condition_enum_v and is_error_code_enum_v b...Joe Loser
2021-09-22[libc++][NFCI] Remove uses of _LIBCPP_INLINE_VARLouis Dionne
2021-07-01[libcxx][functional][modular] splices <functional> into modular headersChristopher Di Bella
2021-06-22[libc++] Enable `explicit` conversion operators, even in C++03 mode.Arthur O'Dwyer
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-04-06[libc++] Header inclusion tests.Arthur O'Dwyer
2021-03-22[libc++] Include <__config> first in all standard headers.Arthur O'Dwyer
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener
2020-03-17Fix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic-exception-spec warnings.Dimitry Andric
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-01[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne
2018-07-11[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-05Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-05[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne
2018-07-03[libc++] Lift std::errc into a separated headerZhihao Yuan
2018-01-02Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow
2017-09-11Add include of <string> to <system_error>, since things in there return strin...Marshall Clow
2017-01-17Add ABI option to remove recently inlined __shared_count functions from the l...Eric Fiselier
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2017-01-02Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.Eric Fiselier
2016-11-14Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow
2016-09-24Implement is_error_code_v and is_error_condition_v for c++17. Rework the test...Marshall Clow