1. 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
  2. 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
  3. 09da3c0 LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin by Marshall Clow · 11 years ago
  4. 24bf4b8 Typo: I wrote "2058" into the status column for issue 2058 instead of "Complete" by Marshall Clow · 11 years ago
  5. a96d22b Mark LWG issues 2109, 222, 2058, 2091 and 2092 as complete. No changes to libc++ code. by Marshall Clow · 11 years ago
  6. 1c2e46b Mark issues 2147, 2149, 2163, 2172, 2098 and 2177 as complete. No code changes to libc++ by Marshall Clow · 11 years ago
  7. a78b369 Marked #2163 as complete in previous commit instead of #2162. Corrected. by Marshall Clow · 11 years ago
  8. 08b4f3f LWG Issue 2162: mark allocator_traits::maxsize as noexcept by Marshall Clow · 11 years ago
  9. 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
  10. 5f36c68 Mark LWG issues 2190, 2200, and 2211 as done. No changes needed to libc++. by Marshall Clow · 11 years ago
  11. e42f184 Update synopsis in <locale> to match LWG Issue 2229. No code change by Marshall Clow · 11 years ago
  12. af74651 Implement LWG issue 2061 by Marshall Clow · 11 years ago
  13. 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
  14. 5e57142 Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. by Howard Hinnant · 11 years ago
  15. 5b7519e Mark LWG issues #2083, 2099 and 2105 as complete. No functionality change. by Marshall Clow · 11 years ago
  16. 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
  17. 2a34052 Updated status of issues #2093, 2144, and 2185 by Marshall Clow · 11 years ago
  18. 802daf6 Updated status and description of issues 2064, 2069 and 2096. by Marshall Clow · 11 years ago
  19. cd17d90 Updated status of issues #2028, 2047, and 2053. by Marshall Clow · 11 years ago
  20. 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
  21. 811e713 Added some missing issues to the c++1y status page, and put in hyperlinks for the papers. by Howard Hinnant · 11 years ago
  22. e755995 remove CWG papers from list; add link to clang status page by Marshall Clow · 11 years ago
  23. 9b86fc1 Added CWG and SG1 papers to libc++ status page by Marshall Clow · 11 years ago
  24. 68b4025 Mark LWG Issue #2110 and #2113 as completed - they were already done by Marshall Clow · 11 years ago
  25. 2df3700 Add a deleted assignment operator for basic_ostream; LWG Issue #2067 by Marshall Clow · 11 years ago
  26. 198a2a5 Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>) by Marshall Clow · 11 years ago
  27. 5da3087 Update for N3657 and issue 2010 by Marshall Clow · 11 years ago
  28. 23d1ccc Updated issues 2039, 2044, 2197, 2225, and 2231 by Marshall Clow · 11 years ago
  29. 6ef8408 Updated Issue 2187 by Marshall Clow · 11 years ago
  30. 0931015 Removed 'Ready' issues from Bristol by Marshall Clow · 11 years ago
  31. 83e40c4 Updated issues 2009 and 2074 by Marshall Clow · 11 years ago
  32. 6b229e1 Fix template formatting. No, really by Marshall Clow · 11 years ago
  33. deb471c escape some template specs by Marshall Clow · 11 years ago
  34. 437cdcf Fix case mismatch by Marshall Clow · 11 years ago
  35. 5d48077 Create a C++14 status page by Marshall Clow · 11 years ago
  36. 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
  37. 8b00e6c Ok, 3 major changes for debug mode in one commit: by Howard Hinnant · 11 years ago
  38. 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
  39. 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 · 11 years ago
  40. 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 · 11 years ago
  41. e47bc9b Updated link to Marshall's instructions by Marshall Clow · 11 years ago
  42. c7cbe50 Some forward-looking and optimistic documentation. by Howard Hinnant · 11 years ago
  43. fae54b9 Michael van der Westhuizen: correction to the libcxx build instructions when built with libcxxrt on Linux. by Howard Hinnant · 11 years ago
  44. 0dee9cd Bruce Mitchener: Minor typo fixes. by Howard Hinnant · 11 years ago
  45. af4d161 Michael van der Westhuizen: Update instructions for building on Linux. by Howard Hinnant · 11 years ago
  46. db8a030 [CMake] Fix c++ abi library configuration on Linux. by Michael J. Spencer · 12 years ago
  47. b0895ff Fix type-o. by Howard Hinnant · 12 years ago
  48. 641f6c1 Remove by-chapter breakdown of what is implemented. The chart is now obsolete. by Howard Hinnant · 12 years ago
  49. faa1716 Change C++0x references to C++11, Fixes bug #12745 by Marshall Clow · 12 years ago
  50. 22b781b Update instructions for building and using libc++ on Mac OS by Howard Hinnant · 12 years ago
  51. 08a0b48 Fix a typo in the docs by Marshall Clow · 12 years ago
  52. ef793f2 Andrew Morrow: Among the various libc++ tests that currently don't pass on Linux are by Howard Hinnant · 12 years ago
  53. 403f91a Andrew Morrow: The attached patch is an attempt to implement by Howard Hinnant · 12 years ago
  54. 6d39f9f Andrew Morrow: This patch fixes by Howard Hinnant · 12 years ago
  55. ee7a0bf Andrew Morrow: Attached is a writeup of the current state of the libc++ test suite on Linux. by Howard Hinnant · 12 years ago
  56. 7a7b6d8 Updated status by Howard Hinnant · 12 years ago
  57. 30055c6 Updated the complete by-chapter graph by Howard Hinnant · 12 years ago
  58. 7d87f6b Jean-Daniel : clang now supports all required type_traits. by Howard Hinnant · 12 years ago
  59. af34734 Jean-Daniel updates the libc++ index page to reflect not so recent changes in C++ standard status. by Howard Hinnant · 12 years ago
  60. a0b5bef New Windows libc++ test results provided by Ruben Van Boxem. by Howard Hinnant · 12 years ago
  61. 820e007 link to Marshall's notes. by Howard Hinnant · 12 years ago
  62. 5106565 Add documentation regarding -fno-rtti. by Howard Hinnant · 12 years ago
  63. 271a1c0 Updated documentation contributed by Christopher Jefferson. by Howard Hinnant · 12 years ago
  64. 704f09b Clarify building instructions for 10.7 by Howard Hinnant · 13 years ago
  65. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  66. 9077326 Update instructions for building on Mac OS 10.6 by Howard Hinnant · 13 years ago
  67. 8452d21 Updated testit to run on Windows and fresh Windows results by Ruben Van Boxem by Howard Hinnant · 13 years ago
  68. 2481cba Provide link to developer's policy by Howard Hinnant · 13 years ago
  69. 0cbb3a1 Ruben's Windows test results. by Howard Hinnant · 13 years ago
  70. 8b3fae3 Address PR10909: http://llvm.org/bugs/show_bug.cgi?id=10909 by Howard Hinnant · 13 years ago
  71. 737a351 Given that __underlying_type is now available in clang, implement by Sean Hunt · 13 years ago
  72. f5d76a7 Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6 by Howard Hinnant · 13 years ago
  73. 0cfa1f7 CWG 1170 has been fixed for destructors by Howard Hinnant · 13 years ago
  74. 9e604b4 __is_trivially_copyable now supplied by clang by Sean Hunt · 13 years ago
  75. d5c2f25 Corrected misspelling by Howard Hinnant · 13 years ago
  76. 7bbce3c Updated to reflect updated use of existing clang support by Howard Hinnant · 13 years ago
  77. 3666695 Updated type_traits and the type_traits design doc with recent work done in clang. by Howard Hinnant · 13 years ago
  78. 86e78d6 Jonathan Sauer updated is_base_of traits status by Howard Hinnant · 13 years ago
  79. 5a245db Jean-Daniel Dupas fixes install directions by Howard Hinnant · 13 years ago
  80. 65451f1 Updated getting started directions. by Howard Hinnant · 13 years ago
  81. 01feecb type_traits intrinsics design by Howard Hinnant · 14 years ago
  82. 9835d76 type_traits intrinsics design by Howard Hinnant · 14 years ago
  83. f38bc6e libc++ is now dual licensed under both UIUC and MIT licenses. by Chris Lattner · 14 years ago
  84. f26262d Updated chart with weekly test results, and updated export files for chnages in <atomic>. by Howard Hinnant · 14 years ago
  85. 21ef47f Changing <atomic> to follow Design A by Howard Hinnant · 14 years ago
  86. be22ed4 Update atomic Design A spec with reference C++ implementations for the purpose of documeting the semantics of each atomic operation. by Howard Hinnant · 14 years ago
  87. f6fe084 Update atomic Design A spec by Howard Hinnant · 14 years ago
  88. 4d89249 updated for weekly test results by Howard Hinnant · 14 years ago
  89. 08f2969 Updated atomic design docs by Howard Hinnant · 14 years ago
  90. 77868b9 Update atomic design A by Howard Hinnant · 14 years ago
  91. 086b718 Updated <atomic> docs with three design options by Howard Hinnant · 14 years ago
  92. e78d1f5 A compiler writer's guide to <atomic>, minor update by Howard Hinnant · 14 years ago
  93. 56f0d5b A compiler writer's guide to <atomic> by Howard Hinnant · 14 years ago
  94. 5b6af69 updated per weekly tests by Howard Hinnant · 14 years ago
  95. 049734e Updated chart for weekly test results. by Howard Hinnant · 14 years ago
  96. e764f0b Updated by-chapter-summary with weekly test results, and fixed up some bad paths in some tests caused by aligning the test suite with N3126. by Howard Hinnant · 14 years ago
  97. f6547cb Updated current status. by Howard Hinnant · 14 years ago
  98. ae153b9 Updated for weekly test results. by Howard Hinnant · 14 years ago
  99. 98ccdec Updated for weekly test results by Howard Hinnant · 14 years ago
  100. d2bb032 Fixing whitespace problems by Howard Hinnant · 14 years ago