1. 01eb99a Implement a throwing version of _LIBCPP_ASSERT. by Eric Fiselier · 8 years ago
  2. 046a71b Implement P0435R1 - Resolving LWG issues for common_type by Eric Fiselier · 8 years ago
  3. 6d95982 Recommit r286884: P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. by Eric Fiselier · 8 years ago
  4. b5c2c47 Update status page for variant implementation by Eric Fiselier · 8 years ago
  5. dd74cd2 Mark various <variant> items as complete by Eric Fiselier · 8 years ago
  6. e3cb222 Revert "P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests." by Vedant Kumar · 8 years ago
  7. 506f7fc P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and istream_iterator. No code changes were needed, but I updated a few tests. Also resolved P0509 and P0521, which required no changes to the library or tests. by Marshall Clow · 8 years ago
  8. 3d7c49b Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Contracts' which was adopted last week in Issaquah by Marshall Clow · 8 years ago
  9. 5ec20df Implement P0510 'Make future_error Constructible' adopted in Issaquah by Marshall Clow · 8 years ago
  10. db7fa11 Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last week in Issaquah by Marshall Clow · 8 years ago
  11. 59368dd Update C++1z status with LWG papers from Issaquah. by Marshall Clow · 8 years ago
  12. 496fc7f Update C++1z status with LFTS issues from Issaquah. by Marshall Clow · 8 years ago
  13. d521adc Update C++1z status with C++17 issues from Issaquah. Still to come: LFTS issues and papers by Marshall Clow · 8 years ago
  14. 4414a6a Implement constexpr support for reverse_iterator. Reviewed as https://reviews.llvm.org/D25534 by Marshall Clow · 8 years ago
  15. 2a901da Update LWG 2754 status by Eric Fiselier · 8 years ago
  16. fcdb3f7 Update LWG 2767 and add test case by Eric Fiselier · 8 years ago
  17. 46c0fcb Update status for std::optional LWG issues and fix an optional SFINAE bug by Eric Fiselier · 8 years ago
  18. 846edfb Update issue status for LWG 2744 by Eric Fiselier · 8 years ago
  19. 100a39d Update issue status for LWG 2768 and 2769 by Eric Fiselier · 8 years ago
  20. 6e5869a Update notes for LWG 2678 by Eric Fiselier · 8 years ago
  21. 1e1bbc7 Implement LWG 2712 and update other issues status by Eric Fiselier · 8 years ago
  22. 451f34d Implement LWG 2681 and 2682 by Eric Fiselier · 8 years ago
  23. 8bbf53f Mark LWG 2680 as done by Eric Fiselier · 8 years ago
  24. 25dc5bd Implement LWG 2672. by Eric Fiselier · 8 years ago
  25. 620a9a5 Implement modified LWG 2665 by Eric Fiselier · 8 years ago
  26. 4ca4e50 Implement LWG2664 and update its status by Eric Fiselier · 8 years ago
  27. 9f39437 Update the status of issues by Eric Fiselier · 8 years ago
  28. 426eb5d Update the status of three papers that do not require library changes by Marshall Clow · 8 years ago
  29. e29fb4c Implement http://wg21.link/p0302r1: Removing Allocator Support in std::function. These functions never worked, and as far as I know, no one ever called them. by Marshall Clow · 8 years ago
  30. 508f208 Fix LWG2683 - filesystem::copy() should always clear the user-provided error_code by Eric Fiselier · 8 years ago
  31. 9d97e2b Mark 2777 as complete by Marshall Clow · 8 years ago
  32. 529c61f Update with the rest of the results from the 7-Oct Telecom by Marshall Clow · 8 years ago
  33. bcef974 Updated notes about issues; marked 2062, 2223, 2394, 2460 and 2540 as complete. by Marshall Clow · 8 years ago
  34. 2b6c249 Mark issues 2544, 2567, 2569, 2686 and 2694 as ready/done. by Marshall Clow · 8 years ago
  35. 1a38ecc Mark issues 2514, 2519, 2536 and 2475 as done by Marshall Clow · 8 years ago
  36. 8df21c9 Mark LWG#2679 as complete by Marshall Clow · 8 years ago
  37. 3d19a9d Mark LWG#2358 as done by Marshall Clow · 8 years ago
  38. f257c26 Mark LWG issues 2221, 2556 and 2589 as complete by Marshall Clow · 8 years ago
  39. cc30c0b Mark #2759 as ready and #2755 as complete by Marshall Clow · 8 years ago
  40. 10ff23d Mark #2598 as ready by Marshall Clow · 8 years ago
  41. 8332f9b Mark #2739 as ready by Marshall Clow · 8 years ago
  42. 1770a8c Mark a couple more Issaquah issues as done: 2578 and 2738 by Marshall Clow · 8 years ago
  43. 7d06a50 Mark a couple issues as done (2742 and 2760) by Marshall Clow · 8 years ago
  44. 83050e5 Change titie of page from Oulu to Issaquah by Marshall Clow · 8 years ago
  45. a39b868 List tentatively ready issues for Issaquah by Marshall Clow · 8 years ago
  46. 17c38db Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs. by Eric Fiselier · 8 years ago
  47. 113315b Implement LWG 2711. Constrain path members. by Eric Fiselier · 8 years ago
  48. e739d54 [libcxx] Add std::any by Eric Fiselier · 8 years ago
  49. 1fceb5e Remove *super* old test suite results doc for Linux and Windows. by Eric Fiselier · 8 years ago
  50. 83e9013 Mark LWG 2726 as complete. No code change needed. by Eric Fiselier · 8 years ago
  51. 1c1e91d Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS. by Marshall Clow · 8 years ago
  52. e1445fd Implement the std::pair parts of "Improving pair and tuple". Completes N4387. by Eric Fiselier · 8 years ago
  53. e1a41a9 Implement LWG 2393. Check for LValue-callability. by Eric Fiselier · 8 years ago
  54. 7f630e8 Implement LWG2328. Rvalue stream extraction should perfect forward. by Eric Fiselier · 8 years ago
  55. c672a74 Implement P0040r3: Extending memory management tools by Eric Fiselier · 8 years ago
  56. 2645dbe Implement P0392r0. Integrate filesystem::path and string_view. by Eric Fiselier · 8 years ago
  57. f50841f Mark P0358r1 as complete. It is already implemented by Eric Fiselier · 8 years ago
  58. 4a2b933 Mark P0337r0 as complete. It was already implemented in std::experimental by Eric Fiselier · 8 years ago
  59. 3816ef9 Implement P0084r2. Changing emplace return types. by Eric Fiselier · 8 years ago
  60. 5839fed Implement C++17 tuple bits. Including apply and make_from_tuple. by Eric Fiselier · 8 years ago
  61. 211f9a4 Add more tests for LWG#2582. No code changes needed, just tests. by Marshall Clow · 8 years ago
  62. 3384fa6 mark issue #2422 as complete; this was just a wording clarification by Marshall Clow · 8 years ago
  63. d7a7384 mark issue #2181 as complete; this was just a wording clarification by Marshall Clow · 8 years ago
  64. 6f4713b Put the status in the right column by Marshall Clow · 8 years ago
  65. 683272d Mark P0067 as 'postponed', because it will be revised before the next meeting by Marshall Clow · 8 years ago
  66. 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
  67. 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
  68. 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
  69. 256814f Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already did this, just added tests by Marshall Clow · 8 years ago
  70. f0419f1 Implement LWG#2596: 'vector::data() should use addressof' by Marshall Clow · 8 years ago
  71. ca89450 Implement LWG#2441: 'Exact-width atomic typedefs should be provided' by Marshall Clow · 8 years ago
  72. 0c99f18 Implement LWG#2436: 'Comparators for associative containers should always be CopyConstructible' by Marshall Clow · 8 years ago
  73. 3e9545e Update status of already completed Oulu issues. by Eric Fiselier · 8 years ago
  74. 05d5c05 Use WG21.link reflector to get to issues, rather than linking directly by Marshall Clow · 8 years ago
  75. 01ac037 Updated C++1Z status page with new work from Oulu WG21 meeting by Marshall Clow · 8 years ago
  76. 871506f Fix bad link for P0006 by Marshall Clow · 8 years ago
  77. abd892a Implement LWG 2488 - Make the placeholders constexpr. by Eric Fiselier · 8 years ago
  78. fe6d50f Implement LWG issue 1169. num_get not fully compatible with strto* by Eric Fiselier · 8 years ago
  79. 841798c Update status of filesystem issues, and add tests for LWG issue 2683 by Eric Fiselier · 8 years ago
  80. 6e9a694 Add Filesystem TS -- Complete by Eric Fiselier · 8 years ago
  81. 10b52a0 Implement variadic lock_guard. by Eric Fiselier · 8 years ago
  82. 94f5dfc Two more issues w/patches by Marshall Clow · 8 years ago
  83. f486825 Add notes for 2688 by Marshall Clow · 8 years ago
  84. 9e65b66 Mark 2441 as ready by Marshall Clow · 8 years ago
  85. a5d22d5 Patch ready for #2436 by Marshall Clow · 8 years ago
  86. a8054c3 Added notes for a bunch of the issues by Marshall Clow · 8 years ago
  87. 0f3f60f Added notes about the issues for Oulu by Marshall Clow · 8 years ago
  88. 03b9c6b Mark LWG issue 2545 as complete. Add extra tests by Eric Fiselier · 8 years ago
  89. a2cc95e Mark LWG issue 2218 as complete. by Eric Fiselier · 8 years ago
  90. f1dbeb4 Mark LWG issue 2336 as complete. There is nothing to do. by Eric Fiselier · 8 years ago
  91. e98bd2a Mark LWG issue 2250 as complete by Eric Fiselier · 8 years ago
  92. 400d356 Mark LWG issue 2450 as complete. by Eric Fiselier · 8 years ago
  93. d256280 Update libcxx.llvm.org documentation by linking to new docs. by Eric Fiselier · 8 years ago
  94. c230822 Add C++17 std::not_fn negator. by Eric Fiselier · 8 years ago
  95. 18e1ea6 Implement P0033R1 - Re-enabling shared_from_this by Eric Fiselier · 8 years ago
  96. 6cec342 Issues for Oulu by Marshall Clow · 8 years ago
  97. 8a8c114 Mark LWG issue 2520 as complete by Eric Fiselier · 8 years ago
  98. b169bb0 Mark LWG issue 2276 as complete. Add _LIBCPP_ASSERTS for it by Eric Fiselier · 8 years ago
  99. 7883d02 Mark LWG issue 2537 as complete by Eric Fiselier · 8 years ago
  100. 7d1c44c Mark LWG issue #2585 as complete by Eric Fiselier · 8 years ago