summaryrefslogtreecommitdiffstats
path: root/libcxx/www/cxx1z_status.html
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807Louis Dionne2019-04-031-1/+1
* Mark several issues (and one paper) as complete. Reviewed as D58099; but I ad...Marshall Clow2019-02-261-3/+3
* Adjust documentation for git migration.James Y Knight2019-01-291-2/+1
* [NFC] Replace C++1y and C++1z by C++14 and C++17, respectivelyLouis Dionne2018-10-311-3/+3
* [NFC] Mark "Splicing Maps and Sets" as done in LLVM 8.0Louis Dionne2018-10-311-1/+1
* Revert "Implement LWG 2221 - No formatted output operator for nullptr."Volodymyr Sapsai2018-09-191-2/+2
* Implement LWG 2221 - No formatted output operator for nullptr. Reviewed as ht...Marshall Clow2018-09-191-2/+2
* Mark LWG#2260 as complete. We already did the right thing, so I just added te...Marshall Clow2018-08-031-2/+2
* Final bit of P0063 - make sure that aligned_alloc is available when the under...Marshall Clow2018-07-311-4/+4
* Correctly mark the Filesystem status as complete.Eric Fiselier2018-07-271-2/+2
* Implement <filesystem>Eric Fiselier2018-07-271-2/+2
* [libc++] Implement Directory Entry Caching -- Sort of.Eric Fiselier2018-07-201-1/+1
* Mark more bits of P0433 as complete.Marshall Clow2018-05-231-2/+2
* Implement P0430R2 - File system library on non-POSIX systems.Eric Fiselier2018-04-021-1/+1
* Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier2018-04-021-2/+2
* Implement LWG#2518 - Non-member swap for propagate_const should call member swapMarshall Clow2018-03-081-2/+2
* Implement LWG 2835 - fix <tgmath.h>Marshall Clow2018-02-121-1/+1
* Implement LWG#2908 - The less-than operator for shared pointers could do more...Marshall Clow2018-02-121-3/+3
* Implement deduction guide for basic_string as described in P0433Marshall Clow2018-02-081-2/+3
* Mark 2903 as complete; we already do thisMarshall Clow2018-01-251-2/+2
* Mark LWG2824 as complete. We already did it, but I added a test to be sureMarshall Clow2018-01-031-2/+2
* Mark issue #2866 as "nothing to do"Marshall Clow2018-01-031-2/+2
* Implement p0258r2: has_unique_object_representationsMarshall Clow2018-01-031-2/+2
* A couple more inlined variables that I missed the first timeMarshall Clow2018-01-021-1/+1
* Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow2018-01-021-1/+3
* Add issue 2587, which was missedMarshall Clow2017-12-051-0/+1
* Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task.Marshall Clow2017-11-271-1/+1
* Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144Marshall Clow2017-11-221-0/+1
* [libcxx] [www] Manually change http links to https.Stephan T. Lavavej2017-08-311-6/+6
* [libcxx] [www] Semi-manually change http://www.open-std.org and http://isocpp...Stephan T. Lavavej2017-08-311-24/+24
* [libcxx] [www] Change http://wg21.link to https://wg21.link .Stephan T. Lavavej2017-08-311-390/+390
* Implement P0739R0: 'Some improvements to class template argument deduction in...Marshall Clow2017-07-271-2/+4
* Update libc++ status pages with results of the Toronto Meeting - and for C++2aMarshall Clow2017-07-161-0/+8
* Mark LWG 2904 as complete.Michael Park2017-06-071-2/+2
* Mark LWG#2900 as complete - we already do this, and I checked the tests in a ...Marshall Clow2017-05-251-2/+2
* Fix broken links on C++1z status pageEric Fiselier2017-05-251-5/+5
* Implement LWG#2790: Remove istreambuf_iterator::operator->. It never did anyt...Marshall Clow2017-05-231-2/+2
* Mark LWG#2782 as complete. No functionality change; we already do this. Just ...Marshall Clow2017-05-111-1/+1
* Mark LWG#2850 as complete. No functionality change; we had tests that covered...Marshall Clow2017-05-111-1/+1
* Mark LWG#2796 as complete. No functionality change; we had tests that covered...Marshall Clow2017-05-111-2/+2
* Implement LWG 2591 - Patch from K-BalloEric Fiselier2017-05-101-1/+1
* Mark LWG#2788 as complete - we already do thisMarshall Clow2017-04-181-1/+1
* Mark LWG#2853 as complete. No code changes required, but added a couple of ex...Marshall Clow2017-04-171-2/+2
* Overhaul unique_ptr - Implement LWG 2801, 2905, 2520.Eric Fiselier2017-04-161-2/+2
* Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft.Eric Fiselier2017-04-151-1/+1
* Implement LWG#2855 - made easy by previous refactoringMarshall Clow2017-04-131-2/+2
* [libc++] Implement LWG 2911 - add an is_aggregate type-traitEric Fiselier2017-04-121-1/+1
* Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' Th...Marshall Clow2017-04-111-2/+2
* Mark P0599 as complete. It was implemented in r298573Marshall Clow2017-04-111-2/+2
* Fix LWG 2934 - optional<const T> doesn't compare with TEric Fiselier2017-03-301-1/+1
OpenPOWER on IntegriCloud