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