aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2024-10-27libstdc++: Add P1206R7 from_range members to std::vector [PR111055]Jonathan Wakely9-0/+848
2024-10-27libstdc++: Fix std::vector<bool>::emplace to forward parameterJonathan Wakely1-0/+24
2024-10-25libstdc++: Disable parts of new test that depend on constexpr std::stringJonathan Wakely1-0/+2
2024-10-25libstdc++: implement concatenation of strings and string_viewsGiuseppe D'Angelo3-0/+245
2024-10-24libstdc++: Fix test broken when using COW std::stringFrançois Dumont1-3/+2
2024-10-24libstdc++: Fix typos in tests using macros for std::float128_t supportJonathan Wakely4-4/+4
2024-10-23ginclude: stdalign.h should define __xxx_is_defined macros for C++Jonathan Wakely1-0/+24
2024-10-23libstdc++: Always instantiate key_type to compute hash code [PR115285]François Dumont5-63/+100
2024-10-22libstdc++: Implement LWG 4166 changes to concat_view::end()Patrick Palka1-0/+20
2024-10-22libstdc++: Avoid using std::__to_address with iteratorsJonathan Wakely1-19/+0
2024-10-21libstdc++: Improve 26_numerics/headers/cmath/types_std_c++0x_neg.ccJonathan Wakely1-23/+24
2024-10-18libstdc++: Inline memmove optimizations for std::copy etc. [PR115444]Jonathan Wakely5-0/+247
2024-10-18libstdc++: Refactor std::uninitialized_{copy,fill,fill_n} algos [PR68350]Jonathan Wakely9-16/+35
2024-10-18libstdc++: Move std::__niter_base and std::__niter_wrap to stl_iterator.hJonathan Wakely1-0/+29
2024-10-15libstdc++: Implement LWG 3798 for range adaptors [PR106676]Jonathan Wakely1-0/+16
2024-10-14libstdc++: Implement LWG 3564 for ranges::transform_viewJonathan Wakely1-0/+19
2024-10-14libstdc++: Constrain std::expected comparisons (P3379R0)Jonathan Wakely5-4/+185
2024-10-14libstdc++: Use std::move for iterator in ranges::fill [PR117094]Jonathan Wakely1-0/+34
2024-10-13libstdc++: testsuite: adjust name_fortify test for pre-defined _FORTIFY_SOURCESam James1-0/+1
2024-10-13libstdc++: Fix ranges::copy_backward for a single memcpyable element [PR117121]Jonathan Wakely3-0/+45
2024-10-11libstdc++: Fix localized %c formatting for <chrono> [PR117085]Jonathan Wakely3-0/+19
2024-10-11libstdc++: Add missing whitespace in dg-do directivesJonathan Wakely2-2/+2
2024-10-11libstdc++: Fix some test failures with -fno-char8_tJonathan Wakely2-2/+9
2024-10-09libstdc++: Test 17_intro/names.cc with -D_FORTIFY_SOURCE=2 [PR116210]Jonathan Wakely2-0/+13
2024-10-09libstdc++: Workaround glibc headers on ia64-linuxFrank Scheiner1-0/+6
2024-10-09libstdc++: Ignore _GLIBCXX_USE_POSIX_SEMAPHORE if not supported [PR116992]Jonathan Wakely1-0/+2
2024-10-09libstdc++: Do not cast away const-ness in std::construct_at (LWG 3870)Jonathan Wakely1-15/+0
2024-10-09libstdc++: Make std::construct_at support arrays (LWG 3436)Jonathan Wakely2-0/+60
2024-10-09libstdc++: Fix formatting of chrono::duration with character rep [PR116755]Jonathan Wakely1-0/+66
2024-10-08contrib, libcpp, libstdc++: Update to Unicode 16.0Jakub Jelinek1-1/+1
2024-10-05libstdc++: add std::is_virtual_base_ofGiuseppe D'Angelo1-0/+34
2024-10-05libstdc++: Implement LWG 3664 changes to ranges::distancePatrick Palka1-0/+11
2024-10-04libstdc++/ranges: Implement various small LWG issuesPatrick Palka6-0/+59
2024-10-04libstdc++: Fix some Parallel Mode testsuite failuresJonathan Wakely3-4/+6
2024-10-02libstdc++: Populate std::time_get::get's %c format for C localeJonathan Wakely2-0/+74
2024-10-02libstdc++: Fix rounding in chrono::parseJonathan Wakely2-1/+40
2024-09-27libstdc++: Fix test FAILs due to -Wreturn-local-addrJonathan Wakely2-0/+2
2024-09-27libstdc++: Fix test FAIL due to -Wpointer-arithJonathan Wakely1-0/+1
2024-09-26libstdc++: Preserve signbit of nan when converting float to double [PR113578]Jonathan Wakely1-0/+14
2024-09-26libstdc++: Fix comments in <sstream> tests that mention basic_filebufJonathan Wakely9-25/+17
2024-09-26libstdc++: Add [[nodiscard]] to iostream membersJonathan Wakely2-4/+4
2024-09-25libstdc++: testsuite: fix dg-bogus directive syntaxSam James3-3/+3
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill8-12/+13
2024-09-22libstdc++: Disable std::formatter<char8_t, C> specializationJonathan Wakely1-0/+17
2024-09-22libstdc++: Fix formatting of most negative chrono::duration [PR116755]Jonathan Wakely1-0/+8
2024-09-22libstdc++: add default template parameters to algorithmsJonathan Wakely2-0/+182
2024-09-20libstdc++: Avoid forming T* in unique_ptr(auto_ptr<U>&&) constraints [PR116529]Jonathan Wakely1-0/+35
2024-09-19libstdc++: add #pragma diagnosticJason Merrill4-4/+4
2024-09-15libstdc++: Enable most of <chrono> for freestandingJonathan Wakely1-0/+52
2024-09-15libstdc++: Make PSTL algorithms accept C++20 iterators [PR110512]Jonathan Wakely1-0/+31