Commit History

Author SHA1 Message Date
  Dave Zarzycki f4f572688f "Tagging libcpp-25.1 from https://llvm.org/svn/llvm-project/libcxx/branches/apple25" 14 years ago
  Howard Hinnant 474be15134 Correct spelling _LIBCPP_STABLE_APPLE_ABI 14 years ago
  Howard Hinnant fbb2b54c17 branch off of libcpp-25 14 years ago
  Howard Hinnant 0e1f6f5856 Tagging 25 14 years ago
  Howard Hinnant 912012e949 http://llvm.org/bugs/show_bug.cgi?id=10353 14 years ago
  Howard Hinnant 22ba71b8ef http://llvm.org/bugs/show_bug.cgi?id=10346 14 years ago
  Howard Hinnant 8d75632ad0 Reverted to 134947. Once I got into it, I discovered there were too many problems to fix in 135035. 14 years ago
  Sean Hunt c97da3a590 Implement the __nolocale functions properly so that they will work on 14 years ago
  Sean Hunt 0389c53f44 Make sure that __time_put constructors properly on non-Apple platforms. 14 years ago
  Howard Hinnant 66f2641ac9 Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & paste) errors. 14 years ago
  Howard Hinnant 2bf1c08510 Make vector<bool>::reference and const_reference public 14 years ago
  Sean Hunt 6f0342cf2e Don't assume that wctype produces a nice mask on all platforms. On 14 years ago
  Sean Hunt e59f724f79 Conditionally wrap the changes from r134781. 14 years ago
  Sean Hunt 62a6ac33a2 Implement generalized table lookups for upper, lower, and character 14 years ago
  Howard Hinnant 043fe1d931 provide ~future_error() definition 14 years ago
  Sean Hunt cb05a0801a Fix typo 14 years ago
  Howard Hinnant ac6de546bd Fixing up some ABI issues 14 years ago
  Sean Hunt 12c3d374a5 <inttypes.h> does not necessarily include <stdint.h>. Accordingly, do 14 years ago
  Howard Hinnant 9f66bffdbe Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278 14 years ago
  Howard Hinnant 3c8894b078 Make the default Makefile less destructive: John McCall 14 years ago
  Howard Hinnant f03c3b4612 http://llvm.org/bugs/show_bug.cgi?id=10248 14 years ago
  Howard Hinnant 90d7785eba http://llvm.org/bugs/show_bug.cgi?id=10250 14 years ago
  Howard Hinnant 74248888ab Changed constraints on pair and tuple constructors from is_convertible to is_constructible. 14 years ago
  Howard Hinnant 61aa6013c3 Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191 14 years ago
  Howard Hinnant 0949eedbd6 _STD -> _VSTD to avoid macro clash on windows 14 years ago
  Howard Hinnant d318d49e5c Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992 14 years ago
  Howard Hinnant a2a08b43ee test for pair piecewise construction 14 years ago
  Douglas Gregor 35d2fcfc8e Teach libc++ about the addressof() overloads it needs to work with 14 years ago
  Howard Hinnant f5d76a7afc Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6 14 years ago
  Howard Hinnant 7604fea08c More fixes: One of my fixes to type_traits earlier today was incorrect, so that is reverted. Recently clang appears to have tightened up its definition of is_convertible and that has caused some failures in [unordered_][multi]map. I've switched to using is_constructible to restablish the desired functionality in [unordered_][multi]map. Specifically, inserting rvalues of move-only types for the keys. 14 years ago