summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of -Wabsolute-value warnings in the libc++ testsMarshall Clow2014-03-062-4/+4
* Do not derive __gnu_cxx::hash<T> from std::hash<T>.Peter Collingbourne2014-03-064-2/+149
* Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow2014-03-0517-8/+91
* Mark is_final as a C++14 feature.Marshall Clow2014-03-052-2/+2
* Remove definition of std::fmaf from libc++. Fixes bug #18910. This function s...Marshall Clow2014-03-052-7/+3
* Implement LWG #2212: std::is_final. This requires compiler support, which mod...Marshall Clow2014-03-053-2/+63
* Update synposis in <memory> to show move semantics for weak_ptr; add tests fo...Marshall Clow2014-03-056-4/+73
* LWG Issue #2271: regex_traits::lookup_classname specification unclear. libc++...Marshall Clow2014-03-041-6/+6
* LWG issue #2252: Add more tests for exception safety. No changes needed in th...Marshall Clow2014-03-043-24/+48
* Fix issue number error; 2141 --> 2291 and mark it as completeMarshall Clow2014-03-041-1/+1
* Add a SG1 paper and some SG1 issues that affect the library to the task list.Marshall Clow2014-03-041-3/+8
* Apply David Majnemer's patch updating the links to the papers from Chicago an...Marshall Clow2014-03-041-4/+4
* Mark issues #2240 (wording only) and #2268 (revision 202876) as complete.Marshall Clow2014-03-041-2/+2
* Implement LWG #2268: Setting a default argument in the declaration of a membe...Marshall Clow2014-03-046-15/+189
* [libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type.Peter Collingbourne2014-03-032-2/+20
* Implement LWG 2324: Insert iterator constructors should use addressof(). Add ...Marshall Clow2014-03-0321-5/+342
* Remove a stray tab that snuck into a test. No functionality changeMarshall Clow2014-03-031-1/+1
* Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tu...Marshall Clow2014-03-034-14/+28
* Per N3924, mark random_shuffle as deprecated in the synopsis for <algorithm>....Marshall Clow2014-03-031-2/+3
* Implement LWG Issue #2285 - make_reverse_iterator. Also mark issues #1450 and...Marshall Clow2014-03-033-6/+59
* More LWG issues. Mark #2182, #2323 and #2213 as complete. Add a test for #233...Marshall Clow2014-02-273-4/+6
* LWG issue #2188: Reverse iterator does not fully support targets that overloa...Marshall Clow2014-02-273-4/+44
* Don't install CMakeLists.txt along with the headers.Bob Wilson2014-02-261-1/+2
* Implement LWG issue 2306: match_results::reference should be value_type&, not...Marshall Clow2014-02-263-4/+4
* Mark LWG issue 2299 as complete. No code changes; libc++ already implements t...Marshall Clow2014-02-251-1/+1
* Mark LWG Issue 2257 as complete.Marshall Clow2014-02-251-1/+1
* Mark LWG Issues 2278 and 2313 as complete. No code changes needed; libc++ alr...Marshall Clow2014-02-251-2/+2
* Implement LWG issue 2301: Mark std::tie as constexprMarshall Clow2014-02-253-3/+12
* Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ ...Marshall Clow2014-02-221-1/+1
* Revert "Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_...Juergen Ributzka2014-02-211-1/+1
* Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ ...Marshall Clow2014-02-211-1/+1
* Solve the errorsYaron Keren2014-02-211-1/+1
* Teach libc++ to use the compiler-provided C-compatible ::max_align_tChandler Carruth2014-02-211-0/+5
* Implement LWG Issues #2329 and #2332 - disallow iterators into temporary rege...Marshall Clow2014-02-199-3/+364
* Mark issues 2280, 2258, 2304, 2317, 2350 and 2346 as completed.Marshall Clow2014-02-191-6/+6
* Implement LWG Issue: 2280. begin/end for arrays should be constexpr and noexc...Marshall Clow2014-02-192-7/+29
* Implement LWG2350: min, max, and minmax should be constexpr.Marshall Clow2014-02-1913-55/+223
* Implement LWG Issue 2346: integral_constant's member functions should be mark...Marshall Clow2014-02-171-2/+2
* Remove tabs that crept in during an earlier refactoring. No functionality changeMarshall Clow2014-02-162-25/+25
* Mark issue 2293, 2241 and 2308 as completeMarshall Clow2014-02-151-3/+3
* First pass at the Issaquah issues listMarshall Clow2014-02-151-2/+61
* Add a test to make sure that vector supports incomplete typesMarshall Clow2014-02-131-0/+23
* This solves warning C4005: '_NOEXCEPT' : macro redefinition when compilingYaron Keren2014-02-131-1/+1
* Fix for PR17606 - result_of (and INVOKE) works incorrectly for member functio...Marshall Clow2014-02-103-3/+71
* Fix for PR18735 - self-assignment for map/multimap gives incorrect results in...Marshall Clow2014-02-0810-20/+171
* Avoid signed vs unsigned compare warnings. From Dimitry Andric.Joerg Sonnenberger2014-02-071-4/+4
* Support forward_list<Incomplete Type>. Patch by Zhihao Yuan!Peter Collingbourne2014-02-052-11/+41
* Albert Wong: Fix thread.thread.id/lt.pass.cpp to not assume thread::id() pro...Howard Hinnant2014-02-041-4/+10
* Fix numeric.limits.members/traps.pass.cpp to pass on non-x86 architectures. F...Marshall Clow2014-02-031-14/+20
* Remove default function template argument from the header.Logan Chien2014-01-311-99/+94
OpenPOWER on IntegriCloud