Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | P0503R0, adopted in Issaquah, rewords some requirements on nullptr_t and ↵ | Marshall Clow | 2016-11-14 | 1 | -3/+3 | |
| | | | | | | 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. llvm-svn: 286884 | |||||
* | Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide ↵ | Marshall Clow | 2016-11-14 | 1 | -1/+1 | |
| | | | | | | Contracts' which was adopted last week in Issaquah llvm-svn: 286877 | |||||
* | Implement P0510 'Make future_error Constructible' adopted in Issaquah | Marshall Clow | 2016-11-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 286864 | |||||
* | Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted ↵ | Marshall Clow | 2016-11-14 | 1 | -6/+6 | |
| | | | | | | last week in Issaquah llvm-svn: 286858 | |||||
* | Update C++1z status with LWG papers from Issaquah. | Marshall Clow | 2016-11-14 | 1 | -3/+23 | |
| | | | | llvm-svn: 286835 | |||||
* | Update C++1z status with LFTS issues from Issaquah. | Marshall Clow | 2016-11-14 | 1 | -0/+6 | |
| | | | | llvm-svn: 286834 | |||||
* | Update C++1z status with C++17 issues from Issaquah. Still to come: LFTS ↵ | Marshall Clow | 2016-11-14 | 1 | -1/+73 | |
| | | | | | | issues and papers llvm-svn: 286828 | |||||
* | Implement constexpr support for reverse_iterator. Reviewed as ↵ | Marshall Clow | 2016-10-19 | 1 | -1/+1 | |
| | | | | | | https://reviews.llvm.org/D25534 llvm-svn: 284602 | |||||
* | Update LWG 2754 status | Eric Fiselier | 2016-10-16 | 1 | -2/+2 | |
| | | | | llvm-svn: 284326 | |||||
* | Update LWG 2767 and add test case | Eric Fiselier | 2016-10-16 | 1 | -2/+2 | |
| | | | | llvm-svn: 284324 | |||||
* | Update status for std::optional LWG issues and fix an optional SFINAE bug | Eric Fiselier | 2016-10-16 | 1 | -8/+8 | |
| | | | | llvm-svn: 284323 | |||||
* | Update issue status for LWG 2744 | Eric Fiselier | 2016-10-16 | 1 | -2/+2 | |
| | | | | llvm-svn: 284322 | |||||
* | Update issue status for LWG 2768 and 2769 | Eric Fiselier | 2016-10-16 | 1 | -4/+6 | |
| | | | | llvm-svn: 284321 | |||||
* | Update notes for LWG 2678 | Eric Fiselier | 2016-10-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 284319 | |||||
* | Implement LWG 2712 and update other issues status | Eric Fiselier | 2016-10-16 | 1 | -6/+6 | |
| | | | | llvm-svn: 284318 | |||||
* | Implement LWG 2681 and 2682 | Eric Fiselier | 2016-10-16 | 1 | -4/+4 | |
| | | | | llvm-svn: 284316 | |||||
* | Mark LWG 2680 as done | Eric Fiselier | 2016-10-15 | 1 | -2/+2 | |
| | | | | llvm-svn: 284315 | |||||
* | Implement LWG 2672. | Eric Fiselier | 2016-10-15 | 1 | -2/+2 | |
| | | | | llvm-svn: 284314 | |||||
* | Implement modified LWG 2665 | Eric Fiselier | 2016-10-15 | 1 | -2/+2 | |
| | | | | llvm-svn: 284313 | |||||
* | Implement LWG2664 and update its status | Eric Fiselier | 2016-10-15 | 1 | -2/+2 | |
| | | | | llvm-svn: 284310 | |||||
* | Update the status of issues | Eric Fiselier | 2016-10-15 | 1 | -2/+2 | |
| | | | | llvm-svn: 284309 | |||||
* | Update the status of three papers that do not require library changes | Marshall Clow | 2016-10-13 | 1 | -3/+5 | |
| | | | | llvm-svn: 284165 | |||||
* | Implement http://wg21.link/p0302r1: Removing Allocator Support in ↵ | Marshall Clow | 2016-10-13 | 1 | -2/+2 | |
| | | | | | | std::function. These functions never worked, and as far as I know, no one ever called them. llvm-svn: 284164 | |||||
* | Fix LWG2683 - filesystem::copy() should always clear the user-provided ↵ | Eric Fiselier | 2016-10-11 | 1 | -1/+1 | |
| | | | | | | error_code llvm-svn: 283951 | |||||
* | Mark 2777 as complete | Marshall Clow | 2016-10-10 | 1 | -2/+2 | |
| | | | | llvm-svn: 283804 | |||||
* | Update with the rest of the results from the 7-Oct Telecom | Marshall Clow | 2016-10-10 | 1 | -6/+14 | |
| | | | | llvm-svn: 283799 | |||||
* | Updated notes about issues; marked 2062, 2223, 2394, 2460 and 2540 as complete. | Marshall Clow | 2016-10-10 | 1 | -33/+33 | |
| | | | | llvm-svn: 283781 | |||||
* | Mark issues 2544, 2567, 2569, 2686 and 2694 as ready/done. | Marshall Clow | 2016-10-10 | 1 | -20/+20 | |
| | | | | llvm-svn: 283752 | |||||
* | Mark issues 2514, 2519, 2536 and 2475 as done | Marshall Clow | 2016-10-06 | 1 | -10/+10 | |
| | | | | llvm-svn: 283452 | |||||
* | Mark LWG#2679 as complete | Marshall Clow | 2016-10-05 | 1 | -2/+2 | |
| | | | | llvm-svn: 283356 | |||||
* | Mark LWG#2358 as done | Marshall Clow | 2016-10-05 | 1 | -2/+2 | |
| | | | | llvm-svn: 283341 | |||||
* | Mark LWG issues 2221, 2556 and 2589 as complete | Marshall Clow | 2016-10-05 | 1 | -7/+7 | |
| | | | | llvm-svn: 283325 | |||||
* | Mark #2759 as ready and #2755 as complete | Marshall Clow | 2016-10-04 | 1 | -5/+5 | |
| | | | | llvm-svn: 283222 | |||||
* | Mark #2598 as ready | Marshall Clow | 2016-10-04 | 1 | -2/+2 | |
| | | | | llvm-svn: 283220 | |||||
* | Mark #2739 as ready | Marshall Clow | 2016-10-04 | 1 | -3/+3 | |
| | | | | llvm-svn: 283218 | |||||
* | Mark a couple more Issaquah issues as done: 2578 and 2738 | Marshall Clow | 2016-10-03 | 1 | -4/+4 | |
| | | | | llvm-svn: 283163 | |||||
* | Mark a couple issues as done (2742 and 2760) | Marshall Clow | 2016-10-03 | 1 | -4/+4 | |
| | | | | llvm-svn: 283124 | |||||
* | Change titie of page from Oulu to Issaquah | Marshall Clow | 2016-10-03 | 1 | -2/+2 | |
| | | | | llvm-svn: 283113 | |||||
* | List tentatively ready issues for Issaquah | Marshall Clow | 2016-10-03 | 1 | -67/+141 | |
| | | | | llvm-svn: 283112 | |||||
* | Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs. | Eric Fiselier | 2016-08-28 | 1 | -1/+1 | |
| | | | | | | | | | | | Libc++'s implementation of shuffle and sample already support lvalue and rvalue RNG's. This patch adds tests for both categories and marks the issue as complete. This patch also contains drive-by change for std::experimental::sample which improves the diagnostics produced when the correct iterator categories are not supplied. llvm-svn: 279947 | |||||
* | Implement LWG 2711. Constrain path members. | Eric Fiselier | 2016-08-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 279945 | |||||
* | [libcxx] Add std::any | Eric Fiselier | 2016-08-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | Summary: This patch adds std::any by moving/adapting <experimental/any>. This patch also implements the std::any parts of p0032r3 (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0032r3.pdf) and LWG 2509 (http://cplusplus.github.io/LWG/lwg-defects.html#2509). I plan to push it in a day or two if there are no comments. Reviewers: mclow.lists, EricWF Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D22733 llvm-svn: 278310 | |||||
* | Remove *super* old test suite results doc for Linux and Windows. | Eric Fiselier | 2016-08-09 | 3 | -1005/+0 | |
| | | | | | | | | | Neither of these results files has been update in years. Linux now has a dozen or so buildbots tracking it and the Windows results are no longer relevant. I plan on looking into getting a Windows buildbot going using Appveyor in the coming days. llvm-svn: 278087 | |||||
* | Mark LWG 2726 as complete. No code change needed. | Eric Fiselier | 2016-08-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 277964 | |||||
* | Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS. | Marshall Clow | 2016-07-26 | 1 | -3/+3 | |
| | | | | llvm-svn: 276751 | |||||
* | Implement the std::pair parts of "Improving pair and tuple". Completes N4387. | Eric Fiselier | 2016-07-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 276605 | |||||
* | Implement LWG 2393. Check for LValue-callability. | Eric Fiselier | 2016-07-24 | 1 | -1/+1 | |
| | | | | llvm-svn: 276546 | |||||
* | Implement LWG2328. Rvalue stream extraction should perfect forward. | Eric Fiselier | 2016-07-24 | 1 | -1/+1 | |
| | | | | llvm-svn: 276545 | |||||
* | Implement P0040r3: Extending memory management tools | Eric Fiselier | 2016-07-24 | 1 | -1/+1 | |
| | | | | llvm-svn: 276544 | |||||
* | Implement P0392r0. Integrate filesystem::path and string_view. | Eric Fiselier | 2016-07-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 276511 |