summaryrefslogtreecommitdiffstats
path: root/libcxx/src/system_error.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne2018-08-011-1/+0
* Rework libcxx strerror_r handling.James Y Knight2017-07-191-26/+46
* Fix Libc++ build with MinGW64Eric Fiselier2017-05-311-1/+1
* Recommit [libcxx] Never use <cassert> within libc++Eric Fiselier2017-02-041-2/+2
* Revert "[libcxx] Never use <cassert> within libc++"Eric Fiselier2017-01-241-2/+2
* [libcxx] Never use <cassert> within libc++Eric Fiselier2017-01-241-2/+2
* Add ABI option to remove recently inlined __shared_count functions from the l...Eric Fiselier2017-01-171-1/+1
* clean up use of _WIN32Saleem Abdulrasool2017-01-031-1/+1
* system_error: provide a thread safe stringification for WindowsSaleem Abdulrasool2017-01-031-2/+10
* Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.Eric Fiselier2017-01-021-0/+2
* system_error: use strerror_r only for threaded codeSaleem Abdulrasool2016-12-311-0/+2
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-0/+1
* Add an Android version check for GNU strerror_r.Dan Albert2016-06-151-1/+6
* Fix syntax error in r272640.Eric Fiselier2016-06-141-1/+2
* Fix error checking for strerror_r implementations that return the error code.Eric Fiselier2016-06-141-2/+4
* Make system_error::message() thread safe. Fixes PR25598.Eric Fiselier2016-06-141-1/+48
* Move atomic_support.h and config_elast.h into src/includeEric Fiselier2015-08-181-1/+1
* Fix -Wpessimizing-move warning by remove the call to std::move.Richard Trieu2015-04-301-1/+1
* [libcxx] Set _LIBCPP_ELAST for mingw.Dan Albert2015-01-061-2/+5
* Newlib names ELAST differently than linuxJonathan Roelofs2014-09-021-18/+10
* Linux: Correctly identify valid error codesDavid Majnemer2014-05-291-0/+9
* Replace a tab with a spaceDavid Majnemer2014-03-171-1/+1
* LWG 2145 - mark constructor for std::error_category as inline and constexpr. ...Marshall Clow2013-08-211-0/+1
* Fix a few warnings/errors for compiling with -fno-exceptions.Howard Hinnant2013-03-281-0/+3
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-1/+1
* Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant2011-05-261-14/+14
* license changeHoward Hinnant2010-11-161-2/+2
* Fixing whitespace problemsHoward Hinnant2010-08-221-3/+3
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+2
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-9/+15
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+193
OpenPOWER on IntegriCloud