aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2013-09-12Test for 'bad_array_length'; got left out of initial commitMarshall Clow1-0/+29
2013-09-12LWG Issue 2210 (Part #6): unordered_map and unordered_multimapMarshall Clow7-0/+531
2013-09-12Implement uses-allocator constructionMarshall Clow2-62/+92
2013-09-12A collection of minor type-o fixes. The first two aren't testable, but all t...Howard Hinnant3-3/+3
2013-09-11Adding bad_array_length to libc++Marshall Clow2-1/+40
2013-09-11LWG Issue #2210 Part 5 - map/multimap; no, really - the last one was set/mult...Marshall Clow5-1/+157
2013-09-11LWG Issue #2210 Part 4 - map/multimapMarshall Clow5-0/+142
2013-09-09Update synopsis for list/forward_list/deque to match the allocator style of e...Marshall Clow3-3/+3
2013-09-08Remove a tab that snuck inMarshall Clow1-1/+1
2013-09-08Fix minor type-o in tests.Howard Hinnant2-2/+2
2013-09-08LWG Issue 2210 (Part #2 & #3): list and forward_listMarshall Clow4-2/+94
2013-09-07LWG Issue 2210 (Part #1): dequeMarshall Clow2-2/+70
2013-09-05N3545: Quoted stringsMarshall Clow5-1/+418
2013-09-04Mark issues 2103, 2005, 2196 and 2203 as complete. No code changes.Marshall Clow1-5/+5
2013-09-04Evgeniy Stepanov: Add noexcept to ~bad_optional_access() to silence warning d...Howard Hinnant1-2/+2
2013-09-04Updated status for LSG issues 2122, 2169, 2177, 2140 and 2086.Marshall Clow1-6/+6
2013-09-04Update status of issues 2045, 2050, 2080, 2081, 2083, 2130, 2137 and 2177. Marshall Clow1-6/+6
2013-09-03LWG Issue 2148: Hashing EnumsMarshall Clow4-1/+104
2013-09-03Updated the synopsis for weak_ptr<T>::owner_before to match the code. No code...Marshall Clow1-2/+2
2013-09-03Fix a typo in the status for <optional>Marshall Clow1-1/+1
2013-09-03Eradicate tabsMarshall Clow2-6/+6
2013-09-02Implement N3672, optional<T>.Howard Hinnant65-4/+4535
2013-09-02[cmake] Provide an option to not install the support headers so that the cmak...Michael Gottesman2-0/+7
2013-09-02[cmake] Make libcxx standalone compile on Mac OS X.Michael Gottesman1-0/+37
2013-08-31Forgot to svn add the test for r189722.Howard Hinnant1-0/+37
2013-08-31SFINAE out duration converting constructor if the constructor would otherwise...Howard Hinnant3-3/+39
2013-08-30[tests] Change with_system_lib feature to match what XFAIL lines expect.Daniel Dunbar1-6/+10
2013-08-30is_destructible for function types was mistakenly returning true instead of f...Howard Hinnant3-2/+6
2013-08-30Xing Xue: Fix type-o. Thanks to C. Bergström for spotting it.Howard Hinnant1-1/+1
2013-08-30LWG Issue 2128: Implement global cbegin/rbegin/cend/rbeginMarshall Clow3-1/+232
2013-08-29Glen: Remove unneeded _LIBCPP_ALWAYS_INLINE.Howard Hinnant1-1/+1
2013-08-29Xing Xue: Some minor changes for IBM XLC++/AIX.Howard Hinnant3-3/+6
2013-08-29Turn off extern templates for most uses. It is causing more problems than it...Howard Hinnant6-1/+10
2013-08-29Typo: I wrote "2058" into the status column for issue 2058 instead of "Complete"Marshall Clow1-1/+1
2013-08-29Mark LWG issues 2109, 222, 2058, 2091 and 2092 as complete. No changes to lib...Marshall Clow1-5/+5
2013-08-29Mark issues 2147, 2149, 2163, 2172, 2098 and 2177 as complete. No code change...Marshall Clow1-6/+6
2013-08-27Marked #2163 as complete in previous commit instead of #2162. Corrected.Marshall Clow1-2/+2
2013-08-27LWG Issue 2162: mark allocator_traits::maxsize as noexceptMarshall Clow3-4/+10
2013-08-27LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (...Marshall Clow6-14/+33
2013-08-27Mark LWG issues 2190, 2200, and 2211 as done. No changes needed to libc++.Marshall Clow1-3/+3
2013-08-27Update synopsis in <locale> to match LWG Issue 2229. No code changeMarshall Clow2-4/+7
2013-08-27Implement LWG issue 2061Marshall Clow3-2/+9
2013-08-26G M: Improvements to Windows support.Howard Hinnant2-49/+45
2013-08-26Apply constexpr to initializer_list for c++1y.Howard Hinnant4-10/+66
2013-08-26Mark LWG issues 2011, 2015, 2033, 2065, 2071, 2102, 2235 as complete b/c libc...Marshall Clow1-7/+7
2013-08-24G M: Improve support for compilers not supporting defaulted functions.Howard Hinnant2-1/+2
2013-08-23Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant162-292/+292
2013-08-23Remove _LIBCPP_DEBUG. This was my first attempt at debug mode for libc++, an...Howard Hinnant2-450/+0
2013-08-23Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant41-281/+1481
2013-08-22Glen: replace obsolete _LIBCPP_CANTTHROW with _NOEXCEPT.Howard Hinnant2-9/+5