1. 1c1e91d Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS. by Marshall Clow · 8 years ago
  2. e1445fd Implement the std::pair parts of "Improving pair and tuple". Completes N4387. by Eric Fiselier · 8 years ago
  3. e1a41a9 Implement LWG 2393. Check for LValue-callability. by Eric Fiselier · 8 years ago
  4. 7f630e8 Implement LWG2328. Rvalue stream extraction should perfect forward. by Eric Fiselier · 8 years ago
  5. c672a74 Implement P0040r3: Extending memory management tools by Eric Fiselier · 8 years ago
  6. 2645dbe Implement P0392r0. Integrate filesystem::path and string_view. by Eric Fiselier · 8 years ago
  7. f50841f Mark P0358r1 as complete. It is already implemented by Eric Fiselier · 8 years ago
  8. 4a2b933 Mark P0337r0 as complete. It was already implemented in std::experimental by Eric Fiselier · 8 years ago
  9. 3816ef9 Implement P0084r2. Changing emplace return types. by Eric Fiselier · 8 years ago
  10. 5839fed Implement C++17 tuple bits. Including apply and make_from_tuple. by Eric Fiselier · 8 years ago
  11. 211f9a4 Add more tests for LWG#2582. No code changes needed, just tests. by Marshall Clow · 8 years ago
  12. 3384fa6 mark issue #2422 as complete; this was just a wording clarification by Marshall Clow · 8 years ago
  13. d7a7384 mark issue #2181 as complete; this was just a wording clarification by Marshall Clow · 8 years ago
  14. 6f4713b Put the status in the right column by Marshall Clow · 8 years ago
  15. 683272d Mark P0067 as 'postponed', because it will be revised before the next meeting by Marshall Clow · 8 years ago
  16. dd18d90 Mark issues 2550, 2551, 2555, 2685, 2698 as complete. These issues are wording clarifications; no code changes required. by Marshall Clow · 8 years ago
  17. d94c776 Mark issues 2667, 2669, 2670, 2671, 2673 as complete. These issues are wording clarifications; no code changes required. by Marshall Clow · 8 years ago
  18. 0b02cf8 Implement LWG#2688: 'clamp misses preconditions and has extraneous condition on result'. We already did this, just added tests by Marshall Clow · 8 years ago
  19. 256814f Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already did this, just added tests by Marshall Clow · 8 years ago
  20. f0419f1 Implement LWG#2596: 'vector::data() should use addressof' by Marshall Clow · 8 years ago
  21. ca89450 Implement LWG#2441: 'Exact-width atomic typedefs should be provided' by Marshall Clow · 8 years ago
  22. 0c99f18 Implement LWG#2436: 'Comparators for associative containers should always be CopyConstructible' by Marshall Clow · 8 years ago
  23. 3e9545e Update status of already completed Oulu issues. by Eric Fiselier · 8 years ago
  24. 05d5c05 Use WG21.link reflector to get to issues, rather than linking directly by Marshall Clow · 8 years ago
  25. 01ac037 Updated C++1Z status page with new work from Oulu WG21 meeting by Marshall Clow · 8 years ago
  26. 871506f Fix bad link for P0006 by Marshall Clow · 8 years ago
  27. abd892a Implement LWG 2488 - Make the placeholders constexpr. by Eric Fiselier · 8 years ago
  28. fe6d50f Implement LWG issue 1169. num_get not fully compatible with strto* by Eric Fiselier · 8 years ago
  29. 841798c Update status of filesystem issues, and add tests for LWG issue 2683 by Eric Fiselier · 8 years ago
  30. 6e9a694 Add Filesystem TS -- Complete by Eric Fiselier · 8 years ago
  31. 10b52a0 Implement variadic lock_guard. by Eric Fiselier · 8 years ago
  32. 94f5dfc Two more issues w/patches by Marshall Clow · 8 years ago
  33. f486825 Add notes for 2688 by Marshall Clow · 8 years ago
  34. 9e65b66 Mark 2441 as ready by Marshall Clow · 8 years ago
  35. a5d22d5 Patch ready for #2436 by Marshall Clow · 8 years ago
  36. a8054c3 Added notes for a bunch of the issues by Marshall Clow · 8 years ago
  37. 0f3f60f Added notes about the issues for Oulu by Marshall Clow · 8 years ago
  38. 03b9c6b Mark LWG issue 2545 as complete. Add extra tests by Eric Fiselier · 8 years ago
  39. a2cc95e Mark LWG issue 2218 as complete. by Eric Fiselier · 8 years ago
  40. f1dbeb4 Mark LWG issue 2336 as complete. There is nothing to do. by Eric Fiselier · 8 years ago
  41. e98bd2a Mark LWG issue 2250 as complete by Eric Fiselier · 8 years ago
  42. 400d356 Mark LWG issue 2450 as complete. by Eric Fiselier · 8 years ago
  43. d256280 Update libcxx.llvm.org documentation by linking to new docs. by Eric Fiselier · 8 years ago
  44. c230822 Add C++17 std::not_fn negator. by Eric Fiselier · 8 years ago
  45. 18e1ea6 Implement P0033R1 - Re-enabling shared_from_this by Eric Fiselier · 8 years ago
  46. 6cec342 Issues for Oulu by Marshall Clow · 8 years ago
  47. 8a8c114 Mark LWG issue 2520 as complete by Eric Fiselier · 8 years ago
  48. b169bb0 Mark LWG issue 2276 as complete. Add _LIBCPP_ASSERTS for it by Eric Fiselier · 8 years ago
  49. 7883d02 Mark LWG issue 2537 as complete by Eric Fiselier · 8 years ago
  50. 7d1c44c Mark LWG issue #2585 as complete by Eric Fiselier · 8 years ago
  51. 9791377 Mark LWG issue 2565 as complete. Update the tests to check it. by Eric Fiselier · 8 years ago
  52. e058f63 Mark LWG issue #2522 as complete by Eric Fiselier · 8 years ago
  53. ea76b44 Mark LWG2583 as complete. I did this a while ago, and forgot to update the table. by Marshall Clow · 8 years ago
  54. d8fc1ec Implement LWG2576: istream_iterator and ostream_iterator should use std::addressof by Marshall Clow · 8 years ago
  55. 2c15439 Implement P0030R1: Introduce a 3-Argument Overload to std::hypot by Marshall Clow · 8 years ago
  56. 1354c94 Update TS implementation status page by Eric Fiselier · 8 years ago
  57. df46b78 Fix LWG issue #2106: move_iterators returning prvalues by Eric Fiselier · 8 years ago
  58. c6c26a4 Complete LWG issue #2016. Allocators must be nothrow swappable by Eric Fiselier · 8 years ago
  59. 8f1e73d Add is_swappable/is_nothrow_swappable traits by Eric Fiselier · 8 years ago
  60. 8d5cbd7 Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE. by Eric Fiselier · 8 years ago
  61. 1350927 Mark P0152R1 as complete. by Eric Fiselier · 8 years ago
  62. 2e37f92 Mark LWG issue 2469 as done. Also simplify try_emplace and insert_or_assign implementations in unordered_map by Eric Fiselier · 8 years ago
  63. 134ff65 Implement LWG issue 2219 - support reference_wrapper in INVOKE by Eric Fiselier · 8 years ago
  64. b952822 Add hash specializations for __int128_t. Fixes LWG issue 2119 by Eric Fiselier · 8 years ago
  65. c325f3d Add tests for LWG issue 2361 by Eric Fiselier · 8 years ago
  66. 91a1565 Fix LWG issue 2345 - Add insert(value_type&&) by Eric Fiselier · 8 years ago
  67. 547d4a0 Update filesystem status by Eric Fiselier · 8 years ago
  68. 735026e Make std::addressof constexpr in C++17 (Clang only). by Eric Fiselier · 8 years ago
  69. e22d9e5 Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof by Marshall Clow · 8 years ago
  70. ed77ffb Implement LWG#2566: Requirements on the first template parameter of container adaptors by Marshall Clow · 8 years ago
  71. fadd1db Revert r263036, it's ABI-breaking. by Nico Weber · 8 years ago
  72. a3f5b39 Update status to mark 2579 complete by Marshall Clow · 8 years ago
  73. ff0b9f5 Implement LWG#2583: There is no way to supply an allocator for basic_string(str, pos) by Marshall Clow · 8 years ago
  74. f532a70 Implement P0272R1: Give 'std::string' a non-const '.data()' member function by Marshall Clow · 8 years ago
  75. f6d6b51 Implement P0253R1: Fixing a design mistake in the searchers interface. by Marshall Clow · 8 years ago
  76. 3e0808e Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary values' for C++17 by Marshall Clow · 8 years ago
  77. 60d223d Update with work items passed in Jacksonville by Marshall Clow · 8 years ago
  78. 72cb14c more status updates by Marshall Clow · 8 years ago
  79. 716030e Update the status of a N4089 and a couple issues by Marshall Clow · 8 years ago
  80. 0f0903b Fix a missing closing tag by Marshall Clow · 8 years ago
  81. 435ccb3 More updates by Marshall Clow · 8 years ago
  82. 54b5f6f More updates by Marshall Clow · 8 years ago
  83. d052c68 More updates; patch for 2583 ready by Marshall Clow · 8 years ago
  84. 62d5d15 Add some status by Marshall Clow · 8 years ago
  85. 15312aa Add some comments by Marshall Clow · 8 years ago
  86. 0e4ed2f Added a (private) status page for the Jacksonville meeting by Marshall Clow · 8 years ago
  87. 73de880 Implement LWG#2385; remove the allocator-aware std::function::assign call. It was useless, and didn't actually *do anything* with the allocator. Now it's gone. On the off chance that someone is mistakenly calling it, it's only gone in C++1z by Marshall Clow · 8 years ago
  88. 7a7960f Implement LWG#2101 'Some transformation types can produce impossible types' Introduced a new (internal) type trait '__is_referenceable' with tests. Use that trait in add_lvalue_reference, add_rvalue_reference and add_pointer. by Marshall Clow · 9 years ago
  89. e9cac66 Mark LWG defect #2367 as complete by Eric Fiselier · 9 years ago
  90. 199bee0 [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-Ballo. by Eric Fiselier · 9 years ago
  91. 5be047d Cleaned up the intro for the TS status page; really need much more info here by Marshall Clow · 9 years ago
  92. a3866e4 Last bit of P0006; mark it as complete by Marshall Clow · 9 years ago
  93. f60d092 Implement P0007: Constant View: A proposal for a std::as_const helper function template. by Marshall Clow · 9 years ago
  94. 7b7c9ec LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Add tests to make sure we meet these requirements. Since we met the stricter ones, no code change needed to meet the looser ones. by Marshall Clow · 9 years ago
  95. fe99a30 Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation (__and_, __or_, and __not_) so that we can use them elsewhere in non-C++17 code - for example, in the LFTS by Marshall Clow · 9 years ago
  96. 98984f2 Mark P0013 as 'in progress' by Marshall Clow · 9 years ago
  97. 3f159e8 Implement P0074: Making owner_less more flexible by Marshall Clow · 9 years ago
  98. 6b6407a Mark LWG#2486 as complete. Eric did this as part of r242959 by Marshall Clow · 9 years ago
  99. fa62fbe Mark LWG#2224 as complete. Wording change only, no code changes required by Marshall Clow · 9 years ago
  100. e9ef988 Implement LWG#2353: std::next is over-constrained by Marshall Clow · 9 years ago