aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-10-22libstdc++: Fix custom clock in testJonathan Wakely1-4/+5
2020-10-21libstdc++: Make structured bindings always work for subranges [PR 97512]Jonathan Wakely1-0/+33
2020-10-20Convert -Wrestrict pass to ranger.Aldy Hernandez1-0/+2
2020-10-20libstdc++: Define noop coroutine details private and inline [PR 95917]Jonathan Wakely1-0/+31
2020-10-20libstdc++: Remove inheritance from std::coroutine_handle<> [LWG 3460]Jonathan Wakely1-0/+54
2020-10-19libstdc++: Implement std::make_unique_for_overwriteJonathan Wakely3-2/+100
2020-10-19libstdc++: Optimize container node-handle type for sizeJonathan Wakely1-0/+1
2020-10-14libstdc++: Fix tests that fail with old std::string ABIJonathan Wakely2-2/+2
2020-10-14libstdc++: Improve comments for check_effective_target_cxx11-abiJonathan Wakely1-0/+2
2020-10-14libstdc++: Improve comments in std::string testsJonathan Wakely14-44/+44
2020-10-14libstdc++: Enable tests that incorrectly require cxx11-abiJonathan Wakely3-11/+6
2020-10-14libstdc++: Implement LWG 3706 for COW stringsJonathan Wakely2-2/+0
2020-10-12libstdc++: Apply proposed resolution for LWG 3450Patrick Palka1-0/+10
2020-10-12libstdc++: Apply proposed resolution for LWG 3449 [PR95322]Patrick Palka1-1/+27
2020-10-10libstdc++: Replace use of reserved name that clashes [PR 97362]Jonathan Wakely1-0/+1
2020-10-09libstdc++: Diagnose visitors with different return types [PR95904]Ville Voutilainen1-1/+1
2020-10-09libstdc++: Fix incorrect results in std::seed_seq::generate [PR 97311]Jonathan Wakely2-1/+54
2020-10-09libstdc++: Adjust variable export in makefileJonathan Wakely2-2/+2
2020-10-09libstdc++: Pass CXXFLAGS to check_performance scriptJonathan Wakely2-0/+2
2020-10-09libstdc++: Add performance test for <random>Jonathan Wakely1-0/+102
2020-10-09libstdc++: Fix unused variable warningJonathan Wakely1-1/+0
2020-10-08libstdc++: Make ranges::construct_at constexpr-friendly [PR95788]Patrick Palka1-0/+41
2020-10-08libstdc++: Add assertions for preconditions in sampling distributions [PR 82584]Jonathan Wakely1-1/+1
2020-10-08libstdc++: Add C++11 member functions for ios::failure in old ABIJonathan Wakely2-1/+50
2020-10-08libstdc++: Avoid divide by zero in default template argumentsJonathan Wakely2-4/+41
2020-10-08libstdc++: Fix divide by zero in default template argumentJonathan Wakely1-0/+27
2020-10-08libstdc++: Fix non-reserved names in headersJonathan Wakely1-2/+11
2020-10-06libstdc++: Inline std::exception_ptr members [PR 90295]Jonathan Wakely2-1/+51
2020-10-06libstdc++: Avoid CTAD for std::ranges::join_view [LWG 3474]Jonathan Wakely2-37/+16
2020-10-06libstdc++: Reduce uses of std::numeric_limitsJonathan Wakely3-0/+3
2020-10-05libstdc++: Minor header cleanup in <numeric>Jonathan Wakely2-8/+8
2020-10-05libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190]Jonathan Wakely1-0/+53
2020-10-05libstdc++: Use correct duration for atomic_futex wait on custom clock [PR 91486]Mike Crowe1-2/+60
2020-10-05libstdc++: Test C++11 implementation of std::chrono::__detail::ceilMike Crowe1-0/+43
2020-10-02libstdc++: Change test to work without 64-bit atomicsJonathan Wakely1-2/+2
2020-10-02libstdc++: Fix testcase by using terminate handlerJonathan Wakely1-0/+6
2020-10-02libstdc++: Add missing P0896 changes to <iterator>Patrick Palka1-0/+52
2020-09-28libstdc++: Rearrange some range adaptors' data membersPatrick Palka1-10/+10
2020-09-28libstdc++: Add test that tracks range adaptors' sizesPatrick Palka1-0/+52
2020-09-28libstdc++: Reduce the size of a subrange with empty sentinel typePatrick Palka1-0/+28
2020-09-28libstdc++: Reduce the size of an unbounded iota_viewPatrick Palka1-0/+3
2020-09-26libstdc++: Use __libc_single_threaded to optimise atomics [PR 96817]Jonathan Wakely1-0/+39
2020-09-24libstdc++: assert that type traits are not misused with incomplete types [PR ...Antony Polukhin5-0/+232
2020-09-24libstdc++: Specialize ranges::__detail::__box for semiregular typesPatrick Palka1-0/+73
2020-09-22libstdc++: Fix out-of-bounds string_view access in filesystem::path [PR 97167]Jonathan Wakely1-0/+10
2020-09-22libstdc++: Fix overflow handling in std::alignGlen Joseph Fernandes1-0/+53
2020-09-22libstdc++: Introduce new headers for C++20 ranges componentsJonathan Wakely2-0/+2
2020-09-22libstdc++: Use correct argument type for __use_alloc, again [PR 96803]Jonathan Wakely1-0/+21
2020-09-21libstdc++: Remove overzealous static_asserts from std::spanPatrick Palka3-12/+30
2020-09-21libstdc++: Fix division by zero in std::samplePatrick Palka1-0/+50