| Commit message (Expand) | Author | Age | Files | Lines |
* | LWG Issue 2148: Hashing Enums | Marshall Clow | 2013-09-03 | 4 | -1/+104 |
* | Updated the synopsis for weak_ptr<T>::owner_before to match the code. No code... | Marshall Clow | 2013-09-03 | 1 | -2/+2 |
* | Fix a typo in the status for <optional> | Marshall Clow | 2013-09-03 | 1 | -1/+1 |
* | Eradicate tabs | Marshall Clow | 2013-09-03 | 2 | -6/+6 |
* | Implement N3672, optional<T>. | Howard Hinnant | 2013-09-02 | 65 | -4/+4535 |
* | [cmake] Provide an option to not install the support headers so that the cmak... | Michael Gottesman | 2013-09-02 | 2 | -0/+7 |
* | [cmake] Make libcxx standalone compile on Mac OS X. | Michael Gottesman | 2013-09-02 | 1 | -0/+37 |
* | Forgot to svn add the test for r189722. | Howard Hinnant | 2013-08-31 | 1 | -0/+37 |
* | SFINAE out duration converting constructor if the constructor would otherwise... | Howard Hinnant | 2013-08-31 | 3 | -3/+39 |
* | [tests] Change with_system_lib feature to match what XFAIL lines expect. | Daniel Dunbar | 2013-08-30 | 1 | -6/+10 |
* | is_destructible for function types was mistakenly returning true instead of f... | Howard Hinnant | 2013-08-30 | 3 | -2/+6 |
* | Xing Xue: Fix type-o. Thanks to C. Bergström for spotting it. | Howard Hinnant | 2013-08-30 | 1 | -1/+1 |
* | LWG Issue 2128: Implement global cbegin/rbegin/cend/rbegin | Marshall Clow | 2013-08-30 | 3 | -1/+232 |
* | Glen: Remove unneeded _LIBCPP_ALWAYS_INLINE. | Howard Hinnant | 2013-08-29 | 1 | -1/+1 |
* | Xing Xue: Some minor changes for IBM XLC++/AIX. | Howard Hinnant | 2013-08-29 | 3 | -3/+6 |
* | Turn off extern templates for most uses. It is causing more problems than it... | Howard Hinnant | 2013-08-29 | 6 | -1/+10 |
* | Typo: I wrote "2058" into the status column for issue 2058 instead of "Complete" | Marshall Clow | 2013-08-29 | 1 | -1/+1 |
* | Mark LWG issues 2109, 222, 2058, 2091 and 2092 as complete. No changes to lib... | Marshall Clow | 2013-08-29 | 1 | -5/+5 |
* | Mark issues 2147, 2149, 2163, 2172, 2098 and 2177 as complete. No code change... | Marshall Clow | 2013-08-29 | 1 | -6/+6 |
* | Marked #2163 as complete in previous commit instead of #2162. Corrected. | Marshall Clow | 2013-08-27 | 1 | -2/+2 |
* | LWG Issue 2162: mark allocator_traits::maxsize as noexcept | Marshall Clow | 2013-08-27 | 3 | -4/+10 |
* | LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (... | Marshall Clow | 2013-08-27 | 6 | -14/+33 |
* | Mark LWG issues 2190, 2200, and 2211 as done. No changes needed to libc++. | Marshall Clow | 2013-08-27 | 1 | -3/+3 |
* | Update synopsis in <locale> to match LWG Issue 2229. No code change | Marshall Clow | 2013-08-27 | 2 | -4/+7 |
* | Implement LWG issue 2061 | Marshall Clow | 2013-08-27 | 3 | -2/+9 |
* | G M: Improvements to Windows support. | Howard Hinnant | 2013-08-26 | 2 | -49/+45 |
* | Apply constexpr to initializer_list for c++1y. | Howard Hinnant | 2013-08-26 | 4 | -10/+66 |
* | Mark LWG issues 2011, 2015, 2033, 2065, 2071, 2102, 2235 as complete b/c libc... | Marshall Clow | 2013-08-26 | 1 | -7/+7 |
* | G M: Improve support for compilers not supporting defaulted functions. | Howard Hinnant | 2013-08-24 | 2 | -1/+2 |
* | Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG. | Howard Hinnant | 2013-08-23 | 162 | -292/+292 |
* | Remove _LIBCPP_DEBUG. This was my first attempt at debug mode for libc++, an... | Howard Hinnant | 2013-08-23 | 2 | -450/+0 |
* | Debug mode for string. This commit also marks the first time libc++ debug-mo... | Howard Hinnant | 2013-08-23 | 41 | -281/+1481 |
* | Glen: replace obsolete _LIBCPP_CANTTHROW with _NOEXCEPT. | Howard Hinnant | 2013-08-22 | 2 | -9/+5 |
* | Mark LWG issues #2083, 2099 and 2105 as complete. No functionality change. | Marshall Clow | 2013-08-22 | 1 | -3/+3 |
* | XFAIL a few tests on darwin12 | Howard Hinnant | 2013-08-22 | 4 | -0/+4 |
* | Zhihao Yuan noted that there were a few unneeded statements. Eliminated the... | Howard Hinnant | 2013-08-22 | 6 | -10/+10 |
* | Zhihao Yuan noted that a move assignment operation was missing from std::adja... | Howard Hinnant | 2013-08-22 | 3 | -2/+89 |
* | David Blaikie suggested this test for detecting constexpr on the error_catego... | Howard Hinnant | 2013-08-22 | 2 | -1/+42 |
* | XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are co... | Howard Hinnant | 2013-08-22 | 3 | -0/+9 |
* | [tests] Update to use lit's now-integrated XFAIL handling. | Daniel Dunbar | 2013-08-21 | 1 | -39/+3 |
* | LWG 2145 - mark constructor for std::error_category as inline and constexpr. ... | Marshall Clow | 2013-08-21 | 3 | -1/+7 |
* | Updated status of issues #2093, 2144, and 2185 | Marshall Clow | 2013-08-20 | 1 | -3/+3 |
* | Updated status and description of issues 2064, 2069 and 2096. | Marshall Clow | 2013-08-20 | 1 | -3/+3 |
* | Updated status of issues #2028, 2047, and 2053. | Marshall Clow | 2013-08-20 | 1 | -3/+3 |
* | Updated status of issues #1214, 2207 and 2209. They were already implemented,... | Marshall Clow | 2013-08-20 | 1 | -3/+3 |
* | G M: minor fix to silence warning in cmake version 2.8.11.20130809-gba97e. | Howard Hinnant | 2013-08-19 | 1 | -1/+1 |
* | Relax complete-type check for functions and function pointers to allow void r... | Howard Hinnant | 2013-08-14 | 1 | -0/+10 |
* | Xing Xue: port to IBM XLC++/AIX. | Howard Hinnant | 2013-08-14 | 18 | -47/+605 |
* | Fix signed/unsigned warnings when building libc++ in C++14 mode | Marshall Clow | 2013-08-14 | 1 | -3/+3 |
* | Added some missing issues to the c++1y status page, and put in hyperlinks for... | Howard Hinnant | 2013-08-14 | 1 | -22/+42 |