summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error due to mismatched iterator types. Patch from STL@microsoft.comEric Fiselier2016-08-031-1/+1
* Fix an MSVC x64 compiler warning. Patch from STL@microsoft.comEric Fiselier2016-08-033-9/+12
* [libcxx] basic_regex: add traits_type, string_typeHubert Tong2016-08-021-0/+6
* Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS.Marshall Clow2016-07-266-0/+359
* Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.l...Marshall Clow2016-07-268-0/+389
* Remove use of C++1z static assert in C++11 testEric Fiselier2016-07-251-8/+8
* Implement the std::pair parts of "Improving pair and tuple". Completes N4387.Eric Fiselier2016-07-259-35/+668
* Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-255-2/+334
* Make std::is_assignable tolerate references to incomplete types.Eric Fiselier2016-07-251-2/+5
* Revert r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-255-310/+2
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-2514-18/+32
* Don't SFINAE pair's copy assignment operator in C++03 mode.Eric Fiselier2016-07-251-0/+36
* Mark bucket_count() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier2016-07-25107-349/+458
* Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier2016-07-2512-18/+30
* Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-2517-255/+148
* Work around MSVC's non-standard ABI for enums. Patch from STL@microsoft.comEric Fiselier2016-07-253-5/+22
* Fix a non-standard allocator in vector tests. Patch from STL@microsoft.comEric Fiselier2016-07-241-0/+3
* Fix unique_ptr.runtime tests for null inputs. Patch from STL@microsoft.comEric Fiselier2016-07-242-0/+13
* Fix portability issues in <random> tests. Patch from STL@microsoft.comEric Fiselier2016-07-244-6/+19
* Mark bucket() assertions as non-portable. Patch from STL@microsoft.comEric Fiselier2016-07-244-8/+12
* Fix MSVC unreferenced parameter warning. Patch from STL@microsoft.comEric Fiselier2016-07-241-1/+1
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-2414-39/+53
* Make bucket_count() greater-equal assertions portable. Patch from STL@microso...Eric Fiselier2016-07-244-7/+7
* Mark bucket_size() assertions as non-portible. Patch from STL@microsoft.comEric Fiselier2016-07-244-48/+52
* Guard libc++ specific tests SFINAE on std::bind's call operator. Patch from S...Eric Fiselier2016-07-241-3/+5
* Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-244-2/+274
* Fix memory leak in test.Eric Fiselier2016-07-241-0/+4
* Implement LWG 2393. Check for LValue-callability.Eric Fiselier2016-07-243-0/+65
* Implement LWG2328. Rvalue stream extraction should perfect forward.Eric Fiselier2016-07-241-6/+15
* Implement P0040r3: Extending memory management toolsEric Fiselier2016-07-249-0/+871
* Implement the in_place tags from p0032r3.Eric Fiselier2016-07-231-0/+99
* Implement P0392r0. Integrate filesystem::path and string_view.Eric Fiselier2016-07-235-3/+116
* Again, w/o the tabsMarshall Clow2016-07-211-5/+5
* Another fix to appease the no-exception bots.Marshall Clow2016-07-211-7/+11
* Fix some string_view tests that were failing when exceptions were disabled. A...Marshall Clow2016-07-215-6/+31
* Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed...Marshall Clow2016-07-2195-5/+17377
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-219-80/+104
* Unbreak traits tests by handling differences between version macros in clang/...Eric Fiselier2016-07-202-2/+4
* Fix inheriting constructor test for std::function.Eric Fiselier2016-07-201-4/+7
* Unbreak is_constructible tests for Clang <= 3.7.Eric Fiselier2016-07-202-1/+25
* Add missed test in r276090.Eric Fiselier2016-07-201-0/+23
* Reimplement is_constructible fallback implementation. Fixes PR21574.Eric Fiselier2016-07-202-7/+60
* Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.Eric Fiselier2016-07-201-0/+74
* Fix undefined behavior in __treeEric Fiselier2016-07-191-0/+31
* Remove locale tests that depend on enviroment variables.Eric Fiselier2016-07-181-17/+0
* [libcxx][filesystem] Remove setgid from parent before testing permissionsJonas Hahnfeld2016-07-181-0/+3
* Add checkpoint diagnostics to help diagnose buildbot failures.Eric Fiselier2016-07-181-0/+4
* Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan.Eric Fiselier2016-07-183-0/+12
* Add includes in test. Patch from STL@microsoft.comEric Fiselier2016-07-181-0/+4
* Suppress warning in make_from_tuple tests.Eric Fiselier2016-07-181-0/+4
OpenPOWER on IntegriCloud