Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move atomic_support.h and config_elast.h into src/include | Eric Fiselier | 2015-08-18 | 1 | -1/+1 |
| | | | | llvm-svn: 245354 | ||||
* | Fix -Wpessimizing-move warning by remove the call to std::move. | Richard Trieu | 2015-04-30 | 1 | -1/+1 |
| | | | | llvm-svn: 236265 | ||||
* | [libcxx] Set _LIBCPP_ELAST for mingw. | Dan Albert | 2015-01-06 | 1 | -2/+5 |
| | | | | | | | | | | | | Reviewers: K-ballo, mclow.lists, EricWF Reviewed By: EricWF Subscribers: jfb, jroelofs, majnemer, cfe-commits Differential Revision: http://reviews.llvm.org/D6558 llvm-svn: 225273 | ||||
* | Newlib names ELAST differently than linux | Jonathan Roelofs | 2014-09-02 | 1 | -18/+10 |
| | | | | llvm-svn: 216943 | ||||
* | Linux: Correctly identify valid error codes | David Majnemer | 2014-05-29 | 1 | -0/+9 |
| | | | | | | | | | | | | | | [syserr.errcat.objects]p4 specifies that system_category().default_error_condition(ev) map to error_condition(posv, generic_category()) if ev could map to a POSIX errno. Linux reserves up to and including 4095 for errno values, use this as a bound. This fixes syserr.errcat.objects/system_category.pass.cpp on Linux. llvm-svn: 209795 | ||||
* | Replace a tab with a space | David Majnemer | 2014-03-17 | 1 | -1/+1 |
| | | | | llvm-svn: 204077 | ||||
* | LWG 2145 - mark constructor for std::error_category as inline and constexpr. ↵ | Marshall Clow | 2013-08-21 | 1 | -0/+1 |
| | | | | | | Leave the (existing, out-of-line, non-constexpr) in the dylib for compatibility with existing programs) llvm-svn: 188858 | ||||
* | Fix a few warnings/errors for compiling with -fno-exceptions. | Howard Hinnant | 2013-03-28 | 1 | -0/+3 |
| | | | | llvm-svn: 178267 | ||||
* | _STD -> _VSTD to avoid macro clash on windows | Howard Hinnant | 2011-06-30 | 1 | -1/+1 |
| | | | | llvm-svn: 134190 | ||||
* | Applied noexcept to everything in [diagnostics] (Chapter 19) | Howard Hinnant | 2011-05-26 | 1 | -14/+14 |
| | | | | llvm-svn: 132137 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -3/+3 |
| | | | | llvm-svn: 111751 | ||||
* | now works with -fno-exceptions and -fno-rtti | Howard Hinnant | 2010-08-11 | 1 | -0/+2 |
| | | | | llvm-svn: 110828 | ||||
* | patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was ↵ | Howard Hinnant | 2010-05-24 | 1 | -9/+15 |
| | | | | | | accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. llvm-svn: 104516 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 1 | -1/+1 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+193 |
llvm-svn: 103490 |