summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Adding bad_array_length to libc++Marshall Clow2013-09-112-1/+40
* LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...Marshall Clow2013-09-115-1/+157
* LWG Issue #2210 Part 4 - map/multimapMarshall Clow2013-09-115-0/+142
* Update synopsis for list/forward_list/deque to match the allocator style of e...Marshall Clow2013-09-093-3/+3
* Remove a tab that snuck inMarshall Clow2013-09-081-1/+1
* Fix minor type-o in tests.Howard Hinnant2013-09-082-2/+2
* LWG Issue 2210 (Part #2 & #3): list and forward_listMarshall Clow2013-09-084-2/+94
* LWG Issue 2210 (Part #1): dequeMarshall Clow2013-09-072-2/+70
* N3545: Quoted stringsMarshall Clow2013-09-055-1/+418
* Mark issues 2103, 2005, 2196 and 2203 as complete. No code changes.Marshall Clow2013-09-041-5/+5
* Evgeniy Stepanov: Add noexcept to ~bad_optional_access() to silence warning d...Howard Hinnant2013-09-041-2/+2
* Updated status for LSG issues 2122, 2169, 2177, 2140 and 2086.Marshall Clow2013-09-041-6/+6
* Update status of issues 2045, 2050, 2080, 2081, 2083, 2130, 2137 and 2177. Marshall Clow2013-09-041-6/+6
* 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
OpenPOWER on IntegriCloud