Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | noexcept and constexpr applied to <ios>. | Howard Hinnant | 2012-07-21 | 1 | -1/+1 |
| | | | | llvm-svn: 160593 | ||||
* | _STD -> _VSTD to avoid macro clash on windows | Howard Hinnant | 2011-06-30 | 1 | -19/+19 |
| | | | | llvm-svn: 134190 | ||||
* | Applied noexcept to everything in [diagnostics] (Chapter 19) | Howard Hinnant | 2011-05-26 | 1 | -2/+2 |
| | | | | llvm-svn: 132137 | ||||
* | Chris Jefferson noted many places where function calls needed to be ↵ | Howard Hinnant | 2011-02-14 | 1 | -3/+3 |
| | | | | | | qualified (thanks Chris). llvm-svn: 125510 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -7/+7 |
| | | | | llvm-svn: 111751 | ||||
* | now works with -fno-exceptions and -fno-rtti | Howard Hinnant | 2010-08-11 | 1 | -0/+14 |
| | | | | llvm-svn: 110828 | ||||
* | [string.conversions] | Howard Hinnant | 2010-06-02 | 1 | -55/+0 |
| | | | | llvm-svn: 105336 | ||||
* | patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was ↵ | Howard Hinnant | 2010-05-24 | 1 | -1/+5 |
| | | | | | | 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/+492 |
llvm-svn: 103490 |