Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to using C++ style casts. | Joerg Sonnenberger | 2014-01-04 | 1 | -7/+7 |
| | | | | llvm-svn: 198505 | ||||
* | Patch from GM to make more implicit bools explicit since we can't stop MSVC ↵ | Marshall Clow | 2013-10-13 | 1 | -4/+4 |
| | | | | | | warning about this in headers and to warn is the MSVC default. No functionality change. llvm-svn: 192548 | ||||
* | Fix signed/unsigned warnings when building libc++ in C++14 mode | Marshall Clow | 2013-08-14 | 1 | -3/+3 |
| | | | | llvm-svn: 188395 | ||||
* | Marshall Clow found this memory problem in strstream using ↵ | Howard Hinnant | 2013-03-19 | 1 | -0/+2 |
| | | | | | | -fsanitize=address on the test suite. llvm-svn: 177452 | ||||
* | Quash a whole bunch of warnings | Howard Hinnant | 2011-12-01 | 1 | -4/+4 |
| | | | | llvm-svn: 145624 | ||||
* | Fixing up some ABI issues | Howard Hinnant | 2011-07-07 | 1 | -35/+0 |
| | | | | llvm-svn: 134639 | ||||
* | _STD -> _VSTD to avoid macro clash on windows | Howard Hinnant | 2011-06-30 | 1 | -6/+6 |
| | | | | llvm-svn: 134190 | ||||
* | Chris Jefferson noted many places where function calls needed to be ↵ | Howard Hinnant | 2011-02-14 | 1 | -2/+2 |
| | | | | | | qualified (thanks Chris). llvm-svn: 125510 | ||||
* | clang found a missing return statement. | Howard Hinnant | 2011-01-27 | 1 | -0/+1 |
| | | | | llvm-svn: 124431 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | Changed __config to react to all of clang's currently documented has_feature ↵ | Howard Hinnant | 2010-09-04 | 1 | -2/+2 |
| | | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -3/+1 |
| | | | | llvm-svn: 111751 | ||||
* | 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/+363 |
llvm-svn: 103490 |