1. ad2a600 Fix LWG Issue 2078. Make std::async(policy,...) try multiple policies until one succeeds. by Marshall Clow · 11 years ago
  2. 4259337 Update status of issues by Marshall Clow · 11 years ago
  3. 0f91166 Updated status of issues and features by Marshall Clow · 11 years ago
  4. dab89a1 Fix LWG Issue 2141: common_type trait produces reference types by Marshall Clow · 11 years ago
  5. 16f13a0 Marked issue 2284 as complete by Marshall Clow · 11 years ago
  6. d0d308f Make it possible to link against libstdc++ as well as libsupc++ with CMake. by Peter Collingbourne · 11 years ago
  7. de3cac7 LWG Issue 2247 by Marshall Clow · 11 years ago
  8. 69bf761 Updated status post-Chicago by Marshall Clow · 11 years ago
  9. 4af78bb Fixed bad link for n3789; thanks to Chip Davis for the catch by Marshall Clow · 11 years ago
  10. cb55b18 Missed a change that didn't have an issue number 'GB 9' by Marshall Clow · 11 years ago
  11. 9100875 Updated table with results from Chicago by Marshall Clow · 11 years ago
  12. dcc6a0b Apply LWG 2048. It is amazing to me that this actually works, but the existing tests confirm that it does. c++1y status page now showing libc++ is complete for c++1y modulo dynarray issues. by Howard Hinnant · 11 years ago
  13. 0836f87 Apply LWG 2021. This is only a documentation change. Also bringing c++1y status page up to date. by Howard Hinnant · 11 years ago
  14. 6ecf7f2 Fix link to dynarray issue by Marshall Clow · 11 years ago
  15. 94d3f6b Update status for <dynarray> by Marshall Clow · 11 years ago
  16. 62f34be N3545: Quoted strings by Marshall Clow · 11 years ago
  17. 058655b Mark issues 2103, 2005, 2196 and 2203 as complete. No code changes. by Marshall Clow · 11 years ago
  18. 656ed3c Updated status for LSG issues 2122, 2169, 2177, 2140 and 2086. by Marshall Clow · 11 years ago
  19. 2a25895 Update status of issues 2045, 2050, 2080, 2081, 2083, 2130, 2137 and 2177. by Marshall Clow · 11 years ago
  20. 9e613ca LWG Issue 2148: Hashing Enums by Marshall Clow · 11 years ago
  21. 85bbdcd Fix a typo in the status for <optional> by Marshall Clow · 11 years ago
  22. 01afa5c Implement N3672, optional<T>. by Howard Hinnant · 11 years ago
  23. 713f4db SFINAE out duration converting constructor if the constructor would otherwise cause a ratio compile-time overflow. This fixes LWG 2094. by Howard Hinnant · 11 years ago
  24. d179407 is_destructible for function types was mistakenly returning true instead of false. This is true in both C++11 and C++1y, but has been clarified by the post C++11 LWG issue 2049. by Howard Hinnant · 11 years ago
  25. 09da3c0 LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin by Marshall Clow · 11 years ago
  26. 24bf4b8 Typo: I wrote "2058" into the status column for issue 2058 instead of "Complete" by Marshall Clow · 11 years ago
  27. a96d22b Mark LWG issues 2109, 222, 2058, 2091 and 2092 as complete. No changes to libc++ code. by Marshall Clow · 11 years ago
  28. 1c2e46b Mark issues 2147, 2149, 2163, 2172, 2098 and 2177 as complete. No code changes to libc++ by Marshall Clow · 11 years ago
  29. a78b369 Marked #2163 as complete in previous commit instead of #2162. Corrected. by Marshall Clow · 11 years ago
  30. 08b4f3f LWG Issue 2162: mark allocator_traits::maxsize as noexcept by Marshall Clow · 11 years ago
  31. 83179a7 LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (some of) the constructors for wstring_convert and wbuffer_convert as explicit. Add configuration macro _LIBCPP_EXPLICIT_AFTER_CXX11 by Marshall Clow · 11 years ago
  32. 5f36c68 Mark LWG issues 2190, 2200, and 2211 as done. No changes needed to libc++. by Marshall Clow · 11 years ago
  33. e42f184 Update synopsis in <locale> to match LWG Issue 2229. No code change by Marshall Clow · 11 years ago
  34. af74651 Implement LWG issue 2061 by Marshall Clow · 11 years ago
  35. bce2a47 Mark LWG issues 2011, 2015, 2033, 2065, 2071, 2102, 2235 as complete b/c libc++ already fixed them. by Marshall Clow · 11 years ago
  36. 5e57142 Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. by Howard Hinnant · 11 years ago
  37. 5b7519e Mark LWG issues #2083, 2099 and 2105 as complete. No functionality change. by Marshall Clow · 11 years ago
  38. 5c316a6 LWG 2145 - mark constructor for std::error_category as inline and constexpr. Leave the (existing, out-of-line, non-constexpr) in the dylib for compatibility with existing programs) by Marshall Clow · 11 years ago
  39. 2a34052 Updated status of issues #2093, 2144, and 2185 by Marshall Clow · 11 years ago
  40. 802daf6 Updated status and description of issues 2064, 2069 and 2096. by Marshall Clow · 11 years ago
  41. cd17d90 Updated status of issues #2028, 2047, and 2053. by Marshall Clow · 11 years ago
  42. 78afc05 Updated status of issues #1214, 2207 and 2209. They were already implemented, so no functionality change was needed. by Marshall Clow · 11 years ago
  43. 811e713 Added some missing issues to the c++1y status page, and put in hyperlinks for the papers. by Howard Hinnant · 11 years ago
  44. e755995 remove CWG papers from list; add link to clang status page by Marshall Clow · 11 years ago
  45. 9b86fc1 Added CWG and SG1 papers to libc++ status page by Marshall Clow · 11 years ago
  46. 68b4025 Mark LWG Issue #2110 and #2113 as completed - they were already done by Marshall Clow · 11 years ago
  47. 2df3700 Add a deleted assignment operator for basic_ostream; LWG Issue #2067 by Marshall Clow · 11 years ago
  48. 198a2a5 Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>) by Marshall Clow · 11 years ago
  49. 5da3087 Update for N3657 and issue 2010 by Marshall Clow · 11 years ago
  50. 23d1ccc Updated issues 2039, 2044, 2197, 2225, and 2231 by Marshall Clow · 11 years ago
  51. 6ef8408 Updated Issue 2187 by Marshall Clow · 11 years ago
  52. 0931015 Removed 'Ready' issues from Bristol by Marshall Clow · 11 years ago
  53. 83e40c4 Updated issues 2009 and 2074 by Marshall Clow · 11 years ago
  54. 6b229e1 Fix template formatting. No, really by Marshall Clow · 11 years ago
  55. deb471c escape some template specs by Marshall Clow · 11 years ago
  56. 437cdcf Fix case mismatch by Marshall Clow · 11 years ago
  57. 5d48077 Create a C++14 status page by Marshall Clow · 11 years ago
  58. 824c199 debug mode for unordered_map. Also picked up a missing check and test in unordered_multimap. This wraps up debug mode for the unordered containers. by Howard Hinnant · 11 years ago
  59. 8b00e6c Ok, 3 major changes for debug mode in one commit: by Howard Hinnant · 11 years ago
  60. 0bb0a7c Debug mode for unordered_multiset. The exercise spotted a few places I had missed on unordered_set, so I picked those up as well. by Howard Hinnant · 11 years ago
  61. 2062f37 I believe this finishes up debug mode for list. The testing is a little weak, but I believe all of the functionality is there. Certainly enough for people to checkout and start beating up on. by Howard Hinnant · 12 years ago
  62. 302fa82 I believe debug mode for vector<T> (T != bool) is complete. If anyone sees anything more they would like to see on it, please let me know. Debug mode is activated by compiling with -D_LIBCPP_DEBUG2=1. Eventually _LIBCPP_DEBUG2 will be renamed to just _LIBCPP_DEBUG. by Howard Hinnant · 12 years ago
  63. e47bc9b Updated link to Marshall's instructions by Marshall Clow · 12 years ago
  64. c7cbe50 Some forward-looking and optimistic documentation. by Howard Hinnant · 12 years ago
  65. fae54b9 Michael van der Westhuizen: correction to the libcxx build instructions when built with libcxxrt on Linux. by Howard Hinnant · 12 years ago
  66. 0dee9cd Bruce Mitchener: Minor typo fixes. by Howard Hinnant · 12 years ago
  67. af4d161 Michael van der Westhuizen: Update instructions for building on Linux. by Howard Hinnant · 12 years ago
  68. db8a030 [CMake] Fix c++ abi library configuration on Linux. by Michael J. Spencer · 12 years ago
  69. b0895ff Fix type-o. by Howard Hinnant · 12 years ago
  70. 641f6c1 Remove by-chapter breakdown of what is implemented. The chart is now obsolete. by Howard Hinnant · 12 years ago
  71. faa1716 Change C++0x references to C++11, Fixes bug #12745 by Marshall Clow · 12 years ago
  72. 22b781b Update instructions for building and using libc++ on Mac OS by Howard Hinnant · 12 years ago
  73. 08a0b48 Fix a typo in the docs by Marshall Clow · 12 years ago
  74. ef793f2 Andrew Morrow: Among the various libc++ tests that currently don't pass on Linux are by Howard Hinnant · 12 years ago
  75. 403f91a Andrew Morrow: The attached patch is an attempt to implement by Howard Hinnant · 12 years ago
  76. 6d39f9f Andrew Morrow: This patch fixes by Howard Hinnant · 12 years ago
  77. ee7a0bf Andrew Morrow: Attached is a writeup of the current state of the libc++ test suite on Linux. by Howard Hinnant · 12 years ago
  78. 7a7b6d8 Updated status by Howard Hinnant · 12 years ago
  79. 30055c6 Updated the complete by-chapter graph by Howard Hinnant · 12 years ago
  80. 7d87f6b Jean-Daniel : clang now supports all required type_traits. by Howard Hinnant · 12 years ago
  81. af34734 Jean-Daniel updates the libc++ index page to reflect not so recent changes in C++ standard status. by Howard Hinnant · 12 years ago
  82. a0b5bef New Windows libc++ test results provided by Ruben Van Boxem. by Howard Hinnant · 12 years ago
  83. 820e007 link to Marshall's notes. by Howard Hinnant · 12 years ago
  84. 5106565 Add documentation regarding -fno-rtti. by Howard Hinnant · 12 years ago
  85. 271a1c0 Updated documentation contributed by Christopher Jefferson. by Howard Hinnant · 13 years ago
  86. 704f09b Clarify building instructions for 10.7 by Howard Hinnant · 13 years ago
  87. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  88. 9077326 Update instructions for building on Mac OS 10.6 by Howard Hinnant · 13 years ago
  89. 8452d21 Updated testit to run on Windows and fresh Windows results by Ruben Van Boxem by Howard Hinnant · 13 years ago
  90. 2481cba Provide link to developer's policy by Howard Hinnant · 13 years ago
  91. 0cbb3a1 Ruben's Windows test results. by Howard Hinnant · 13 years ago
  92. 8b3fae3 Address PR10909: http://llvm.org/bugs/show_bug.cgi?id=10909 by Howard Hinnant · 13 years ago
  93. 737a351 Given that __underlying_type is now available in clang, implement by Sean Hunt · 13 years ago
  94. f5d76a7 Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6 by Howard Hinnant · 13 years ago
  95. 0cfa1f7 CWG 1170 has been fixed for destructors by Howard Hinnant · 13 years ago
  96. 9e604b4 __is_trivially_copyable now supplied by clang by Sean Hunt · 13 years ago
  97. d5c2f25 Corrected misspelling by Howard Hinnant · 13 years ago
  98. 7bbce3c Updated to reflect updated use of existing clang support by Howard Hinnant · 13 years ago
  99. 3666695 Updated type_traits and the type_traits design doc with recent work done in clang. by Howard Hinnant · 13 years ago
  100. 86e78d6 Jonathan Sauer updated is_base_of traits status by Howard Hinnant · 14 years ago