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