| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a couple of -Wabsolute-value warnings in the libc++ tests | Marshall Clow | 2014-03-06 | 2 | -4/+4 |
* | Do not derive __gnu_cxx::hash<T> from std::hash<T>. | Peter Collingbourne | 2014-03-06 | 4 | -2/+149 |
* | Implement LWG 2193. Default constructors for standard library containers are ... | Marshall Clow | 2014-03-05 | 17 | -8/+91 |
* | Mark is_final as a C++14 feature. | Marshall Clow | 2014-03-05 | 2 | -2/+2 |
* | Remove definition of std::fmaf from libc++. Fixes bug #18910. This function s... | Marshall Clow | 2014-03-05 | 2 | -7/+3 |
* | Implement LWG #2212: std::is_final. This requires compiler support, which mod... | Marshall Clow | 2014-03-05 | 3 | -2/+63 |
* | Update synposis in <memory> to show move semantics for weak_ptr; add tests fo... | Marshall Clow | 2014-03-05 | 6 | -4/+73 |
* | LWG Issue #2271: regex_traits::lookup_classname specification unclear. libc++... | Marshall Clow | 2014-03-04 | 1 | -6/+6 |
* | LWG issue #2252: Add more tests for exception safety. No changes needed in th... | Marshall Clow | 2014-03-04 | 3 | -24/+48 |
* | Fix issue number error; 2141 --> 2291 and mark it as complete | Marshall Clow | 2014-03-04 | 1 | -1/+1 |
* | Add a SG1 paper and some SG1 issues that affect the library to the task list. | Marshall Clow | 2014-03-04 | 1 | -3/+8 |
* | Apply David Majnemer's patch updating the links to the papers from Chicago an... | Marshall Clow | 2014-03-04 | 1 | -4/+4 |
* | Mark issues #2240 (wording only) and #2268 (revision 202876) as complete. | Marshall Clow | 2014-03-04 | 1 | -2/+2 |
* | Implement LWG #2268: Setting a default argument in the declaration of a membe... | Marshall Clow | 2014-03-04 | 6 | -15/+189 |
* | [libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type. | Peter Collingbourne | 2014-03-03 | 2 | -2/+20 |
* | Implement LWG 2324: Insert iterator constructors should use addressof(). Add ... | Marshall Clow | 2014-03-03 | 21 | -5/+342 |
* | Remove a stray tab that snuck into a test. No functionality change | Marshall Clow | 2014-03-03 | 1 | -1/+1 |
* | Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tu... | Marshall Clow | 2014-03-03 | 4 | -14/+28 |
* | Per N3924, mark random_shuffle as deprecated in the synopsis for <algorithm>.... | Marshall Clow | 2014-03-03 | 1 | -2/+3 |
* | Implement LWG Issue #2285 - make_reverse_iterator. Also mark issues #1450 and... | Marshall Clow | 2014-03-03 | 3 | -6/+59 |
* | More LWG issues. Mark #2182, #2323 and #2213 as complete. Add a test for #233... | Marshall Clow | 2014-02-27 | 3 | -4/+6 |
* | LWG issue #2188: Reverse iterator does not fully support targets that overloa... | Marshall Clow | 2014-02-27 | 3 | -4/+44 |
* | Don't install CMakeLists.txt along with the headers. | Bob Wilson | 2014-02-26 | 1 | -1/+2 |
* | Implement LWG issue 2306: match_results::reference should be value_type&, not... | Marshall Clow | 2014-02-26 | 3 | -4/+4 |
* | Mark LWG issue 2299 as complete. No code changes; libc++ already implements t... | Marshall Clow | 2014-02-25 | 1 | -1/+1 |
* | Mark LWG Issue 2257 as complete. | Marshall Clow | 2014-02-25 | 1 | -1/+1 |
* | Mark LWG Issues 2278 and 2313 as complete. No code changes needed; libc++ alr... | Marshall Clow | 2014-02-25 | 1 | -2/+2 |
* | Implement LWG issue 2301: Mark std::tie as constexpr | Marshall Clow | 2014-02-25 | 3 | -3/+12 |
* | Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ ... | Marshall Clow | 2014-02-22 | 1 | -1/+1 |
* | Revert "Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_... | Juergen Ributzka | 2014-02-21 | 1 | -1/+1 |
* | Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ ... | Marshall Clow | 2014-02-21 | 1 | -1/+1 |
* | Solve the errors | Yaron Keren | 2014-02-21 | 1 | -1/+1 |
* | Teach libc++ to use the compiler-provided C-compatible ::max_align_t | Chandler Carruth | 2014-02-21 | 1 | -0/+5 |
* | Implement LWG Issues #2329 and #2332 - disallow iterators into temporary rege... | Marshall Clow | 2014-02-19 | 9 | -3/+364 |
* | Mark issues 2280, 2258, 2304, 2317, 2350 and 2346 as completed. | Marshall Clow | 2014-02-19 | 1 | -6/+6 |
* | Implement LWG Issue: 2280. begin/end for arrays should be constexpr and noexc... | Marshall Clow | 2014-02-19 | 2 | -7/+29 |
* | Implement LWG2350: min, max, and minmax should be constexpr. | Marshall Clow | 2014-02-19 | 13 | -55/+223 |
* | Implement LWG Issue 2346: integral_constant's member functions should be mark... | Marshall Clow | 2014-02-17 | 1 | -2/+2 |
* | Remove tabs that crept in during an earlier refactoring. No functionality change | Marshall Clow | 2014-02-16 | 2 | -25/+25 |
* | Mark issue 2293, 2241 and 2308 as complete | Marshall Clow | 2014-02-15 | 1 | -3/+3 |
* | First pass at the Issaquah issues list | Marshall Clow | 2014-02-15 | 1 | -2/+61 |
* | Add a test to make sure that vector supports incomplete types | Marshall Clow | 2014-02-13 | 1 | -0/+23 |
* | This solves warning C4005: '_NOEXCEPT' : macro redefinition when compiling | Yaron Keren | 2014-02-13 | 1 | -1/+1 |
* | Fix for PR17606 - result_of (and INVOKE) works incorrectly for member functio... | Marshall Clow | 2014-02-10 | 3 | -3/+71 |
* | Fix for PR18735 - self-assignment for map/multimap gives incorrect results in... | Marshall Clow | 2014-02-08 | 10 | -20/+171 |
* | Avoid signed vs unsigned compare warnings. From Dimitry Andric. | Joerg Sonnenberger | 2014-02-07 | 1 | -4/+4 |
* | Support forward_list<Incomplete Type>. Patch by Zhihao Yuan! | Peter Collingbourne | 2014-02-05 | 2 | -11/+41 |
* | Albert Wong: Fix thread.thread.id/lt.pass.cpp to not assume thread::id() pro... | Howard Hinnant | 2014-02-04 | 1 | -4/+10 |
* | Fix numeric.limits.members/traps.pass.cpp to pass on non-x86 architectures. F... | Marshall Clow | 2014-02-03 | 1 | -14/+20 |
* | Remove default function template argument from the header. | Logan Chien | 2014-01-31 | 1 | -99/+94 |