1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. ea76b44 Mark LWG2583 as complete. I did this a while ago, and forgot to update the table. by Marshall Clow · 8 years ago
  3. d8fc1ec Implement LWG2576: istream_iterator and ostream_iterator should use std::addressof by Marshall Clow · 8 years ago
  4. 2c15439 Implement P0030R1: Introduce a 3-Argument Overload to std::hypot by Marshall Clow · 8 years ago
  5. 1354c94 Update TS implementation status page by Eric Fiselier · 8 years ago
  6. df46b78 Fix LWG issue #2106: move_iterators returning prvalues by Eric Fiselier · 8 years ago
  7. c6c26a4 Complete LWG issue #2016. Allocators must be nothrow swappable by Eric Fiselier · 8 years ago
  8. 8f1e73d Add is_swappable/is_nothrow_swappable traits by Eric Fiselier · 8 years ago
  9. 8d5cbd7 Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE. by Eric Fiselier · 8 years ago
  10. 1350927 Mark P0152R1 as complete. by Eric Fiselier · 8 years ago
  11. 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
  12. 134ff65 Implement LWG issue 2219 - support reference_wrapper in INVOKE by Eric Fiselier · 8 years ago
  13. b952822 Add hash specializations for __int128_t. Fixes LWG issue 2119 by Eric Fiselier · 8 years ago
  14. c325f3d Add tests for LWG issue 2361 by Eric Fiselier · 8 years ago
  15. 91a1565 Fix LWG issue 2345 - Add insert(value_type&&) by Eric Fiselier · 8 years ago
  16. 547d4a0 Update filesystem status by Eric Fiselier · 8 years ago
  17. 735026e Make std::addressof constexpr in C++17 (Clang only). by Eric Fiselier · 8 years ago
  18. e22d9e5 Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof by Marshall Clow · 8 years ago
  19. ed77ffb Implement LWG#2566: Requirements on the first template parameter of container adaptors by Marshall Clow · 8 years ago
  20. fadd1db Revert r263036, it's ABI-breaking. by Nico Weber · 8 years ago
  21. a3f5b39 Update status to mark 2579 complete by Marshall Clow · 8 years ago
  22. ff0b9f5 Implement LWG#2583: There is no way to supply an allocator for basic_string(str, pos) by Marshall Clow · 8 years ago
  23. f532a70 Implement P0272R1: Give 'std::string' a non-const '.data()' member function by Marshall Clow · 8 years ago
  24. f6d6b51 Implement P0253R1: Fixing a design mistake in the searchers interface. by Marshall Clow · 8 years ago
  25. 3e0808e Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary values' for C++17 by Marshall Clow · 8 years ago
  26. 60d223d Update with work items passed in Jacksonville by Marshall Clow · 8 years ago
  27. 72cb14c more status updates by Marshall Clow · 8 years ago
  28. 716030e Update the status of a N4089 and a couple issues by Marshall Clow · 8 years ago
  29. 0f0903b Fix a missing closing tag by Marshall Clow · 8 years ago
  30. 435ccb3 More updates by Marshall Clow · 8 years ago
  31. 54b5f6f More updates by Marshall Clow · 8 years ago
  32. d052c68 More updates; patch for 2583 ready by Marshall Clow · 8 years ago
  33. 62d5d15 Add some status by Marshall Clow · 8 years ago
  34. 15312aa Add some comments by Marshall Clow · 8 years ago
  35. 0e4ed2f Added a (private) status page for the Jacksonville meeting by Marshall Clow · 8 years ago
  36. 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
  37. 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
  38. e9cac66 Mark LWG defect #2367 as complete by Eric Fiselier · 9 years ago
  39. 199bee0 [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-Ballo. by Eric Fiselier · 9 years ago
  40. 5be047d Cleaned up the intro for the TS status page; really need much more info here by Marshall Clow · 9 years ago
  41. a3866e4 Last bit of P0006; mark it as complete by Marshall Clow · 9 years ago
  42. f60d092 Implement P0007: Constant View: A proposal for a std::as_const helper function template. by Marshall Clow · 9 years ago
  43. 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
  44. 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
  45. 98984f2 Mark P0013 as 'in progress' by Marshall Clow · 9 years ago
  46. 3f159e8 Implement P0074: Making owner_less more flexible by Marshall Clow · 9 years ago
  47. 6b6407a Mark LWG#2486 as complete. Eric did this as part of r242959 by Marshall Clow · 9 years ago
  48. fa62fbe Mark LWG#2224 as complete. Wording change only, no code changes required by Marshall Clow · 9 years ago
  49. e9ef988 Implement LWG#2353: std::next is over-constrained by Marshall Clow · 9 years ago
  50. 970a9e5 Mark LWG issue #2234. We already do this; no code change needed by Marshall Clow · 9 years ago
  51. 223df2e Implement P0092R1 for C++1z by Marshall Clow · 9 years ago
  52. 8aadda9 Implement P0004R1 'Remove Deprecated iostreams aliases' by Marshall Clow · 9 years ago
  53. 0cff231 Mark two Kona papers as 'in progress' by Marshall Clow · 9 years ago
  54. 28ce1c8 Mark LWG#2495 as complete. No code changes needed by Marshall Clow · 9 years ago
  55. fb7b97c Fix LWG#2489: mem_fn() should be noexcept by Marshall Clow · 9 years ago
  56. 88fa03a Add a test for LWG#2466: allocator_traits::max_size() default behavior is incorrect by Marshall Clow · 9 years ago
  57. 332ab91 Fix LWG#2127: Move-construction with raw_storage_iterator. by Marshall Clow · 9 years ago
  58. dbef2bb Fix LWG#2244: basic_istream::seekg by Marshall Clow · 9 years ago
  59. fd33deb Update C++ status from Kona by Marshall Clow · 9 years ago
  60. 89c7ec3 Update issues status by Eric Fiselier · 9 years ago
  61. d1e2a83 Link to new documentation from existing homepage by Eric Fiselier · 9 years ago
  62. 218d017 Mark 2447 and 2466 as completed. by Marshall Clow · 9 years ago
  63. d20ca91 Mark 2244 as 'Patch Ready', 2477 and 2487 as 'Complete' by Marshall Clow · 9 years ago
  64. d2a59ae Updated issue 2476 by Marshall Clow · 9 years ago
  65. d06b33e Add comments for LWG issues 2219 and 2367 by Eric Fiselier · 9 years ago
  66. 2d2757f Mark 2259 and 2473 as complete. Add some more notes by Marshall Clow · 9 years ago
  67. 0d2d92e Mark 2380 and 2384 as complete; no changes needed by Marshall Clow · 9 years ago
  68. fa8c649 Patch for 2466 is ready by Marshall Clow · 9 years ago
  69. f956599 Mark a couple more issues 'ready' by Marshall Clow · 9 years ago
  70. 960bd0c Mark 2072 as complete; we already do this by Marshall Clow · 9 years ago
  71. f8941c1 Patch ready for 2127 by Marshall Clow · 9 years ago
  72. 74a6450 Add comments about the issues by Marshall Clow · 9 years ago
  73. 6f287e9 Private page for status of Kona issues and papers. Will be deleted after the Kona meeting. Not to be linked to from other pages. by Marshall Clow · 9 years ago
  74. 7ed093b Implement LWG#2063, and update the issues links to point to the github generated pages by Marshall Clow · 9 years ago
  75. af9a44f Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS. by Marshall Clow · 9 years ago
  76. bed1d91 Update some links so that they don't point at the (private) WG21 Wiki by Marshall Clow · 9 years ago
  77. d08dbfc Update references to lists.llvm.org by Tanya Lattner · 9 years ago
  78. 65a1d45 Mark any as done and comment out extra methods until speaking to Marshall by Eric Fiselier · 9 years ago
  79. eb6e2ea Reapply working parts of CMake cleanup. by Eric Fiselier · 9 years ago
  80. 5514d36 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 9 years ago
  81. d74dee9 Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 9 years ago
  82. aa9b5e3 Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 9 years ago
  83. 91eeba8 [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 9 years ago
  84. 40766f7 Update the status of the TS'es by Marshall Clow · 9 years ago
  85. 22dff53 Implement n4169 - Add invoke function template by Eric Fiselier · 9 years ago
  86. 9267917 Mark LWG2308 as complete; fix link. No code change necessary. by Marshall Clow · 9 years ago
  87. 0ce05a9 The rest of N4279 and LWG#2464 - for unordered_map by Marshall Clow · 9 years ago
  88. 0c5dd15 Mark LWG#2420 as complete. Eric did this in r228705. by Marshall Clow · 9 years ago
  89. 5a426e5 Mark N4508, LWG#2407, and LWG#2470 as complete. I don't see that 2470 requires any changes to the library. by Marshall Clow · 9 years ago
  90. f3c8fb2 Mark LWG#2266 as complete. This is a tightening up the wording; no code changes required. by Marshall Clow · 9 years ago
  91. 715339a Mark LWG#2439 as complete. This is a tightening up the wording; no code changes required. by Marshall Clow · 9 years ago
  92. 4428584 Mark a couple of features as 'in progress' by Marshall Clow · 9 years ago
  93. bc1e44d LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo. by Eric Fiselier · 9 years ago
  94. f0324bc Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Also fixes PR#23723 by Marshall Clow · 9 years ago
  95. 8731c5d Implement uncaught_exceptions() using the newly added hooks in libc++abi, when available by Marshall Clow · 9 years ago
  96. 14c616a Add N4259 to the list of papers from Lenexa. Update links to point at public repos. by Marshall Clow · 9 years ago
  97. b5b6692 Add tests to ensure that string/vector/array have contiguous iterators - which they did. Mark N4284 as complete by Marshall Clow · 9 years ago
  98. ecec10e Mark N4366 as complete. libc++ has done this since 2012 by Marshall Clow · 9 years ago
  99. 5dce73d Implement LWG2433: uninitialized_copy()/etc. should tolerate overloaded operator& by Marshall Clow · 9 years ago
  100. e7b12e3 Mark N4510 as complete; we already do this by Marshall Clow · 9 years ago