Commit History

Upphovsman SHA1 Meddelande Datum
  Nick Kledzik f377dfc9d8 libcpp-22 14 år sedan
  Nick Kledzik d982028b92 change RC_BUILDIT to RC_XBS for detecting Apple build environment 14 år sedan
  Nick Kledzik ffadfd4c1e add support for setjmp/longjmp based exceptions 14 år sedan
  Nick Kledzik c6e08d6c44 <rdar://problem/9014045> more support for Apple internal build environments 14 år sedan
  Howard Hinnant 469d419a17 Correction to set of overloaded pair constructors for C++0x 14 år sedan
  Douglas Gregor 7ac6af7027 Qualify calls to std::next(), to avoid conflicts with 14 år sedan
  Howard Hinnant e14ea5835e http://llvm.org/bugs/show_bug.cgi?id=9765 14 år sedan
  Howard Hinnant 75f7695c62 Think-o in poisson_distribution at mean == 10 14 år sedan
  Howard Hinnant ef3b2e2e34 Fix bug in Sseq constraints found by Seth Cantrell 14 år sedan
  Howard Hinnant 9dbeff919b http://llvm.org/bugs/show_bug.cgi?id=9672 14 år sedan
  Howard Hinnant 8c1aa2c24d Changes to cerrno to protect against the case the ELAST is not defined. 14 år sedan
  Howard Hinnant 506b36487c time_get was missing the %F specifier. This change impacts the binary. 14 år sedan
  Howard Hinnant a02851e8a2 Chris Jefferson found a missing const (Bugzilla 9632) 14 år sedan
  Howard Hinnant 3e93e96dff Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351 14 år sedan
  Howard Hinnant b8a03c763a ... And these wonderful tests. 14 år sedan
  Howard Hinnant d615e47bea Chris Jefferson submitted this patch to fix http://llvm.org/bugs/show_bug.cgi?id=9351 14 år sedan
  Howard Hinnant 154002bb5d Provide a more readable error message for <atomic> until it is implemented. 14 år sedan
  Howard Hinnant 41fb6e1432 Jonathan Sauer found a bug in the way ^ was handled 14 år sedan
  Howard Hinnant 86e78d694c Jonathan Sauer updated is_base_of traits status 14 år sedan
  Nick Kledzik 770a3c5116 <rdar://problem/9073695> std::uncaught_exception() becomes true before evaluating the throw-expression rather than after 14 år sedan
  Howard Hinnant d0a2fbfe60 http://llvm.org/bugs/show_bug.cgi?id=9444 14 år sedan
  Howard Hinnant f9b8998795 I have to revert this recent fix to tuple conversions until clang implements cwg 1170. Without this fix pair and tuple don't convert properly. With it, associative containers get access errors when they shouldn't. cwg 1170 fixes the latter. 14 år sedan
  Howard Hinnant 6e5e7e78ee Corrected const-correctness on nullptr type_traits, and beefed up the test for nullptr_t. 14 år sedan
  Howard Hinnant 5885da34ce Walter Brown brought to my attention that type_traits was failing to correctly classify nullptr_t 14 år sedan
  Howard Hinnant 80586729e4 Chris Jefferson found a defect in the C++0x working draft by trying to run libc++ against boost. I've submitted an issue to the LWG, and this commit attempts to implement the proposed resolution of that defect report. I'd point to the issue but it hasn't been put into the LWG list yet. The title of the issue will be: Stage 2 accumulate incompatibilty 14 år sedan
  Howard Hinnant 8dcad976e0 http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fix and Ryuta Suzuki has corrected it. And hopefully I committed Ryuta Suzuki's directions correctly this time. 14 år sedan
  Howard Hinnant 542b0f0cf5 http://llvm.org/bugs/show_bug.cgi?id=9349 I have not personally tested this patch. Please let me know if it causes problems. 14 år sedan
  Howard Hinnant fddf722f4e Chris Jefferson found this bug to pair/tuple introduced by a recent change to the draft that I missed. 14 år sedan
  Howard Hinnant 171869e27c Fix copy_n to increment only n-1 times for an input iterator. This works much better with std::istream_iterator<int>(std::cin). Credit: Matan Nassau. 14 år sedan
  Howard Hinnant df85e57f4a Fixed two problems found by Chris Jefferson: Made operator>> for char consistent with gcc. Opened an LWG issue on this one. 2) Renamed some private typedefs which are causing boost grief. 14 år sedan