aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/util
AgeCommit message (Expand)AuthorFilesLines
2023-06-07libstdc++: Restore accidentally removed version in abi-checkJonathan Wakely1-0/+1
2023-06-06libstdc++: Update list of known symbol versions for abi-checkJonathan Wakely1-5/+2
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely1-3/+3
2023-05-26libstdc++: Add relational operators to __gnu_test::PointerBaseJonathan Wakely1-0/+9
2023-04-28libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13...Jakub Jelinek1-1/+2
2023-04-27libstdc++: Make std::random_device throw std::system_error [PR105081]Jonathan Wakely1-1/+2
2023-01-16Update copyright years.Jakub Jelinek120-120/+120
2023-01-15libstdc++: [_GLIBCXX_DEBUG] Complete deadlock fix on safe iterators [PR108288]François Dumont1-0/+34
2023-01-13libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327]Jonathan Wakely1-3/+6
2022-12-15c++, libstdc++: Add typeinfo for _Float{16,32,64,128,32x,64x} and __bf16 type...Jakub Jelinek1-1/+2
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