summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
Commit message (Expand)AuthorAgeFilesLines
* Rename a few tests that had typos in their names. No functional change. Thank...Marshall Clow2016-04-234-0/+0
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-2218-3798/+11
* Add missing include of <algorithm>Marshall Clow2016-04-222-0/+2
* Fix LWG issue #2106: move_iterators returning prvaluesEric Fiselier2016-04-221-1/+40
* Fix C++03 build breakageEric Fiselier2016-04-221-2/+9
* Complete LWG issue #2016. Allocators must be nothrow swappableEric Fiselier2016-04-2213-34/+39
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-2110-61/+584
* [libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...Eric Fiselier2016-04-201-15/+51
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-2011-63/+488
* XFAILing new test on C++03Ben Craig2016-04-191-0/+1
* Include initializer_list from utilityBen Craig2016-04-191-0/+20
* Make tuples constructors conditionally EXPLICIT. See N4387Eric Fiselier2016-04-1911-3/+285
* Implement LWG issue 2219 - support reference_wrapper in INVOKEEric Fiselier2016-04-187-45/+336
* Add hash specializations for __int128_t. Fixes LWG issue 2119Eric Fiselier2016-04-181-3/+8
* Add tests for LWG issue 2361Eric Fiselier2016-04-1815-8/+262
* Fix LWG issue 2345 - Add insert(value_type&&)Eric Fiselier2016-04-1818-533/+672
* Teach map/unordered_map how to optimize 'emplace(Key, T)'.Eric Fiselier2016-04-163-4/+132
* Extract key to avoid preemptive mallocs in insert/emplace in associative cont...Eric Fiselier2016-04-1512-996/+849
* Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.Eric Fiselier2016-04-153-2/+278
* [libcxx] Remove the "reduced-arity-initialization" extension from the uses-al...Eric Fiselier2016-04-152-55/+98
* Implement LWG#680, which was missed lo these many moons ago, and was reported...Marshall Clow2016-04-111-2/+2
* Recommit r263036 with additional inlining, so that it will continue to work w...Marshall Clow2016-04-071-2/+25
* Added a noexcept testMarshall Clow2016-04-071-0/+6
* Fix bug #27260 - add missing swap(reference, reference) to vector<bool>.Marshall Clow2016-04-071-0/+31
* Fix LWG issue 2469 - Use piecewise construction in map::operator[].Eric Fiselier2016-03-312-4/+68
* Teach __tree how to handle map's __value_typeEric Fiselier2016-03-314-0/+479
* Update container_test_types.h and cleanup the related testsEric Fiselier2016-03-316-24/+13
* Implement is_always_lock_freeJF Bastien2016-03-251-0/+101
* Guard a number of tests relying on threads support when built inRichard Barton2016-03-2310-4/+18
* Missing ATOMIC_*_LOCK_FREE testsJF Bastien2016-03-181-0/+8
* unord: Extract key to avoid preemptive mallocs in insert/emplaceDuncan P. N. Exon Smith2016-03-172-0/+184
* Make std::addressof constexpr in C++17 (Clang only).Eric Fiselier2016-03-171-0/+42
* [libcxx] Remove localization tests for Russian month namesJonas Hahnfeld2016-03-152-34/+0
* Implement LWG2577: {shared,unique}_lock</tt> should use std::addressofMarshall Clow2016-03-1410-42/+150
* Add failing tests that I forgot to add to the last commitMarshall Clow2016-03-143-0/+90
* Implement LWG#2566: Requirements on the first template parameter of container...Marshall Clow2016-03-143-21/+21
* Mark exception-throwing test as XFAIL when exceptions are disabledMarshall Clow2016-03-141-0/+1
* Revert r263036, it's ABI-breaking.Nico Weber2016-03-111-25/+2
* Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment v...Marshall Clow2016-03-091-1/+33
* Implement LWG#2583: There is no way to supply an allocator for basic_string(s...Marshall Clow2016-03-091-2/+25
* Add some more tests for the containers type requirementsMarshall Clow2016-03-096-19/+112
* Remove a couple tabs that crept inMarshall Clow2016-03-081-2/+2
* Implement P0272R1: Give 'std::string' a non-const '.data()' member functionMarshall Clow2016-03-081-10/+36
* Implement P0253R1: Fixing a design mistake in the searchers interface.Marshall Clow2016-03-0811-13/+16
* Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary ...Marshall Clow2016-03-072-0/+121
* non-member swap for array was mistakenly taking const ref params. Fixed and a...Marshall Clow2016-03-071-1/+28
* Fix for PR26812: possible overflow issue in std::allocator::allocateMarshall Clow2016-03-031-0/+46
* Added tests to make sure that the categorization traits work on incomplete typesMarshall Clow2016-02-2529-15/+127
* No, really - test the constructorMarshall Clow2016-02-251-1/+1
* Add test to ensure that the converting constructor in N4089 is present and wo...Marshall Clow2016-02-251-0/+27
OpenPOWER on IntegriCloud