Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed bad link for n3789; thanks to Chip Davis for the catch | Marshall Clow | 2013-09-28 | 1 | -1/+1 | |
| | | | | llvm-svn: 191598 | |||||
* | Missed a change that didn't have an issue number 'GB 9' | Marshall Clow | 2013-09-27 | 1 | -0/+1 | |
| | | | | llvm-svn: 191575 | |||||
* | Updated table with results from Chicago | Marshall Clow | 2013-09-27 | 1 | -6/+32 | |
| | | | | llvm-svn: 191573 | |||||
* | Apply LWG 2048. It is amazing to me that this actually works, but the ↵ | Howard Hinnant | 2013-09-21 | 1 | -1/+1 | |
| | | | | | | existing tests confirm that it does. c++1y status page now showing libc++ is complete for c++1y modulo dynarray issues. llvm-svn: 191142 | |||||
* | Apply LWG 2021. This is only a documentation change. Also bringing c++1y ↵ | Howard Hinnant | 2013-09-21 | 1 | -4/+4 | |
| | | | | | | status page up to date. llvm-svn: 191141 | |||||
* | Fix link to dynarray issue | Marshall Clow | 2013-09-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 190707 | |||||
* | Update status for <dynarray> | Marshall Clow | 2013-09-13 | 1 | -1/+3 | |
| | | | | llvm-svn: 190700 | |||||
* | N3545: Quoted strings | Marshall Clow | 2013-09-05 | 1 | -1/+1 | |
| | | | | llvm-svn: 190032 | |||||
* | Mark issues 2103, 2005, 2196 and 2203 as complete. No code changes. | Marshall Clow | 2013-09-04 | 1 | -5/+5 | |
| | | | | llvm-svn: 190012 | |||||
* | Updated status for LSG issues 2122, 2169, 2177, 2140 and 2086. | Marshall Clow | 2013-09-04 | 1 | -6/+6 | |
| | | | | llvm-svn: 189900 | |||||
* | Update status of issues 2045, 2050, 2080, 2081, 2083, 2130, 2137 and 2177. | Marshall Clow | 2013-09-04 | 1 | -6/+6 | |
| | | | | llvm-svn: 189894 | |||||
* | LWG Issue 2148: Hashing Enums | Marshall Clow | 2013-09-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 189831 | |||||
* | Fix a typo in the status for <optional> | Marshall Clow | 2013-09-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 189809 | |||||
* | Implement N3672, optional<T>. | Howard Hinnant | 2013-09-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 189772 | |||||
* | SFINAE out duration converting constructor if the constructor would ↵ | Howard Hinnant | 2013-08-31 | 1 | -1/+1 | |
| | | | | | | otherwise cause a ratio compile-time overflow. This fixes LWG 2094. llvm-svn: 189722 | |||||
* | is_destructible for function types was mistakenly returning true instead of ↵ | Howard Hinnant | 2013-08-30 | 1 | -1/+1 | |
| | | | | | | false. This is true in both C++11 and C++1y, but has been clarified by the post C++11 LWG issue 2049. llvm-svn: 189687 | |||||
* | LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin | Marshall Clow | 2013-08-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 189634 | |||||
* | Typo: I wrote "2058" into the status column for issue 2058 instead of "Complete" | Marshall Clow | 2013-08-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 189602 | |||||
* | Mark LWG issues 2109, 222, 2058, 2091 and 2092 as complete. No changes to ↵ | Marshall Clow | 2013-08-29 | 1 | -5/+5 | |
| | | | | | | libc++ code. llvm-svn: 189601 | |||||
* | Mark issues 2147, 2149, 2163, 2172, 2098 and 2177 as complete. No code ↵ | Marshall Clow | 2013-08-29 | 1 | -6/+6 | |
| | | | | | | changes to libc++ llvm-svn: 189586 | |||||
* | Marked #2163 as complete in previous commit instead of #2162. Corrected. | Marshall Clow | 2013-08-27 | 1 | -2/+2 | |
| | | | | llvm-svn: 189401 | |||||
* | LWG Issue 2162: mark allocator_traits::maxsize as noexcept | Marshall Clow | 2013-08-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 189399 | |||||
* | LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make ↵ | Marshall Clow | 2013-08-27 | 1 | -3/+3 | |
| | | | | | | (some of) the constructors for wstring_convert and wbuffer_convert as explicit. Add configuration macro _LIBCPP_EXPLICIT_AFTER_CXX11 llvm-svn: 189398 | |||||
* | Mark LWG issues 2190, 2200, and 2211 as done. No changes needed to libc++. | Marshall Clow | 2013-08-27 | 1 | -3/+3 | |
| | | | | llvm-svn: 189359 | |||||
* | Update synopsis in <locale> to match LWG Issue 2229. No code change | Marshall Clow | 2013-08-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 189352 | |||||
* | Implement LWG issue 2061 | Marshall Clow | 2013-08-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 189345 | |||||
* | Mark LWG issues 2011, 2015, 2033, 2065, 2071, 2102, 2235 as complete b/c ↵ | Marshall Clow | 2013-08-26 | 1 | -7/+7 | |
| | | | | | | libc++ already fixed them. llvm-svn: 189232 | |||||
* | Mark LWG issues #2083, 2099 and 2105 as complete. No functionality change. | Marshall Clow | 2013-08-22 | 1 | -3/+3 | |
| | | | | llvm-svn: 189044 | |||||
* | LWG 2145 - mark constructor for std::error_category as inline and constexpr. ↵ | Marshall Clow | 2013-08-21 | 1 | -1/+1 | |
| | | | | | | Leave the (existing, out-of-line, non-constexpr) in the dylib for compatibility with existing programs) llvm-svn: 188858 | |||||
* | Updated status of issues #2093, 2144, and 2185 | Marshall Clow | 2013-08-20 | 1 | -3/+3 | |
| | | | | llvm-svn: 188813 | |||||
* | Updated status and description of issues 2064, 2069 and 2096. | Marshall Clow | 2013-08-20 | 1 | -3/+3 | |
| | | | | llvm-svn: 188811 | |||||
* | Updated status of issues #2028, 2047, and 2053. | Marshall Clow | 2013-08-20 | 1 | -3/+3 | |
| | | | | llvm-svn: 188810 | |||||
* | Updated status of issues #1214, 2207 and 2209. They were already ↵ | Marshall Clow | 2013-08-20 | 1 | -3/+3 | |
| | | | | | | implemented, so no functionality change was needed. llvm-svn: 188803 | |||||
* | Added some missing issues to the c++1y status page, and put in hyperlinks ↵ | Howard Hinnant | 2013-08-14 | 1 | -22/+42 | |
| | | | | | | for the papers. llvm-svn: 188387 | |||||
* | remove CWG papers from list; add link to clang status page | Marshall Clow | 2013-08-14 | 1 | -14/+14 | |
| | | | | llvm-svn: 188383 | |||||
* | Added CWG and SG1 papers to libc++ status page | Marshall Clow | 2013-08-14 | 1 | -24/+51 | |
| | | | | llvm-svn: 188381 | |||||
* | Mark LWG Issue #2110 and #2113 as completed - they were already done | Marshall Clow | 2013-08-14 | 1 | -2/+2 | |
| | | | | llvm-svn: 188378 | |||||
* | Add a deleted assignment operator for basic_ostream; LWG Issue #2067 | Marshall Clow | 2013-08-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 188375 | |||||
* | Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>) | Marshall Clow | 2013-08-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 188333 | |||||
* | Update for N3657 and issue 2010 | Marshall Clow | 2013-08-13 | 1 | -2/+2 | |
| | | | | llvm-svn: 188321 | |||||
* | Updated issues 2039, 2044, 2197, 2225, and 2231 | Marshall Clow | 2013-08-13 | 1 | -6/+6 | |
| | | | | llvm-svn: 188294 | |||||
* | Updated Issue 2187 | Marshall Clow | 2013-08-13 | 1 | -4/+4 | |
| | | | | llvm-svn: 188286 | |||||
* | Removed 'Ready' issues from Bristol | Marshall Clow | 2013-08-13 | 1 | -13/+0 | |
| | | | | llvm-svn: 188284 | |||||
* | Updated issues 2009 and 2074 | Marshall Clow | 2013-08-13 | 1 | -2/+2 | |
| | | | | llvm-svn: 188283 | |||||
* | Fix template formatting. No, really | Marshall Clow | 2013-08-13 | 1 | -2/+2 | |
| | | | | llvm-svn: 188277 | |||||
* | escape some template specs | Marshall Clow | 2013-08-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 188276 | |||||
* | Create a C++14 status page | Marshall Clow | 2013-08-13 | 1 | -0/+152 | |
llvm-svn: 188273 |