aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2022-11-08libstdc++: Uncomment denorm_min testJakub Jelinek1-1/+1
2022-11-07c++: implement P2468R2, the equality operator you are looking forJason Merrill1-3/+3
2022-11-07libstdc++: Implement ranges::as_rvalue_view from P2446R2Patrick Palka1-0/+47
2022-11-07libstdc++: Implement ranges::cartesian_product_view from P2374R4Patrick Palka1-0/+186
2022-11-07libstdc++: Update from latest fast_float [PR107468]Jakub Jelinek1-0/+42
2022-11-07libstdc++: Add _Float128 to_chars/from_chars support for x86, ia64 and ppc64l...Jakub Jelinek1-0/+105
2022-11-05libstdc++: fix pointer type exception catch (no RTTI) [PR105387]Jakob Hasse2-0/+88
2022-11-05libstdc++: Do not use SFINAE for propagate_const conversions [PR107525]Jonathan Wakely1-0/+47
2022-11-03libstdc++: Add missing move in ranges::copyJonathan Wakely1-0/+24
2022-11-02libstdc++: Shortest denormal hex std::to_charsJakub Jelinek2-4/+4
2022-11-01libstdc++: std::from_chars std::{,b}float16_t supportJakub Jelinek1-0/+76
2022-11-01libstdc++-v3: Some std::*float*_t charconv and i/ostream overloadsJakub Jelinek4-122/+491
2022-10-31libstdc++-v3: <complex> support for extended floating point typesJakub Jelinek1-0/+89
2022-10-31libstdc++: Small extended float support tweaksJakub Jelinek1-0/+2
2022-10-29libstdc++: Don't use gstdint.h anymoreArsen Arsenović1-1/+0
2022-10-28libstdc++: Fix allocator propagation in regex algorithms [PR107376]Jonathan Wakely1-0/+76
2022-10-21libstdc++: Fix std::move_only_function for incomplete parameter typesJonathan Wakely1-0/+11
2022-10-19libstdc++: Implement remaining P2474R2 changes to views::take/dropPatrick Palka1-0/+33
2022-10-19libstdc++: Fix typo in stride_view's operator- [PR107313]Patrick Palka1-0/+20
2022-10-19libstdc++-v3: Implement {,b}float16_t nextafter and some fixes [PR106652]Jakub Jelinek2-3/+128
2022-10-18libstdc++: Implement ranges::stride_view from P1899R3Patrick Palka1-0/+73
2022-10-18libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek6-0/+559
2022-10-17libstdc++: Fix value of __cpp_lib_constexpr_charconvJonathan Wakely2-2/+2
2022-10-15libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3)Jonathan Wakely3-0/+245
2022-10-15libstdc++: Fix uses_allocator_construction args for cv pair (LWG 3677)Jonathan Wakely1-0/+52
2022-10-12libstdc++: Add __gnu_debug::basic_string<>::compare overloadsFrançois Dumont10-36/+36
2022-10-12libstdc++: Implement ranges::repeat_view from P2474R2Patrick Palka1-0/+93
2022-10-11libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely1-0/+1
2022-10-10libstdc++: Revert addition of constraints to make_signed/make_unsignedJonathan Wakely5-6/+19
2022-10-10libstdc++: std::make_signed_t<cv bool> should be ill-formedJonathan Wakely4-30/+26
2022-10-04libstdc++: Fix test FAIL for old std::string ABIJonathan Wakely1-3/+9
2022-10-04libstdc++: Disable test for freestandingJonathan Wakely1-0/+2
2022-10-04libstdc++: Implement ranges::join_with_view from P2441R2Patrick Palka1-0/+97
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović290-10/+390
2022-10-03libstdc++: Re-enable std::hash<std::bitset> in freestanding [PR103626]Arsen Arsenović2-0/+4
2022-10-03libstdc++: Add effective-target 'hosted' for testsuite [PR103626]Jonathan Wakely1-1/+9
2022-10-03libstdc++: Make some tests work on freestanding [PR103626]Arsen Arsenović13-64/+104
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-0/+4
2022-10-03libstdc++: Make _GLIBCXX_HOSTED respect -ffreestanding [PR103626]Jonathan Wakely2-3/+3
2022-10-03libstdc++: Fix tests broken by C++23 P2266R3 "Simpler implicit move"Jonathan Wakely2-2/+2
2022-10-03libstdc++: Fix gdb pretty printers when dealing with std::stringFrançois Dumont6-24/+5
2022-09-30libstdc++: Remove <sstream> dependency from std::bitset::to_ulong() testJonathan Wakely1-12/+1
2022-09-30libstdc++: Fix broken dg-prune-outputJonathan Wakely1-1/+1
2022-09-30testsuite: Windows paths use \ and not /Torbjörn SVENSSON1-1/+1
2022-09-29libstdc++: Disable volatile-qualified std::bind for C++20Jonathan Wakely2-17/+20
2022-09-29libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]Jonathan Wakely5-0/+51
2022-09-27c++: Make __is_{,nothrow_}convertible SFINAE on access [PR107049]Jonathan Wakely1-0/+18
2022-09-27libstdc++: Adjust deduction guides for static operator() [PR106651]Jonathan Wakely2-0/+46
2022-09-26libstdc++: Update std::pointer_traits to match new LWG 3545 wordingJonathan Wakely1-0/+17
2022-09-26libstdc++: Add #if around non-C++03 code in std::bitset [PR107037]Jonathan Wakely1-0/+7