aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/util
AgeCommit message (Expand)AuthorFilesLines
2022-10-12libstdc++: Add __gnu_debug::basic_string<>::compare overloadsFrançois Dumont1-1/+1
2022-09-12libstdc++: Outline the overlapping case of string _M_replace into a separate ...Jakub Jelinek1-1/+2
2022-09-08libstdc++: mallinfo deprecated, use mallinfo2 when glibc => 2.33François Dumont1-33/+30
2022-07-19libstdc++: Complete __gnu_debug::string Standard conformityFrançois Dumont1-0/+20
2022-07-05libstdc++: testsuite: why cast getpid resultAlexandre Oliva1-1/+2
2022-07-05libstdc++: testsuite: cast getpid resultAlexandre Oliva1-1/+1
2022-06-27libstdc++: testsuite: avoid predicable mkstempJoel Brobecker1-19/+38
2022-06-23libstdc++: testsuite: skip fs last_write_time tests if dummyAlexandre Oliva1-0/+5
2022-06-23libstdc++: testsuite: skip fs space tests on dummy implementationsAlexandre Oliva1-0/+5
2022-06-23libstdc++: testsuite: conditionalize symlink testsAlexandre Oliva1-0/+4
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely1-0/+8
2022-03-17libstdc++: Fix comment in testsuite utilityJonathan Wakely1-3/+2
2022-03-16libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407]Jonathan Wakely1-0/+13
2022-02-14libstdc++: Fix stream extraction of IEEE128 long double [PR100912]Jonathan Wakely1-5/+3
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely2-5/+18
2022-01-05libstdc++: Optimize operations on small size hashtable [PR 68303]François Dumont1-1/+1
2022-01-05libstdc++: Reduce template instantiations in <regex>Jonathan Wakely1-12/+12
2022-01-05libstdc++: Compare match_results for failed regex_matchJonathan Wakely1-2/+1
2022-01-03Update copyright years.Jakub Jelinek120-120/+120
2021-11-17libstdc++: Fix std::type_info::before for ARM [PR103240]Jonathan Wakely1-0/+12
2021-11-12libstdc++: Print assertion messages to stderr [PR59675]Jonathan Wakely1-1/+2
2021-11-09libstdc++: [_GLIBCXX_DEBUG] Implement unordered container mergeFrançois Dumont1-0/+4
2021-10-09libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuiteJonathan Wakely1-1/+1
2021-09-17libstdc++: Fix last std::tuple constructor missing 'constexpr' [PR102270]Jonathan Wakely1-1/+1
2021-08-23libstdc++: Make permissions_are_testable function inline [PR90787]Jonathan Wakely1-1/+1
2021-08-20libstdc++: Skip filesystem tests that depend on permissions [PR90787]Jonathan Wakely1-1/+17
2021-08-03libstdc++: Replace TR1 components with C++11 ones in test utilsJonathan Wakely1-7/+11
2021-07-22libstdc++: Use std::addressof in ranges::uninitialized_xxx [PR101571]Jonathan Wakely1-0/+8
2021-06-16libstdc++: Revert final/non-addressable changes to ranges CPOsJonathan Wakely1-0/+16
2021-06-03libstdc++: Avoid hard error in ranges::unique_copy [PR100770]Patrick Palka1-1/+1
2021-05-24libstdc++: Limit allocation on iterator insertion in Hashtable [PR 96088]François Dumont1-2/+20
2021-05-12libstdc++: Fix some problems in PSTL testsJonathan Wakely1-5/+5
2021-04-23libstdc++ Simplify definition of net::socket_base constantsJonathan Wakely1-0/+99
2021-04-20libstdc++: Update ppc64le baseline_symbols.txtJakub Jelinek1-2/+14
2021-03-26libstdc++: Add PRNG fallback to std::random_deviceJonathan Wakely1-0/+12
2021-03-25libstdc++: Fix and complete __gnu_debug::basic_string implementationFrançois Dumont2-0/+44
2021-03-25libstdc++: Allow seeding random engines in testsuiteJonathan Wakely2-30/+73
2021-02-14libstdc++: Restore <unistd.h> in testsuite_fs.h header [PR 99096]Jonathan Wakely1-1/+1
2021-02-12libstdc++: Make "nonexistent" paths less predictable in filesystem testsJonathan Wakely1-4/+9
2021-02-12libstdc++: Make test memory_resource work without exceptions and RTTIJonathan Wakely1-5/+21
2021-02-10libstdc++: Fix spelling of __MINGW32__ macrosJonathan Wakely1-1/+1
2021-01-04Update copyright years.Jakub Jelinek120-120/+120
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely1-3/+17
2020-11-25libstdc++: Fix testsuite helper functions [PR 97936]Jonathan Wakely1-4/+20
2020-11-20libstdc++: Add C++2a synchronization supportThomas Rodgers1-0/+160
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely5-2/+14
2020-10-09libstdc++: Fix unused variable warningJonathan Wakely1-1/+0
2020-10-06libstdc++: Inline std::exception_ptr members [PR 90295]Jonathan Wakely1-1/+2
2020-07-30libstdc++: Make testsuite usable with -fno-exceptionsJonathan Wakely4-13/+14
2020-07-20libstdc++: Add std::from_chars for floating-point typesJonathan Wakely1-1/+6