summaryrefslogtreecommitdiffstats
path: root/libcxx/www/cxx1z_status.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix LWG#2127: Move-construction with raw_storage_iterator.Marshall Clow2015-10-251-1/+1
| | | | llvm-svn: 251247
* Fix LWG#2244: basic_istream::seekgMarshall Clow2015-10-251-1/+1
| | | | llvm-svn: 251246
* Update C++ status from KonaMarshall Clow2015-10-251-0/+48
| | | | llvm-svn: 251220
* Implement LWG#2063, and update the issues links to point to the github ↵Marshall Clow2015-10-051-62/+62
| | | | | | generated pages llvm-svn: 249325
* Update references to lists.llvm.orgTanya Lattner2015-08-051-2/+2
| | | | llvm-svn: 244003
* Implement n4169 - Add invoke function templateEric Fiselier2015-07-141-1/+1
| | | | llvm-svn: 242195
* Mark LWG2308 as complete; fix link. No code change necessary.Marshall Clow2015-07-141-1/+1
| | | | llvm-svn: 242189
* The rest of N4279 and LWG#2464 - for unordered_mapMarshall Clow2015-07-071-2/+2
| | | | llvm-svn: 241555
* Mark LWG#2420 as complete. Eric did this in r228705.Marshall Clow2015-07-061-1/+1
| | | | llvm-svn: 241491
* Mark N4508, LWG#2407, and LWG#2470 as complete. I don't see that 2470 ↵Marshall Clow2015-06-301-3/+3
| | | | | | requires any changes to the library. llvm-svn: 241111
* Mark LWG#2266 as complete. This is a tightening up the wording; no code ↵Marshall Clow2015-06-301-1/+1
| | | | | | changes required. llvm-svn: 241064
* Mark LWG#2439 as complete. This is a tightening up the wording; no code ↵Marshall Clow2015-06-291-1/+1
| | | | | | changes required. llvm-svn: 241013
* Mark a couple of features as 'in progress'Marshall Clow2015-06-231-2/+2
| | | | llvm-svn: 240456
* LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo.Eric Fiselier2015-06-131-1/+1
| | | | | | | This patch fixes LWG issue 2422 by removing the DECAY_COPY from call once. The review can be found here: http://reviews.llvm.org/D10191 llvm-svn: 239654
* Implement the first part of N4258 - allocator_traits<X>::is_always_equal. ↵Marshall Clow2015-06-021-1/+1
| | | | | | Also fixes PR#23723 llvm-svn: 238848
* Implement uncaught_exceptions() using the newly added hooks in libc++abi, ↵Marshall Clow2015-06-021-1/+1
| | | | | | when available llvm-svn: 238846
* Add N4259 to the list of papers from Lenexa. Update links to point at public ↵Marshall Clow2015-05-271-7/+8
| | | | | | repos. llvm-svn: 238340
* Add tests to ensure that string/vector/array have contiguous iterators - ↵Marshall Clow2015-05-261-1/+1
| | | | | | which they did. Mark N4284 as complete llvm-svn: 238233
* Mark N4366 as complete. libc++ has done this since 2012Marshall Clow2015-05-261-1/+1
| | | | llvm-svn: 238207
* Implement LWG2433: uninitialized_copy()/etc. should tolerate overloaded ↵Marshall Clow2015-05-191-1/+1
| | | | | | operator& llvm-svn: 237699
* Mark N4510 as complete; we already do thisMarshall Clow2015-05-181-2/+2
| | | | llvm-svn: 237638
* Add support for N4389 - std::bool_constantMarshall Clow2015-05-181-1/+1
| | | | llvm-svn: 237636
* Update C++1z status; mark issues 2059,2369,2415,2454 and 2458 as 'complete'. ↵Marshall Clow2015-05-181-5/+5
| | | | | | I have committed patches for all of them llvm-svn: 237606
* Update C++1z status; mark all the issues that require no library change as ↵Marshall Clow2015-05-181-22/+21
| | | | | | 'complete' llvm-svn: 237604
* Update C++1z status with issues and papers from LenexaMarshall Clow2015-05-181-3/+45
| | | | llvm-svn: 237596
* Found a Urbana paper that has library bitsMarshall Clow2015-05-011-1/+2
| | | | llvm-svn: 236356
* Mark LWG#2387 as complete. No code changes neededMarshall Clow2015-04-301-1/+1
| | | | llvm-svn: 236236
* Removed 'complete' from 2408; updated statusMarshall Clow2015-04-281-1/+1
| | | | llvm-svn: 236025
* Update C++17 status; mark issues 2170, 2377, and 2408 as complete. We ↵Marshall Clow2015-04-281-3/+3
| | | | | | already do these; no code changes necessary. llvm-svn: 235992
* Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0'sMarshall Clow2014-12-151-1/+1
| | | | llvm-svn: 224292
* Implement N4280 - 'Non-member size() and more'Marshall Clow2014-11-191-6/+6
| | | | llvm-svn: 222378
* Added entries for bugs 2118 and 2306, which were closed in UrbanaMarshall Clow2014-11-191-0/+2
| | | | llvm-svn: 222361
* Marked LWG 2399 as complete. I committed a test for this earlier today.Marshall Clow2014-11-181-4/+4
| | | | llvm-svn: 222251
* Update status of LWG issues 2340, 2396 and 2401. In all three cases, these ↵Marshall Clow2014-11-181-3/+3
| | | | | | are things that we already do. llvm-svn: 222240
* Implement LWG2400 - 'shared_ptr's get_deleter() should use addressof()', and ↵Marshall Clow2014-11-171-2/+2
| | | | | | add tests. Mark LWG2400 and LWG2404 as complete llvm-svn: 222161
* Implement void_t from N3911. Add a private version for use in the library ↵Marshall Clow2014-11-171-10/+10
| | | | | | before C++1z. Update the 1z status page, marking a bunch of issues that don't require library changes as complete (2129, 2212, 2230, 2233, 2325, 2365, 2376) llvm-svn: 222138
* Fixed a typo in a paper name: 4190 --> N4190Marshall Clow2014-11-111-1/+1
| | | | llvm-svn: 221690
* Update status pages for C++1zMarshall Clow2014-11-101-0/+106
llvm-svn: 221601
OpenPOWER on IntegriCloud