summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-03-26[libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...Stephan Tolksdorf
2014-03-26Add tests that should fail when lock() throws. THis is part of LWG issue #213...Marshall Clow
2014-03-24Add a test to make sure we're doing the right thing for throwing exceptions f...Marshall Clow
2014-03-17Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer
2014-03-11Implement LWG 2360: 'reverse_iterator::operator*() is unimplementable'. Note ...Marshall Clow
2014-03-11Patch from Steve MacKenzie to make the libc++ tests play nicely with MSVC's S...Marshall Clow
2014-03-11Final bit for LWG #2263; test different allocator pointer types. Note that li...Marshall Clow
2014-03-10Add tests for LWG issue #2356. Stability of erasure in unordered associative ...Marshall Clow
2014-03-10More tests for LWG Issue #2263; this time to the associative and unordered co...Marshall Clow
2014-03-10Added tests to the sequence containers for for LWG Issue #2263. Comparing ite...Marshall Clow
2014-03-07Implement LWG #2344: quoted()'s interaction with padding is unclear. I think ...Marshall Clow
2014-03-06Fix a couple of -Wabsolute-value warnings in the libc++ testsMarshall Clow
2014-03-06Do not derive __gnu_cxx::hash<T> from std::hash<T>.Peter Collingbourne
2014-03-05Implement LWG 2193. Default constructors for standard library containers are ...Marshall Clow
2014-03-05Mark is_final as a C++14 feature.Marshall Clow
2014-03-05Remove definition of std::fmaf from libc++. Fixes bug #18910. This function s...Marshall Clow
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-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-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-26Implement LWG issue 2306: match_results::reference should be value_type&, not...Marshall Clow
2014-02-25Implement LWG issue 2301: Mark std::tie as constexprMarshall Clow
2014-02-19Implement LWG Issues #2329 and #2332 - disallow iterators into temporary rege...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-13Add a test to make sure that vector supports incomplete typesMarshall Clow
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-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-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-22Const qualify __mem_fn call operatorPeter Collingbourne
2014-01-21Removed extra space; thanks to thakis_'s eagle eyeMarshall Clow
2014-01-20Fixed test failure in is_iec559.pass.cpp on darwin-ppc32. Thanks to David Fan...Marshall Clow
2014-01-18Fix erroneous test; was failing on darwin-ppc32. Fixes PR18469.Marshall Clow
2014-01-16Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow
2014-01-15Apply patch for Albert Wong: 'Modify testit to allow filtering tests by prefi...Marshall Clow
2014-01-14Whoops! Set the default in the last commit to c++1y instead of c++11Marshall Clow
2014-01-14Update lib/buildit and test/testit to both pay attention to an env flag CXX_L...Marshall Clow
2014-01-09Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. ...Marshall Clow