summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-14"Tagging libcpp-28 from https://llvm.org/svn/llvm-project/libcxx/branches/apple"svn-tags/libcpp-28Dave Zarzycki
2011-08-13Fix r9901265Howard Hinnant
2011-08-09Install headers at usr/clang-ide/lib/c++Howard Hinnant
2011-07-30Fix PR10507. http://llvm.org/bugs/show_bug.cgi?id=10507Howard Hinnant
2011-07-30Synch up with recent changes in trunkHoward Hinnant
2011-07-30Correct misspelling: _LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABIHoward Hinnant
2011-07-30Fix radar 9866843Howard Hinnant
2011-07-30Apple branch createdHoward Hinnant
2011-07-24http://llvm.org/bugs/show_bug.cgi?id=10469Howard Hinnant
2011-07-24Optimization of string::operator< by M.E. O'Neill. Discussion in http://llvm...Howard Hinnant
2011-07-24http://llvm.org/bugs/show_bug.cgi?id=10461Howard Hinnant
2011-07-23http://llvm.org/bugs/show_bug.cgi?id=10455Howard Hinnant
2011-07-22Test commitDave Zarzycki
2011-07-19Correct test.Howard Hinnant
2011-07-18Adjust two tests to account for a nasty change in copying behaviorSean Hunt
2011-07-18Make all fstream tests use tmpnam if creating files, rather thanSean Hunt
2011-07-18Do a litmus test of using tmpnam to generate safe temporary file namesSean Hunt
2011-07-18Given that __underlying_type is now available in clang, implementSean Hunt
2011-07-18Give A an explicitly non-throwing destructor so that B's destructor isSean Hunt
2011-07-18http://llvm.org/bugs/show_bug.cgi?id=10390Howard Hinnant
2011-07-15Revert locale for apple back to original design, getting rid of now useless h...Howard Hinnant
2011-07-15_LIBCXX_STABLE_APPLE_ABI -> _LIBCPP_STABLE_APPLE_ABIHoward Hinnant
2011-07-15Fix wchar tests by not assuming that tm is complete and by using theSean Hunt
2011-07-15Reapply 135035 with proper conditional inclusion, hopefully solvingSean Hunt
2011-07-14http://llvm.org/bugs/show_bug.cgi?id=10353Howard Hinnant
2011-07-13http://llvm.org/bugs/show_bug.cgi?id=10346Howard Hinnant
2011-07-13Reverted to 134947. Once I got into it, I discovered there were too many pro...Howard Hinnant
2011-07-13Implement the __nolocale functions properly so that they will work onSean Hunt
2011-07-12Make sure that __time_put constructors properly on non-Apple platforms.Sean Hunt
2011-07-09Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & ...Howard Hinnant
2011-07-09Make vector<bool>::reference and const_reference publicHoward Hinnant
2011-07-09Don't assume that wctype produces a nice mask on all platforms. OnSean Hunt
2011-07-09Conditionally wrap the changes from r134781.Sean Hunt
2011-07-09Implement generalized table lookups for upper, lower, and characterSean Hunt
2011-07-08provide ~future_error() definitionHoward Hinnant
2011-07-07Fix typoSean Hunt
2011-07-07Fixing up some ABI issuesHoward Hinnant
2011-07-06<inttypes.h> does not necessarily include <stdint.h>. Accordingly, doSean Hunt
2011-07-05Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278Howard Hinnant
2011-07-04Make the default Makefile less destructive: John McCallHoward Hinnant
2011-07-02http://llvm.org/bugs/show_bug.cgi?id=10248Howard Hinnant
2011-07-02http://llvm.org/bugs/show_bug.cgi?id=10250Howard Hinnant
2011-07-01Changed constraints on pair and tuple constructors from is_convertible to is_...Howard Hinnant
2011-07-01Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant
2011-06-30Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992Howard Hinnant
2011-06-22test for pair piecewise constructionHoward Hinnant
2011-06-22Teach libc++ about the addressof() overloads it needs to work withDouglas Gregor
2011-06-22Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6Howard Hinnant
2011-06-19More fixes: One of my fixes to type_traits earlier today was incorrect, so t...Howard Hinnant