summaryrefslogtreecommitdiffstats
path: root/libcxx
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-2222-31/+45
* Add missing include of <algorithm>Marshall Clow2016-04-222-0/+2
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2016-04-2211-111/+214
* Fix LWG issue #2106: move_iterators returning prvaluesEric Fiselier2016-04-223-3/+47
* Fix C++03 build breakageEric Fiselier2016-04-221-2/+9
* Complete LWG issue #2016. Allocators must be nothrow swappableEric Fiselier2016-04-2214-35/+40
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-2119-104/+718
* Make ios_base::failure visibility specified consistentEric Fiselier2016-04-211-1/+1
* Fix most GCC attribute ignored warningsEric Fiselier2016-04-219-30/+25
* [libc++] fix macro redef warning when exception is disabledWeiming Zhao2016-04-211-1/+1
* Add cxx_runtime_root options for testing against a different libc++ at runtimeEric Fiselier2016-04-203-9/+23
* [libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...Eric Fiselier2016-04-202-32/+84
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-2015-231/+726
* XFAILing new test on C++03Ben Craig2016-04-191-0/+1
* Include initializer_list from utilityBen Craig2016-04-192-0/+21
* Framework to allow testing of static libc++abiBen Craig2016-04-194-23/+41
* Make tuples constructors conditionally EXPLICIT. See N4387Eric Fiselier2016-04-1912-12/+385
* Mark P0152R1 as complete.Eric Fiselier2016-04-181-1/+1
* Mark LWG issue 2469 as done. Also simplify try_emplace and insert_or_assign i...Eric Fiselier2016-04-182-64/+32
* Implement LWG issue 2219 - support reference_wrapper in INVOKEEric Fiselier2016-04-1811-62/+409
* Add hash specializations for __int128_t. Fixes LWG issue 2119Eric Fiselier2016-04-183-4/+25
* Add tests for LWG issue 2361Eric Fiselier2016-04-1816-9/+263
* Fix LWG issue 2345 - Add insert(value_type&&)Eric Fiselier2016-04-1821-616/+764
* Teach map/unordered_map how to optimize 'emplace(Key, T)'.Eric Fiselier2016-04-167-4/+184
* Extract key to avoid preemptive mallocs in insert/emplace in associative cont...Eric Fiselier2016-04-1517-1018/+1004
* Cleanup and guard tuple's constructor SFINAE. Fixes PR22806 and PR23256.Eric Fiselier2016-04-154-47/+436
* [libcxx] Remove the "reduced-arity-initialization" extension from the uses-al...Eric Fiselier2016-04-153-70/+116
* Qualify calls to addressof to avoid getting ADL. Fixes PR#27254.Marshall Clow2016-04-132-12/+12
* Implement LWG#680, which was missed lo these many moons ago, and was reported...Marshall Clow2016-04-112-8/+5
* Update filesystem statusEric Fiselier2016-04-081-1/+1
* Recommit r263036 with additional inlining, so that it will continue to work w...Marshall Clow2016-04-072-4/+47
* Added a noexcept testMarshall Clow2016-04-071-0/+6
* Fix bug #27260 - add missing swap(reference, reference) to vector<bool>.Marshall Clow2016-04-072-0/+32
* Remove unused internal routines. No functional changeMarshall Clow2016-04-041-28/+0
* Put back the undefs that Richard removed. Boost won't build w/o these; specif...Marshall Clow2016-04-041-0/+57
* Fix for Bug #27193; 'std::acos on complex does not agree with C'. Tests need ...Marshall Clow2016-04-041-1/+1
* Fix LWG issue 2469 - Use piecewise construction in map::operator[].Eric Fiselier2016-03-313-71/+108
* Teach __tree how to handle map's __value_typeEric Fiselier2016-03-317-456/+856
* Update container_test_types.h and cleanup the related testsEric Fiselier2016-03-317-142/+91
* Update copyright year to 2016.Paul Robinson2016-03-301-1/+1
* Implement is_always_lock_freeJF Bastien2016-03-252-11/+133
* Guard a number of tests relying on threads support when built inRichard Barton2016-03-2315-4/+24
* 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-174-50/+240
* Make std::addressof constexpr in C++17 (Clang only).Eric Fiselier2016-03-174-1/+63
* Add __unconstref for future useEric Fiselier2016-03-161-0/+5
* Add clang thread safety annotations to mutex and lock_guard. Patch by jamesr@...Eric Fiselier2016-03-168-8/+154
* [libcxx] Remove localization tests for Russian month namesJonas Hahnfeld2016-03-152-34/+0
* Missed this file in previous checkinMarshall Clow2016-03-141-6/+33
OpenPOWER on IntegriCloud