summaryrefslogtreecommitdiffstats
path: root/libcxx/src/system_error.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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