aboutsummaryrefslogtreecommitdiff
path: root/libcxx/www
AgeCommit message (Expand)AuthorFilesLines
2014-12-22[libcxx] Add numerous options to libc++ LIT test suite configuration. Eric Fiselier2-0/+169
2014-12-20[libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfgEric Fiselier1-2/+3
2014-12-15Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0'sMarshall Clow1-1/+1
2014-12-09Update information on where to find buildbots. Remove dead buildbot links.Eric Fiselier1-11/+5
2014-11-19Implement N4280 - 'Non-member size() and more'Marshall Clow1-6/+6
2014-11-19Added entries for bugs 2118 and 2306, which were closed in UrbanaMarshall Clow1-0/+2
2014-11-18Marked LWG 2399 as complete. I committed a test for this earlier today.Marshall Clow1-4/+4
2014-11-18Update status of LWG issues 2340, 2396 and 2401. In all three cases, these ar...Marshall Clow1-3/+3
2014-11-17Implement LWG2400 - 'shared_ptr's get_deleter() should use addressof()', and ...Marshall Clow1-2/+2
2014-11-17Implement void_t from N3911. Add a private version for use in the library bef...Marshall Clow1-10/+10
2014-11-11Fixed a typo in a paper name: 4190 --> N4190Marshall Clow1-1/+1
2014-11-10Update status pages for C++1zMarshall Clow3-5/+127
2014-10-21Remove dead buildbot linkEric Fiselier1-3/+0
2014-10-19[libcxx] Redo adding support for building and testing with an ABI library not...Eric Fiselier1-2/+3
2014-10-18[libcxx] Add support for building and testing with an ABI library not along l...Eric Fiselier1-0/+30
2014-10-16Fix bad link in documentation. Thanks to rsmithEric Fiselier1-1/+1
2014-10-16Add my buildbot to list of libc++ buildbots in documentationEric Fiselier1-0/+3
2014-08-18Update linux test resultsEric Fiselier1-81/+492
2014-08-18[libcxx] Add list of currently known buildbots to libc++ homepageEric Fiselier1-0/+19
2014-08-11Update libc++ docs to include instructions for LIT.Dan Albert1-80/+133
2014-08-01Adding ABI information to linux test resultsEric Fiselier1-0/+1
2014-08-01Update information about compiler used during linux tests and reformat run in...Eric Fiselier1-5/+10
2014-08-01Update linux test results fileEric Fiselier1-39/+13
2014-07-17[libcxx] Add <experimental/utility> header for LFTS. Eric Fiselier1-1/+1
2014-06-09Fixed damaged row in issues table; thanks to STL for the catchMarshall Clow1-1/+1
2014-06-04Add a note about debug mode being non-functionalMarshall Clow1-0/+6
2014-06-02First cut at a post c++14 status pageMarshall Clow2-0/+91
2014-04-07Removed 'sized deallocation' from C++14 status page since it turned out to re...Marshall Clow2-2/+1
2014-04-03Add a section about reporting bugs and contributing patchesMarshall Clow1-0/+17
2014-04-03Reword C++14 status to match C++11 statusMarshall Clow1-1/+1
2014-04-03Mark C++14 status as 'complete'Marshall Clow1-3/+2
2014-03-26Implement LWG issue #2135. If something goes wrong in condition_variable::wai...Marshall Clow1-1/+1
2014-03-25Mark LWG issues #2075 and #2142 as complete. 2142 was a change to the standardMarshall Clow1-3/+3
2014-03-24Add a test to make sure we're doing the right thing for throwing exceptions f...Marshall Clow1-1/+1
2014-03-24Mark LWG Issue #2288 as complete. This was wording cleanup, no code changes r...Marshall Clow1-3/+3
2014-03-17Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer1-1/+1
2014-03-15Remove Issue #2235 from the Chicago section. The resolution was approved in B...Marshall Clow1-1/+0
2014-03-11Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note ...Marshall Clow1-1/+1
2014-03-11Mark LWG #2314. 'apply() should return decltype(auto) and use decay_t before ...Marshall Clow1-1/+1
2014-03-11Final bit for LWG #2263; test different allocator pointer types. Note that li...Marshall Clow1-1/+1
2014-03-10Add tests for LWG issue #2356. Stability of erasure in unordered associative ...Marshall Clow1-1/+1
2014-03-10Mark issues #2357 (wording changes in the standard, no functionality change) ...Marshall Clow1-2/+2
2014-03-07Update status for LWG 2193 and 2344.Marshall Clow1-3/+3
2014-03-05Implement LWG #2212: std::is_final. This requires compiler support, which mod...Marshall Clow1-2/+2
2014-03-05Update synposis in <memory> to show move semantics for weak_ptr; add tests fo...Marshall Clow1-4/+4
2014-03-04Fix issue number error; 2141 --> 2291 and mark it as completeMarshall Clow1-1/+1
2014-03-04Add a SG1 paper and some SG1 issues that affect the library to the task list.Marshall Clow1-3/+8
2014-03-04Apply David Majnemer's patch updating the links to the papers from Chicago an...Marshall Clow1-4/+4
2014-03-04Mark issues #2240 (wording only) and #2268 (revision 202876) as complete.Marshall Clow1-2/+2
2014-03-03Implement LWG 2324: Insert iterator constructors should use addressof(). Add ...Marshall Clow1-2/+2