Marshall Clow
|
8f6293b39e
|
Implement more of P0600: '[[nodiscard]] in the library' for C++2a
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@319710 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-12-04 23:03:42 +00:00 |
|
Marshall Clow
|
46b4ad5400
|
Implement P0457R2: 'String Prefix and Suffix Checking' for c++2a
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@319687 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-12-04 20:11:38 +00:00 |
|
Marshall Clow
|
14ff89947c
|
Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@319080 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-11-27 19:43:28 +00:00 |
|
Marshall Clow
|
b25029437e
|
Implement LWG#2948: unique_ptr does not define operator<< for stream output
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@319038 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-11-27 15:51:36 +00:00 |
|
Marshall Clow
|
0140bb8196
|
Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews.llvm.org/D40379
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318919 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-11-23 14:50:56 +00:00 |
|
Marshall Clow
|
52728778fa
|
Implement LWG2950: std::byte operations are misspecified
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318125 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-11-14 01:14:53 +00:00 |
|
Marshall Clow
|
e1cfe7a7f6
|
Implement LWG2952: iterator_traits should work for pointers to cv T
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318119 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-11-14 00:03:10 +00:00 |
|
Marshall Clow
|
928f2866ec
|
Put the status in the wrong column
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318012 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-11-13 04:15:39 +00:00 |
|
Marshall Clow
|
edd7e051d4
|
Implement P0550R2: Transformation Trait remove_cvref
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318011 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-11-13 03:59:22 +00:00 |
|
Marshall Clow
|
7513814cb6
|
Two more papers from Albuquerque
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318000 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-11-12 18:52:16 +00:00 |
|
Marshall Clow
|
55eda5dfcc
|
Updated C++2a status page with new features/defects approved in Albuquerque.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@317996 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-11-12 18:48:42 +00:00 |
|
Marshall Clow
|
e3853bfecd
|
Mark Endian as 'in progress'
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@317209 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-11-02 14:53:08 +00:00 |
|
Stephan T. Lavavej
|
f966d3f5c4
|
[libcxx] [www] Manually change http links to https.
Fixes D37318.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@312260 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-08-31 17:59:42 +00:00 |
|
Stephan T. Lavavej
|
1e708af617
|
[libcxx] [www] Semi-manually change http://www.open-std.org and http://isocpp.org papers to https://wg21.link .
Fixes D37318.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@312259 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-08-31 17:59:39 +00:00 |
|
Stephan T. Lavavej
|
819264f0ff
|
[libcxx] [www] Change http://wg21.link to https://wg21.link .
Fixes D37318.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@312257 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-08-31 17:59:33 +00:00 |
|
Eric Fiselier
|
4876a73b0a
|
Mark LWG 2942 as complete
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@309528 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-07-30 22:28:08 +00:00 |
|
Eric Fiselier
|
923850ddb2
|
Mark LWG 2961 as complete
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@309527 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-07-30 22:16:30 +00:00 |
|
Marshall Clow
|
f226a28d61
|
Implement P0739R0: 'Some improvements to class template argument deduction integration into the standard library' This is an API change (not ABI change) due to a late change in the c++17 standard
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@309296 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-07-27 17:44:03 +00:00 |
|
Marshall Clow
|
893ac44f2a
|
Update libc++ status pages with results of the Toronto Meeting - and for C++2a
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@308153 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-07-16 23:59:23 +00:00 |
|