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