Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed raw references to __APPLE__; now just check to see if it is defined. | Marshall Clow | 2013-03-18 | 1 | -1/+1 |
| | | | | llvm-svn: 177297 | ||||
* | Some minor mingw64 porting tweaks from Glen. | Howard Hinnant | 2012-09-03 | 1 | -2/+7 |
| | | | | llvm-svn: 163120 | ||||
* | Change size of reference count field in __libcpp_nmstr from 32 bits to 64 ↵ | Howard Hinnant | 2012-08-08 | 1 | -3/+3 |
| | | | | | | bits for 64 bit targets. This is controls the data layout of all exceptions defined in <stdexcept>. This aligns the ABI with that of gcc-4.2. llvm-svn: 161497 | ||||
* | libc++: only #include <cxxabi.h> if it exists. This allows libc++ to build | Richard Smith | 2012-04-19 | 1 | -0/+4 |
| | | | | | | | | out of the box on Linux systems. If you're building against libc++abi, you still need to make sure it can find <cxxabi.h> so it knows not to export symbols which libc++abi provides. llvm-svn: 155091 | ||||
* | Move typeinfos for exceptions in <stdexcept> to the abi | Howard Hinnant | 2012-02-17 | 1 | -0/+9 |
| | | | | llvm-svn: 150835 | ||||
* | Applied noexcept to everything in [diagnostics] (Chapter 19) | Howard Hinnant | 2011-05-26 | 1 | -17/+17 |
| | | | | llvm-svn: 132137 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | Fix typos, noticed by Clang. | Daniel Dunbar | 2010-09-04 | 1 | -1/+1 |
| | | | | llvm-svn: 113061 | ||||
* | patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was ↵ | Howard Hinnant | 2010-05-24 | 1 | -5/+4 |
| | | | | | | 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/+179 |
llvm-svn: 103490 |