aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-02-16libstdc++: printf format string fix in testsuiteMatthias Kretz1-1/+1
2023-02-16libstdc++: Use a PCH to speed up check-simdMatthias Kretz39-226/+170
2023-02-16libstdc++: Document timeout and timeout-factor of simd testsMatthias Kretz1-2/+8
2023-02-16libstdc++: Replace non-ascii character in testJonathan Wakely1-1/+1
2023-02-16libstdc++: Implement <experimental/synchronized_value> (P0290)Jonathan Wakely1-0/+42
2023-02-16libstdc++: Enable CTAD for std::basic_format_args (LWG 3810)Jonathan Wakely1-0/+25
2023-02-16libstdc++: Implement P2255R2 dangling checks for std::pairJonathan Wakely1-0/+67
2023-02-16libstdc++: Make names_pstl.cc require et tbb_backendJonathan Wakely1-1/+3
2023-02-16libstdc++: Add missing space after effective-target name in testJonathan Wakely1-1/+1
2023-02-16libstdc++: Fix non-reserved names in PSTL headersJonathan Wakely1-0/+16
2023-02-16libstdc++: Fix uses of non-reserved names in headersJonathan Wakely1-2/+19
2023-02-13libstdc++: Add missing free functions for atomic_flag [PR103934]Thomas W Rodgers1-2/+24
2023-02-13libstdc++: Add missing free functions for atomic_flag [PR103934]Thomas W Rodgers2-2/+50
2023-02-06libstdc++: Fix testsuite warnings about new C++23 deprecationsJonathan Wakely5-0/+13
2023-02-06libstdc++: Implement P1413R3 'deprecate aligned_storage and aligned_union'Nathaniel Shead2-0/+52
2023-02-04libstdc++: Optimize basic_string move assignmentFrançois Dumont1-0/+52
2023-02-03libstdc++: Implement ranges::find_last{,_if,_if_not} from P1223R5Patrick Palka3-0/+274
2023-02-03libstdc++: Implement ranges::iota from P2440R1Patrick Palka1-0/+29
2023-02-03libstdc++: Implement ranges::contains/contains_subrange from P2302R4Patrick Palka2-0/+70
2023-02-02libstdc++: Define std::basic_stringbuf::view() for old std::string ABIJonathan Wakely8-8/+0
2023-02-02libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636]Jonathan Wakely1-0/+8
2023-02-02libstdc++: Use emplace in std::variant::operator=(T&&) as per LWG 3585Jonathan Wakely1-0/+16
2023-02-01libstdc++ testsuite: Correct S0 in std/time/hh_mm_ss/1.ccHans-Peter Nilsson1-1/+1
2023-01-27libstdc++: Fix up FAIL in 17_intro/names.cc on glibc < 2.19 [PR108568]Jakub Jelinek1-2/+5
2023-01-27libstdc++: Use dg-bogus in new test [PR108554]Jonathan Wakely1-0/+2
2023-01-26libstdc++: Add returns_nonnull to non-inline std::map detail [PR108554]Jonathan Wakely1-0/+19
2023-01-24libstdc++: Include std::ranges::subrange definition in <tuple> [PR102301]Jonathan Wakely2-0/+48
2023-01-18libstdc++: Deprecate std::filesystem::u8path for C++20Jonathan Wakely5-0/+20
2023-01-18libstdc++: testsuite: Simplify codecvt_unicodeDimitrij Mijoski3-22/+17
2023-01-16Update copyright years.Jakub Jelinek8959-8960/+8960
2023-01-15libstdc++: Remove dg-xfail-run-if in std/time/tzdb_list/1.ccJonathan Wakely1-4/+10
2023-01-15libstdc++: [_GLIBCXX_DEBUG] Complete deadlock fix on safe iterators [PR108288]François Dumont3-0/+66
2023-01-15libstdc++: Remove unconditional -pthread from test optionsJonathan Wakely1-1/+1
2023-01-15libstdc++: Fix narrowing conversion in std/time/clock/utc/io.ccJonathan Wakely1-1/+2
2023-01-14libstdc++: Disable unwanted code for --with-libstdcxx-zoneinfo=noJonathan Wakely2-0/+2
2023-01-14libstdc++: Embed a static copy of tzdata.ziJonathan Wakely1-5/+2
2023-01-14libstdc++: Fix ostream insertion operators for calendar typesJonathan Wakely10-0/+322
2023-01-13libstdc++: Fix a few !HOSTED test regressionsArsen Arsenović7-15/+37
2023-01-13libstdc++: Enable string_view in freestandingArsen Arsenović12-15/+64
2023-01-13libstdc++: Fix Unicode codecvt and add tests [PR86419]Dimitrij Mijoski3-0/+1396
2023-01-13libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327]Jonathan Wakely1-3/+6
2023-01-12libstdc++: Extend max_align_t special case to 64-bit HP-UX [PR77691]Jonathan Wakely1-0/+4
2023-01-06libstdc++: Add feature-test macros for implemented C++23 views [PR108260]Patrick Palka11-0/+84
2023-01-06libstdc++: Fix misuse of alloca in std::bitset [PR108214]Jonathan Wakely1-0/+21
2023-01-05libstdc++: Reduce size of std::bind_front(empty_type) result [PR108290]Jonathan Wakely1-1/+37
2023-01-05libstdc++: Fix std::chrono::hh_mm_ss with unsigned rep [PR108265]Jonathan Wakely1-0/+16
2023-01-04libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258]Jonathan Wakely1-3/+16
2022-12-24libstdc++, testsuite: Correct an init.Iain Sandoe1-1/+1
2022-12-23Reimplement GNU threads library on native WindowsEric Botcazou2-1/+32
2022-12-22libstdc++: Add std::format support to <chrono>Jonathan Wakely16-6/+961