提交歷史

作者 SHA1 備註 提交日期
  Howard Hinnant 0e1f6f5856 Tagging 25 14 年之前
  Howard Hinnant 912012e949 http://llvm.org/bugs/show_bug.cgi?id=10353 14 年之前
  Howard Hinnant 22ba71b8ef http://llvm.org/bugs/show_bug.cgi?id=10346 14 年之前
  Howard Hinnant 8d75632ad0 Reverted to 134947. Once I got into it, I discovered there were too many problems to fix in 135035. 14 年之前
  Sean Hunt c97da3a590 Implement the __nolocale functions properly so that they will work on 14 年之前
  Sean Hunt 0389c53f44 Make sure that __time_put constructors properly on non-Apple platforms. 14 年之前
  Howard Hinnant 66f2641ac9 Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & paste) errors. 14 年之前
  Howard Hinnant 2bf1c08510 Make vector<bool>::reference and const_reference public 14 年之前
  Sean Hunt 6f0342cf2e Don't assume that wctype produces a nice mask on all platforms. On 14 年之前
  Sean Hunt e59f724f79 Conditionally wrap the changes from r134781. 14 年之前
  Sean Hunt 62a6ac33a2 Implement generalized table lookups for upper, lower, and character 14 年之前
  Howard Hinnant 043fe1d931 provide ~future_error() definition 14 年之前
  Sean Hunt cb05a0801a Fix typo 14 年之前
  Howard Hinnant ac6de546bd Fixing up some ABI issues 14 年之前
  Sean Hunt 12c3d374a5 <inttypes.h> does not necessarily include <stdint.h>. Accordingly, do 14 年之前
  Howard Hinnant 9f66bffdbe Fix uninitialized loop counter. http://llvm.org/bugs/show_bug.cgi?id=10278 14 年之前
  Howard Hinnant 3c8894b078 Make the default Makefile less destructive: John McCall 14 年之前
  Howard Hinnant f03c3b4612 http://llvm.org/bugs/show_bug.cgi?id=10248 14 年之前
  Howard Hinnant 90d7785eba http://llvm.org/bugs/show_bug.cgi?id=10250 14 年之前
  Howard Hinnant 74248888ab Changed constraints on pair and tuple constructors from is_convertible to is_constructible. 14 年之前
  Howard Hinnant 61aa6013c3 Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191 14 年之前
  Howard Hinnant 0949eedbd6 _STD -> _VSTD to avoid macro clash on windows 14 年之前
  Howard Hinnant d318d49e5c Patch by Petteri Räty, http://llvm.org/bugs/show_bug.cgi?id=8992 14 年之前
  Howard Hinnant a2a08b43ee test for pair piecewise construction 14 年之前
  Douglas Gregor 35d2fcfc8e Teach libc++ about the addressof() overloads it needs to work with 14 年之前
  Howard Hinnant f5d76a7afc Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6 14 年之前
  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 年之前
  Howard Hinnant d4b957820c Miscellaneous minor fixes in <type_traits> 14 年之前
  Howard Hinnant 2b1b2d40d7 Provide names for template and function parameters in forward declarations. The purpose is to aid automated documentation tools. 14 年之前
  Nick Kledzik 8f5f2563aa more Apple build system tweaks 14 年之前