aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/system_error.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight1-2/+0
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser1-0/+2
2025-01-28[libc++] Remove Android header no longer in use (#124691)Brad Smith1-4/+0
2025-01-08[libcxx] Handle windows system error code mapping in std::error_code. (#93101)James Y Knight1-5/+154
2024-11-16[libc++] Avoid including <string> in <mutex> (#116254)Nikolas Klauser1-0/+1
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser1-3/+3
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser1-1/+1
2024-09-05[libc++][NFC] Increase consistency for namespace closing commentsLouis Dionne1-1/+1
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov1-1/+1
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-141/+84
2023-09-27[libc++] Don't add reference to system_category when exceptions disabled (#67...Daniel Thornburgh1-2/+9
2023-09-05[libc++] Avoid destructor call for error_category singletonsChris Bowler1-39/+15
2023-08-29[libc++] Adds __throw_system_error overload.Mark de Wever1-8/+2
2023-08-11[libc++] Optimize internal function in <system_error>Edoardo Sanguineti1-20/+26
2023-07-17[libc++] Use _LIBCPP_VERBOSE_ABORT in a few remaining __throw_FOO functionsLouis Dionne1-3/+2
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-1/+1
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser1-1/+1
2022-04-12[libc++] Define legacy symbols for inline functions at a finer-grained levelLouis Dionne1-2/+6
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne1-1/+1
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer1-10/+9
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-3/+3
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne1-14/+14
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/+0
2017-07-19Rework libcxx strerror_r handling.James Y Knight1-26/+46
2017-05-31Fix Libc++ build with MinGW64Eric Fiselier1-1/+1
2017-02-04Recommit [libcxx] Never use <cassert> within libc++Eric Fiselier1-2/+2
2017-01-24Revert "[libcxx] Never use <cassert> within libc++"Eric Fiselier1-2/+2
2017-01-24[libcxx] Never use <cassert> within libc++Eric Fiselier1-2/+2
2017-01-17Add ABI option to remove recently inlined __shared_count functions from the l...Eric Fiselier1-1/+1
2017-01-03clean up use of _WIN32Saleem Abdulrasool1-1/+1
2017-01-03system_error: provide a thread safe stringification for WindowsSaleem Abdulrasool1-2/+10
2017-01-02Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.Eric Fiselier1-0/+2
2016-12-31system_error: use strerror_r only for threaded codeSaleem Abdulrasool1-0/+2
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow1-0/+1
2016-06-15Add an Android version check for GNU strerror_r.Dan Albert1-1/+6
2016-06-14Fix syntax error in r272640.Eric Fiselier1-1/+2
2016-06-14Fix error checking for strerror_r implementations that return the error code.Eric Fiselier1-2/+4
2016-06-14Make system_error::message() thread safe. Fixes PR25598.Eric Fiselier1-1/+48
2015-08-18Move atomic_support.h and config_elast.h into src/includeEric Fiselier1-1/+1
2015-04-30Fix -Wpessimizing-move warning by remove the call to std::move.Richard Trieu1-1/+1
2015-01-06[libcxx] Set _LIBCPP_ELAST for mingw.Dan Albert1-2/+5
2014-09-02Newlib names ELAST differently than linuxJonathan Roelofs1-18/+10
2014-05-29Linux: Correctly identify valid error codesDavid Majnemer1-0/+9
2014-03-17Replace a tab with a spaceDavid Majnemer1-1/+1
2013-08-21LWG 2145 - mark constructor for std::error_category as inline and constexpr. ...Marshall Clow1-0/+1
2013-03-28Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant1-0/+3
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant1-1/+1
2011-05-26Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant1-14/+14