summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util
Commit message (Expand)AuthorAgeFilesLines
* Implement std::pmr::unsynchronized_pool_resourceJonathan Wakely2018-11-064-0/+348
* More testing for std::pair layout changeJonathan Wakely2018-10-311-0/+17
* PR libstdc++/87822 fix layout change for nested std::pairJonathan Wakely2018-10-311-0/+47
* Implement P0892R2, explicit(bool).Marek Polacek2018-10-303-40/+40
* PR libstdc++/87704 fix unique_ptr(nullptr_t) constructorsJonathan Wakely2018-10-231-0/+32
* Fix tests that use allocators with incorrect value typesJonathan Wakely2018-10-191-5/+5
* Fix tests that fail when built with different optionsJonathan Wakely2018-10-181-0/+1
* re PR libstdc++/87619 (sizeof(std::variant) can be reduced if its variant_siz...Ville Voutilainen2018-10-171-0/+53
* Fix tests that fail when compiled without optimisationJonathan Wakely2018-10-161-1/+1
* PR libstdc++/87538 fix std::not_fn exception specificationsJonathan Wakely2018-10-081-0/+49
* Fix location of invocable check for unique_ptr deleterJonathan Wakely2018-09-181-0/+33
* PR libstdc++/87278 restore support for std::make_shared<volatile T>()Jonathan Wakely2018-09-111-0/+26
* Implement LWG 2905 changes to constrain unique_ptr constructorsJonathan Wakely2018-09-114-5/+88
* Remove C++14-isms from C++11 testsJonathan Wakely2018-08-231-1/+1
* Refactor std::optional SFINAE constraintsJonathan Wakely2018-08-201-5/+1
* PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignmentJonathan Wakely2018-08-172-1/+180
* Refactor uses-allocator constructionJonathan Wakely2018-08-151-0/+110
* PR libstdc++/86874 fix std::variant::swap regressionJonathan Wakely2018-08-071-0/+55
* PR libstdc++/86751 default assignment operators for std::pairJonathan Wakely2018-07-312-0/+107
* Add missing dg-require-cstdint directives to testsJonathan Wakely2018-07-266-0/+6
* Remove dg-require-cstdint directive from testsJonathan Wakely2018-07-2631-32/+0
* Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2018-07-266-10/+10
* PR libstdc++/86676 another alignment fix for testJonathan Wakely2018-07-261-1/+1
* PR libstdc++/86676 Do not assume stack buffer is alignedJonathan Wakely2018-07-251-2/+4
* Add initial version of C++17 <memory_resource> headerJonathan Wakely2018-07-2410-0/+965
* Reorder conditions in uses-allocator construction helperJonathan Wakely2018-07-243-3/+3
* Simplify the base characteristics for some type traitsJonathan Wakely2018-07-191-43/+65
* Use __builtin_memmove for trivially copyable typesGlen Joseph Fernandes2018-07-191-0/+37
* PR libstdc++/86537 remove less<shared_ptr<T>> partial specializationJonathan Wakely2018-07-161-0/+69
* PR libstdc++/86398 fix std::is_trivially_constructible regressionJonathan Wakely2018-07-043-64/+79
* P0758R1 Implicit conversion traitsJonathan Wakely2018-07-025-2/+241
* P0887R1 The identity metafunctionJonathan Wakely2018-07-023-0/+158
* Add whitespace to some dejagnu directives in libstdc++ testsJonathan Wakely2018-06-291-1/+1
* Add testcase accidentally not committed earlierJonathan Wakely2018-06-201-0/+30
* LWG 2975 ensure construct(pair<T,U>*, ...) used to construct pairsJonathan Wakely2018-06-181-0/+28
* LWG 3050 Fix cv-qualification of convertibility constraintsJonathan Wakely2018-06-182-1/+25
* LWG 2993 reference_wrapper<T> conversion from T&&Jonathan Wakely2018-06-152-0/+100
* Define __cpp_lib_tuple_element_t in <tuple> not <utility>Jonathan Wakely2018-06-141-0/+6
* PR libstdc++/85951 for make_signed/make_unsigned for character typesJonathan Wakely2018-05-314-6/+32
* re PR libstdc++/80165 (Constexpr tuple of variant doesn't work)Ville Voutilainen2018-05-131-0/+12
* Make std::function tolerate semantically non-CopyConstructible objectsJonathan Wakely2018-05-091-0/+39
* PR libstdc++/85642 fix is_nothrow_default_constructible<optional<T>>Jonathan Wakely2018-05-042-3/+66
* Add tests for std::remove_cvrefJonathan Wakely2018-05-034-0/+165
* PR libstdc++/85183 fix std::variant move-assignmentJonathan Wakely2018-04-041-0/+35
* PR libstdc++/85040 fix std::less<void> etc. ambiguitiesJonathan Wakely2018-03-221-0/+34
* Fix some libstdc++ testsuite failuresJonathan Wakely2018-03-212-1/+41
* Fix new test that fails in C++98 modeJonathan Wakely2018-03-171-10/+10
* PR libstdc++/78420 Make std::less etc. yield total order for pointersJonathan Wakely2018-03-141-0/+206
* re PR libstdc++/84601 (std::optional<std::pair<int, int>> is not assignment c...Ville Voutilainen2018-03-062-3/+25
* PR libstdc++/84671 handle digit separators in duration literalsJonathan Wakely2018-03-021-0/+26