Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix LWG#2127: Move-construction with raw_storage_iterator. | Marshall Clow | 2015-10-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 251247 | |||||
* | Fix LWG#2244: basic_istream::seekg | Marshall Clow | 2015-10-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 251246 | |||||
* | Update C++ status from Kona | Marshall Clow | 2015-10-25 | 1 | -0/+48 | |
| | | | | llvm-svn: 251220 | |||||
* | Implement LWG#2063, and update the issues links to point to the github ↵ | Marshall Clow | 2015-10-05 | 1 | -62/+62 | |
| | | | | | | generated pages llvm-svn: 249325 | |||||
* | Update references to lists.llvm.org | Tanya Lattner | 2015-08-05 | 1 | -2/+2 | |
| | | | | llvm-svn: 244003 | |||||
* | Implement n4169 - Add invoke function template | Eric Fiselier | 2015-07-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 242195 | |||||
* | Mark LWG2308 as complete; fix link. No code change necessary. | Marshall Clow | 2015-07-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 242189 | |||||
* | The rest of N4279 and LWG#2464 - for unordered_map | Marshall Clow | 2015-07-07 | 1 | -2/+2 | |
| | | | | llvm-svn: 241555 | |||||
* | Mark LWG#2420 as complete. Eric did this in r228705. | Marshall Clow | 2015-07-06 | 1 | -1/+1 | |
| | | | | llvm-svn: 241491 | |||||
* | Mark N4508, LWG#2407, and LWG#2470 as complete. I don't see that 2470 ↵ | Marshall Clow | 2015-06-30 | 1 | -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 Clow | 2015-06-30 | 1 | -1/+1 | |
| | | | | | | changes required. llvm-svn: 241064 | |||||
* | Mark LWG#2439 as complete. This is a tightening up the wording; no code ↵ | Marshall Clow | 2015-06-29 | 1 | -1/+1 | |
| | | | | | | changes required. llvm-svn: 241013 | |||||
* | Mark a couple of features as 'in progress' | Marshall Clow | 2015-06-23 | 1 | -2/+2 | |
| | | | | llvm-svn: 240456 | |||||
* | LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo. | Eric Fiselier | 2015-06-13 | 1 | -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 Clow | 2015-06-02 | 1 | -1/+1 | |
| | | | | | | Also fixes PR#23723 llvm-svn: 238848 | |||||
* | Implement uncaught_exceptions() using the newly added hooks in libc++abi, ↵ | Marshall Clow | 2015-06-02 | 1 | -1/+1 | |
| | | | | | | when available llvm-svn: 238846 | |||||
* | Add N4259 to the list of papers from Lenexa. Update links to point at public ↵ | Marshall Clow | 2015-05-27 | 1 | -7/+8 | |
| | | | | | | repos. llvm-svn: 238340 | |||||
* | Add tests to ensure that string/vector/array have contiguous iterators - ↵ | Marshall Clow | 2015-05-26 | 1 | -1/+1 | |
| | | | | | | which they did. Mark N4284 as complete llvm-svn: 238233 | |||||
* | Mark N4366 as complete. libc++ has done this since 2012 | Marshall Clow | 2015-05-26 | 1 | -1/+1 | |
| | | | | llvm-svn: 238207 | |||||
* | Implement LWG2433: uninitialized_copy()/etc. should tolerate overloaded ↵ | Marshall Clow | 2015-05-19 | 1 | -1/+1 | |
| | | | | | | operator& llvm-svn: 237699 | |||||
* | Mark N4510 as complete; we already do this | Marshall Clow | 2015-05-18 | 1 | -2/+2 | |
| | | | | llvm-svn: 237638 | |||||
* | Add support for N4389 - std::bool_constant | Marshall Clow | 2015-05-18 | 1 | -1/+1 | |
| | | | | llvm-svn: 237636 | |||||
* | Update C++1z status; mark issues 2059,2369,2415,2454 and 2458 as 'complete'. ↵ | Marshall Clow | 2015-05-18 | 1 | -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 Clow | 2015-05-18 | 1 | -22/+21 | |
| | | | | | | 'complete' llvm-svn: 237604 | |||||
* | Update C++1z status with issues and papers from Lenexa | Marshall Clow | 2015-05-18 | 1 | -3/+45 | |
| | | | | llvm-svn: 237596 | |||||
* | Found a Urbana paper that has library bits | Marshall Clow | 2015-05-01 | 1 | -1/+2 | |
| | | | | llvm-svn: 236356 | |||||
* | Mark LWG#2387 as complete. No code changes needed | Marshall Clow | 2015-04-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 236236 | |||||
* | Removed 'complete' from 2408; updated status | Marshall Clow | 2015-04-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 236025 | |||||
* | Update C++17 status; mark issues 2170, 2377, and 2408 as complete. We ↵ | Marshall Clow | 2015-04-28 | 1 | -3/+3 | |
| | | | | | | already do these; no code changes necessary. llvm-svn: 235992 | |||||
* | Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0's | Marshall Clow | 2014-12-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 224292 | |||||
* | Implement N4280 - 'Non-member size() and more' | Marshall Clow | 2014-11-19 | 1 | -6/+6 | |
| | | | | llvm-svn: 222378 | |||||
* | Added entries for bugs 2118 and 2306, which were closed in Urbana | Marshall Clow | 2014-11-19 | 1 | -0/+2 | |
| | | | | llvm-svn: 222361 | |||||
* | Marked LWG 2399 as complete. I committed a test for this earlier today. | Marshall Clow | 2014-11-18 | 1 | -4/+4 | |
| | | | | llvm-svn: 222251 | |||||
* | Update status of LWG issues 2340, 2396 and 2401. In all three cases, these ↵ | Marshall Clow | 2014-11-18 | 1 | -3/+3 | |
| | | | | | | are things that we already do. llvm-svn: 222240 | |||||
* | Implement LWG2400 - 'shared_ptr's get_deleter() should use addressof()', and ↵ | Marshall Clow | 2014-11-17 | 1 | -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 Clow | 2014-11-17 | 1 | -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 --> N4190 | Marshall Clow | 2014-11-11 | 1 | -1/+1 | |
| | | | | llvm-svn: 221690 | |||||
* | Update status pages for C++1z | Marshall Clow | 2014-11-10 | 1 | -0/+106 | |
llvm-svn: 221601 |