summaryrefslogtreecommitdiff
path: root/libcxx/www/cxx2a_status.html
AgeCommit message (Expand)Author
2019-01-10[libcxx] Reorganize tests since the application of P0602R4Louis Dionne
2018-12-21Implement LWG 3096: path::lexically_relative is confused by trailing slashesEric Fiselier
2018-12-21Implement LWG 3065: Make path operators friends.Eric Fiselier
2018-12-21Implement LWG 3145: file_clock breaks ABI for C++17 implementations.Eric Fiselier
2018-12-21Implement LWG 2936: Path comparison is defined in terms of the generic formatEric Fiselier
2018-12-21Mark two filesystem LWG issues as complete - nothing to doEric Fiselier
2018-12-14Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow
2018-12-03[libcxx] Implement P0318: unwrap_ref_decay and unwrap_referenceLouis Dionne
2018-11-28Implement P0966 - string::reserve should not shrinkMarshall Clow
2018-11-27Implement P1085R2 - Should Span be Regular?. This consists entirely of deletionsMarshall Clow
2018-11-21[libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)Zhihao Yuan
2018-11-20Note that P0899R1 requires no work.Marshall Clow
2018-11-20Mark P0771 as complete; we already did this - I just added tests to be sureMarshall Clow
2018-11-13Mark #2184 as complete; the tests are fine. (I thought that they were wrong b...Marshall Clow
2018-11-13[NFC] Mark LWG3128 and LWG3132 as requiring no workLouis Dionne
2018-11-13Remove duplicate entry for issue 3134Marshall Clow
2018-11-13Update status for issue 3122Marshall Clow
2018-11-13[NFC][libcxx] Mark P1006R1 as completeLouis Dionne
2018-11-13Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Revi...Marshall Clow
2018-11-13[NFC][libcxx] Mark P1006 as implemented in LLVM 8.0Louis Dionne
2018-11-12Update to-do list with new work from WG21 meeting in San DiegoMarshall Clow
2018-09-13Mark LWG#3102 as complete. No code changes, but I updated a test or twoMarshall Clow
2018-09-12Actually mark LWG#2953, don't just say you've done so in r342070Marshall Clow
2018-09-12mark LWG#2953 as complete. No code changes required, but added a couple of ex...Marshall Clow
2018-09-12Implement LWG #3017. list splice functions should use addressofMarshall Clow
2018-08-27Mark P0556 as 'in progress'Marshall Clow
2018-08-02Implement P1023: constexpr comparison operators for std::arrayMarshall Clow
2018-07-25Mark <span> as completeMarshall Clow
2018-07-23Implement filesystem_error::what() and improve reporting.Eric Fiselier
2018-07-05Fix HTML blunderMarshall Clow
2018-07-02Implement LWG 2946, 3075 and 3076. Reviewed as https://reviews.llvm.org/D48616Marshall Clow
2018-06-16Remove P0771, which was not passed in RapperswilMarshall Clow
2018-06-12Update the to-do list with motions from Rapperswil.Marshall Clow
2018-04-06Mark <span> as "In progress"Marshall Clow
2018-04-03Implement P0754R2: The <version> header.Marshall Clow
2018-04-02Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier
2018-03-21Implement LWG3034: P0767R1 breaks previously-standard-layout typesMarshall Clow
2018-03-18Updated C++2a status with changes from Jacksonville WG21 meetingMarshall Clow
2018-03-06Implement P0767R1 - Deprecate PODMarshall Clow
2018-02-06Mark P0777 as completeMarshall Clow
2018-01-31Implement LWG2870: Default value of parameter theta of polar should be dependentMarshall Clow
2018-01-24Implement LWG2783: stack::emplace() and queue::emplace() should return declty...Marshall Clow
2018-01-22Update cxx2a statusMarshall Clow
2018-01-15First part of P0202: Adding constexpr modifiers to functions in <algorithm> a...Marshall Clow
2017-12-04Implement more of P0600: '[[nodiscard]] in the library' for C++2aMarshall Clow
2017-12-04Implement P0457R2: 'String Prefix and Suffix Checking' for c++2aMarshall Clow
2017-11-27Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task.Marshall Clow
2017-11-27Implement LWG#2948: unique_ptr does not define operator<< for stream outputMarshall Clow
2017-11-23Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews....Marshall Clow
2017-11-14Implement LWG2950: std::byte operations are misspecifiedMarshall Clow