summaryrefslogtreecommitdiff
path: root/libcxx/src/system_error.cpp
AgeCommit message (Expand)Author
2025-01-08[libcxx] Handle windows system error code mapping in std::error_code. (#93101)James Y Knight
2024-11-16[libc++] Avoid including <string> in <mutex> (#116254)Nikolas Klauser
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-05[libc++][NFC] Increase consistency for namespace closing commentsLouis Dionne
2024-01-05[libc++][hardening] Categorize more assertions. (#75918)Konstantin Varlamov
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-09-27[libc++] Don't add reference to system_category when exceptions disabled (#67...Daniel Thornburgh
2023-09-05[libc++] Avoid destructor call for error_category singletonsChris Bowler
2023-08-29[libc++] Adds __throw_system_error overload.Mark de Wever
2023-08-11[libc++] Optimize internal function in <system_error>Edoardo Sanguineti
2023-07-17[libc++] Use _LIBCPP_VERBOSE_ABORT in a few remaining __throw_FOO functionsLouis Dionne
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-02-17[libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONSNikolas Klauser
2022-04-12[libc++] Define legacy symbols for inline functions at a finer-grained levelLouis Dionne
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne
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
2017-07-19Rework libcxx strerror_r handling.James Y Knight
2017-05-31Fix Libc++ build with MinGW64Eric Fiselier
2017-02-04Recommit [libcxx] Never use <cassert> within libc++Eric Fiselier
2017-01-24Revert "[libcxx] Never use <cassert> within libc++"Eric Fiselier
2017-01-24[libcxx] Never use <cassert> within libc++Eric Fiselier
2017-01-17Add ABI option to remove recently inlined __shared_count functions from the l...Eric Fiselier
2017-01-03clean up use of _WIN32Saleem Abdulrasool
2017-01-03system_error: provide a thread safe stringification for WindowsSaleem Abdulrasool
2017-01-02Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.Eric Fiselier
2016-12-31system_error: use strerror_r only for threaded codeSaleem Abdulrasool
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2016-06-15Add an Android version check for GNU strerror_r.Dan Albert
2016-06-14Fix syntax error in r272640.Eric Fiselier
2016-06-14Fix error checking for strerror_r implementations that return the error code.Eric Fiselier
2016-06-14Make system_error::message() thread safe. Fixes PR25598.Eric Fiselier
2015-08-18Move atomic_support.h and config_elast.h into src/includeEric Fiselier
2015-04-30Fix -Wpessimizing-move warning by remove the call to std::move.Richard Trieu
2015-01-06[libcxx] Set _LIBCPP_ELAST for mingw.Dan Albert
2014-09-02Newlib names ELAST differently than linuxJonathan Roelofs
2014-05-29Linux: Correctly identify valid error codesDavid Majnemer
2014-03-17Replace a tab with a spaceDavid Majnemer
2013-08-21LWG 2145 - mark constructor for std::error_category as inline and constexpr. ...Marshall Clow
2013-03-28Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-05-26Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-08-11now works with -fno-exceptions and -fno-rttiHoward Hinnant