summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
...
* Correct test.Howard Hinnant2011-07-191-0/+1
* Adjust two tests to account for a nasty change in copying behaviorAlexis Hunt2011-07-184-0/+18
* Make all fstream tests use tmpnam if creating files, rather thanAlexis Hunt2011-07-1824-156/+205
* Do a litmus test of using tmpnam to generate safe temporary file namesAlexis Hunt2011-07-181-4/+6
* Given that __underlying_type is now available in clang, implementAlexis Hunt2011-07-184-2/+40
* Give A an explicitly non-throwing destructor so that B's destructor isAlexis Hunt2011-07-181-1/+1
* http://llvm.org/bugs/show_bug.cgi?id=10390Howard Hinnant2011-07-183-0/+51
* Revert locale for apple back to original design, getting rid of now useless h...Howard Hinnant2011-07-151-88/+18
* _LIBCXX_STABLE_APPLE_ABI -> _LIBCPP_STABLE_APPLE_ABIHoward Hinnant2011-07-151-3/+3
* Fix wchar tests by not assuming that tm is complete and by using theAlexis Hunt2011-07-152-4/+12
* Reapply 135035 with proper conditional inclusion, hopefully solvingAlexis Hunt2011-07-153-181/+449
* http://llvm.org/bugs/show_bug.cgi?id=10353Howard Hinnant2011-07-141-0/+6
* http://llvm.org/bugs/show_bug.cgi?id=10346Howard Hinnant2011-07-132-0/+58
* Reverted to 134947. Once I got into it, I discovered there were too many pro...Howard Hinnant2011-07-133-309/+181
* Implement the __nolocale functions properly so that they will work onAlexis Hunt2011-07-133-181/+309
* Make sure that __time_put constructors properly on non-Apple platforms.Alexis Hunt2011-07-121-0/+4
* Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & ...Howard Hinnant2011-07-091-3/+3
* Make vector<bool>::reference and const_reference publicHoward Hinnant2011-07-091-2/+2
* Don't assume that wctype produces a nice mask on all platforms. OnAlexis Hunt2011-07-092-0/+50
* Conditionally wrap the changes from r134781.Alexis Hunt2011-07-094-0/+44
* Implement generalized table lookups for upper, lower, and characterAlexis Hunt2011-07-093-69/+66
* provide ~future_error() definitionHoward Hinnant2011-07-081-0/+4
* Fix typoAlexis Hunt2011-07-071-1/+1
* Fixing up some ABI issuesHoward Hinnant2011-07-078-133/+61
* <inttypes.h> does not necessarily include <stdint.h>. Accordingly, doAlexis Hunt2011-07-061-286/+0
* Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278Howard Hinnant2011-07-051-1/+1
* Make the default Makefile less destructive: John McCallHoward Hinnant2011-07-041-0/+3
* http://llvm.org/bugs/show_bug.cgi?id=10248Howard Hinnant2011-07-023-3/+30
* http://llvm.org/bugs/show_bug.cgi?id=10250Howard Hinnant2011-07-021-0/+47
* Changed constraints on pair and tuple constructors from is_convertible to is_...Howard Hinnant2011-07-012-10/+6
* Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant2011-07-018-10/+242
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-3058-1567/+1567
* Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992Howard Hinnant2011-06-301-101/+134
* test for pair piecewise constructionHoward Hinnant2011-06-221-1/+34
* Teach libc++ about the addressof() overloads it needs to work withDouglas Gregor2011-06-222-0/+49
* Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6Howard Hinnant2011-06-221-0/+6
* More fixes: One of my fixes to type_traits earlier today was incorrect, so t...Howard Hinnant2011-06-193-46/+46
* Miscellaneous minor fixes in <type_traits>Howard Hinnant2011-06-191-2/+16
* Provide names for template and function parameters in forward declarations. ...Howard Hinnant2011-06-1412-56/+62
* more Apple build system tweaksNick Kledzik2011-06-091-5/+6
* Update CREDITS.TXTHoward Hinnant2011-06-091-0/+4
* Move nullptr_t to unversioned namespace: Sean HuntHoward Hinnant2011-06-051-4/+9
* noexcept for <stack>. This completes noexcept for Chapter 23 [containers].Howard Hinnant2011-06-046-10/+187
* noexcept for <queue>.Howard Hinnant2011-06-0411-42/+393
* noexcept for <unordered_set>.Howard Hinnant2011-06-0411-78/+826
* noexcept for <unordered_map>.Howard Hinnant2011-06-0412-152/+1014
* Made more implementation details of [multi]map/set noexcept.Howard Hinnant2011-06-041-16/+17
* noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant2011-06-0423-128/+723
* noexcept for <map>.Howard Hinnant2011-06-0412-92/+752
* noexcept for <vector>. This also includes installing move_if_noexcept() into...Howard Hinnant2011-06-0311-166/+850
OpenPOWER on IntegriCloud