summaryrefslogtreecommitdiffstats
path: root/libcxx/www
Commit message (Expand)AuthorAgeFilesLines
* Update linux test resultsEric Fiselier2014-08-181-81/+492
* [libcxx] Add list of currently known buildbots to libc++ homepageEric Fiselier2014-08-181-0/+19
* Update libc++ docs to include instructions for LIT.Dan Albert2014-08-111-80/+133
* Adding ABI information to linux test resultsEric Fiselier2014-08-011-0/+1
* Update information about compiler used during linux tests and reformat run in...Eric Fiselier2014-08-011-5/+10
* Update linux test results fileEric Fiselier2014-08-011-39/+13
* [libcxx] Add <experimental/utility> header for LFTS. Eric Fiselier2014-07-171-1/+1
* Fixed damaged row in issues table; thanks to STL for the catchMarshall Clow2014-06-091-1/+1
* Add a note about debug mode being non-functionalMarshall Clow2014-06-041-0/+6
* First cut at a post c++14 status pageMarshall Clow2014-06-022-0/+91
* Removed 'sized deallocation' from C++14 status page since it turned out to re...Marshall Clow2014-04-072-2/+1
* Add a section about reporting bugs and contributing patchesMarshall Clow2014-04-031-0/+17
* Reword C++14 status to match C++11 statusMarshall Clow2014-04-031-1/+1
* Mark C++14 status as 'complete'Marshall Clow2014-04-031-3/+2
* Implement LWG issue #2135. If something goes wrong in condition_variable::wai...Marshall Clow2014-03-261-1/+1
* Mark LWG issues #2075 and #2142 as complete. 2142 was a change to the standardMarshall Clow2014-03-251-3/+3
* Add a test to make sure we're doing the right thing for throwing exceptions f...Marshall Clow2014-03-241-1/+1
* Mark LWG Issue #2288 as complete. This was wording cleanup, no code changes r...Marshall Clow2014-03-241-3/+3
* Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer2014-03-171-1/+1
* Remove Issue #2235 from the Chicago section. The resolution was approved in B...Marshall Clow2014-03-151-1/+0
* Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note ...Marshall Clow2014-03-111-1/+1
* Mark LWG #2314. 'apply() should return decltype(auto) and use decay_t before ...Marshall Clow2014-03-111-1/+1
* Final bit for LWG #2263; test different allocator pointer types. Note that li...Marshall Clow2014-03-111-1/+1
* Add tests for LWG issue #2356. Stability of erasure in unordered associative ...Marshall Clow2014-03-101-1/+1
* Mark issues #2357 (wording changes in the standard, no functionality change) ...Marshall Clow2014-03-101-2/+2
* Update status for LWG 2193 and 2344.Marshall Clow2014-03-071-3/+3
* Implement LWG #2212: std::is_final. This requires compiler support, which mod...Marshall Clow2014-03-051-2/+2
* Update synposis in <memory> to show move semantics for weak_ptr; add tests fo...Marshall Clow2014-03-051-4/+4
* Fix issue number error; 2141 --> 2291 and mark it as completeMarshall Clow2014-03-041-1/+1
* Add a SG1 paper and some SG1 issues that affect the library to the task list.Marshall Clow2014-03-041-3/+8
* Apply David Majnemer's patch updating the links to the papers from Chicago an...Marshall Clow2014-03-041-4/+4
* Mark issues #2240 (wording only) and #2268 (revision 202876) as complete.Marshall Clow2014-03-041-2/+2
* Implement LWG 2324: Insert iterator constructors should use addressof(). Add ...Marshall Clow2014-03-031-2/+2
* Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tu...Marshall Clow2014-03-031-1/+1
* Implement LWG Issue #2285 - make_reverse_iterator. Also mark issues #1450 and...Marshall Clow2014-03-031-6/+6
* More LWG issues. Mark #2182, #2323 and #2213 as complete. Add a test for #233...Marshall Clow2014-02-271-4/+4
* LWG issue #2188: Reverse iterator does not fully support targets that overloa...Marshall Clow2014-02-271-3/+3
* Implement LWG issue 2306: match_results::reference should be value_type&, not...Marshall Clow2014-02-261-1/+1
* Mark LWG issue 2299 as complete. No code changes; libc++ already implements t...Marshall Clow2014-02-251-1/+1
* Mark LWG Issue 2257 as complete.Marshall Clow2014-02-251-1/+1
* Mark LWG Issues 2278 and 2313 as complete. No code changes needed; libc++ alr...Marshall Clow2014-02-251-2/+2
* Implement LWG issue 2301: Mark std::tie as constexprMarshall Clow2014-02-251-1/+1
* Implement LWG Issues #2329 and #2332 - disallow iterators into temporary rege...Marshall Clow2014-02-191-2/+2
* Mark issues 2280, 2258, 2304, 2317, 2350 and 2346 as completed.Marshall Clow2014-02-191-6/+6
* Mark issue 2293, 2241 and 2308 as completeMarshall Clow2014-02-151-3/+3
* First pass at the Issaquah issues listMarshall Clow2014-02-151-2/+61
* Fix LWG Issue 2078. Make std::async(policy,...) try multiple policies until o...Marshall Clow2013-11-031-1/+1
* Update status of issuesMarshall Clow2013-10-231-5/+5
* Updated status of issues and featuresMarshall Clow2013-10-121-12/+12
* Fix LWG Issue 2141: common_type trait produces reference typesMarshall Clow2013-10-071-1/+1
OpenPOWER on IntegriCloud