aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-22libstdc++: Implement C++20 time zone support in <chrono>Jonathan Wakely20-11/+1421
2022-12-21libstdc++: Don't call 4-5 argument to_chars with chars_format{}Jakub Jelinek2-7/+17
2022-12-16libstdc++: Add monadic operations to std::expected for C++23 (P2505R5)Jonathan Wakely5-2/+303
2022-12-16libstdc++: Fixes for std::expectedJonathan Wakely3-3/+142
2022-12-16libstdc++: Diagnose broken allocator rebind membersJonathan Wakely7-7/+37
2022-12-16libstdc++: Fix self-move for std::weak_ptr [PR108118]Jonathan Wakely1-0/+19
2022-12-15c++, libstdc++: Add typeinfo for _Float{16,32,64,128,32x,64x} and __bf16 type...Jakub Jelinek1-1/+2
2022-12-12libstdc++: Add a test checking for chrono::duration overflowsJonathan Wakely1-0/+29
2022-12-12libstdc++: Fix constraint on std::basic_format_string [PR108024]Jonathan Wakely1-0/+16
2022-12-12libstdc++: Change names that clash with Win32 or ClangJonathan Wakely1-0/+11
2022-12-12libstdc++: Define atomic lock-free type aliases for C++20 [PR98034]Jonathan Wakely1-0/+34
2022-12-12libstdc++: Make operator<< for stacktraces less templated (LWG 3515)Jonathan Wakely1-6/+5
2022-12-09libstdc++: Fix some -Wunused warnings in testsJonathan Wakely1-0/+2