summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-05Implement LWG #2212: std::is_final. This requires compiler support, which mod...Marshall Clow
2014-03-05Update synposis in <memory> to show move semantics for weak_ptr; add tests fo...Marshall Clow
2014-03-04LWG Issue #2271: regex_traits::lookup_classname specification unclear. libc++...Marshall Clow
2014-03-04LWG issue #2252: Add more tests for exception safety. No changes needed in th...Marshall Clow
2014-03-04Fix issue number error; 2141 --> 2291 and mark it as completeMarshall Clow
2014-03-04Add a SG1 paper and some SG1 issues that affect the library to the task list.Marshall Clow
2014-03-04Apply David Majnemer's patch updating the links to the papers from Chicago an...Marshall Clow
2014-03-04Mark issues #2240 (wording only) and #2268 (revision 202876) as complete.Marshall Clow
2014-03-04Implement LWG #2268: Setting a default argument in the declaration of a membe...Marshall Clow
2014-03-03[libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type.Peter Collingbourne
2014-03-03Implement LWG 2324: Insert iterator constructors should use addressof(). Add ...Marshall Clow
2014-03-03Remove a stray tab that snuck into a test. No functionality changeMarshall Clow
2014-03-03Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tu...Marshall Clow
2014-03-03Per N3924, mark random_shuffle as deprecated in the synopsis for <algorithm>....Marshall Clow
2014-03-03Implement LWG Issue #2285 - make_reverse_iterator. Also mark issues #1450 and...Marshall Clow
2014-02-27More LWG issues. Mark #2182, #2323 and #2213 as complete. Add a test for #233...Marshall Clow
2014-02-27LWG issue #2188: Reverse iterator does not fully support targets that overloa...Marshall Clow
2014-02-26Don't install CMakeLists.txt along with the headers.Bob Wilson
2014-02-26Implement LWG issue 2306: match_results::reference should be value_type&, not...Marshall Clow
2014-02-25Mark LWG issue 2299 as complete. No code changes; libc++ already implements t...Marshall Clow
2014-02-25Mark LWG Issue 2257 as complete.Marshall Clow
2014-02-25Mark LWG Issues 2278 and 2313 as complete. No code changes needed; libc++ alr...Marshall Clow
2014-02-25Implement LWG issue 2301: Mark std::tie as constexprMarshall Clow
2014-02-22Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ ...Marshall Clow
2014-02-21Revert "Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_...Juergen Ributzka
2014-02-21Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ ...Marshall Clow
2014-02-21Solve the errorsYaron Keren
2014-02-21Teach libc++ to use the compiler-provided C-compatible ::max_align_tChandler Carruth
2014-02-19Implement LWG Issues #2329 and #2332 - disallow iterators into temporary rege...Marshall Clow
2014-02-19Mark issues 2280, 2258, 2304, 2317, 2350 and 2346 as completed.Marshall Clow
2014-02-19Implement LWG Issue: 2280. begin/end for arrays should be constexpr and noexc...Marshall Clow
2014-02-19Implement LWG2350: min, max, and minmax should be constexpr.Marshall Clow
2014-02-17Implement LWG Issue 2346: integral_constant's member functions should be mark...Marshall Clow
2014-02-16Remove tabs that crept in during an earlier refactoring. No functionality changeMarshall Clow
2014-02-15Mark issue 2293, 2241 and 2308 as completeMarshall Clow
2014-02-15First pass at the Issaquah issues listMarshall Clow
2014-02-13Add a test to make sure that vector supports incomplete typesMarshall Clow
2014-02-13This solves warning C4005: '_NOEXCEPT' : macro redefinition when compilingYaron Keren
2014-02-10Fix for PR17606 - result_of (and INVOKE) works incorrectly for member functio...Marshall Clow
2014-02-08Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...Marshall Clow
2014-02-07Avoid signed vs unsigned compare warnings. From Dimitry Andric.Joerg Sonnenberger
2014-02-05Support forward_list<Incomplete Type>. Patch by Zhihao Yuan!Peter Collingbourne
2014-02-04Albert Wong: Fix thread.thread.id/lt.pass.cpp to not assume thread::id() pro...Howard Hinnant
2014-02-03Fix numeric.limits.members/traps.pass.cpp to pass on non-x86 architectures. F...Marshall Clow
2014-01-31Remove default function template argument from the header.Logan Chien
2014-01-29lit.site.cfg:cxx_under_test should take precedence over 'which clang++'David Fang
2014-01-26Removed extra line that I left in when committing 199694. Thanks to Jared Gru...Marshall Clow
2014-01-24Rename some internal templates to avoid conflict with complier intrinsics. __...Marshall Clow
2014-01-22Const qualify __mem_fn call operatorPeter Collingbourne
2014-01-21Removed extra space; thanks to thakis_'s eagle eyeMarshall Clow