summaryrefslogtreecommitdiffstats
path: root/libcxx/src/ios.cpp
Commit message (Collapse)AuthorAgeFilesLines
* noexcept and constexpr applied to <ios>.Howard Hinnant2012-07-211-1/+1
| | | | llvm-svn: 160593
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-19/+19
| | | | llvm-svn: 134190
* Applied noexcept to everything in [diagnostics] (Chapter 19)Howard Hinnant2011-05-261-2/+2
| | | | llvm-svn: 132137
* Chris Jefferson noted many places where function calls needed to be ↵Howard Hinnant2011-02-141-3/+3
| | | | | | qualified (thanks Chris). llvm-svn: 125510
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-221-7/+7
| | | | llvm-svn: 111751
* now works with -fno-exceptions and -fno-rttiHoward Hinnant2010-08-111-0/+14
| | | | llvm-svn: 110828
* [string.conversions]Howard Hinnant2010-06-021-55/+0
| | | | llvm-svn: 105336
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was ↵Howard Hinnant2010-05-241-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 Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+492
llvm-svn: 103490
OpenPOWER on IntegriCloud