aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/experimental
AgeCommit message (Expand)AuthorFilesLines
2022-11-05libstdc++: Do not use SFINAE for propagate_const conversions [PR107525]Jonathan Wakely1-0/+47
2022-08-05libstdc++: Add feature test macro for <experimental/scope>Jonathan Wakely1-0/+6
2022-08-05libstdc++: Implement <experimental/scope> from LFTSv3Jonathan Wakely2-0/+660
2022-07-01libstdc++: Add nodiscard attribute to filesystem operationsJonathan Wakely5-9/+9
2022-06-30libstdc++: Improve exceptions thrown from fs::temp_directory_pathJonathan Wakely1-0/+5
2022-06-30libstdc++: Fix experimental::filesystem::status on Windows [PR88881]Jonathan Wakely1-1/+5
2022-06-27libstdc++: testsuite: require cmath for exp simdAlexandre Oliva2-0/+2
2022-06-27libstdc++: xfail experimental/net tests on rtemsAlexandre Oliva4-0/+4
2022-06-23libstdc++: xfail rename tests on rtemsAlexandre Oliva1-0/+1
2022-06-23libstdc++: testsuite: skip fs last_write_time tests if dummyAlexandre Oliva1-0/+1
2022-06-23libstdc++: testsuite: skip fs space tests on dummy implementationsAlexandre Oliva1-0/+1
2022-06-23libstdc++: testsuite: conditionalize symlink testsAlexandre Oliva9-23/+13
2022-06-23libstdc++: testsuite: avoid predictable mkstempAlexandre Oliva1-3/+4
2022-06-23libstdc++: Properly remove temporary directories in filesystem testsJonathan Wakely1-2/+7
2022-05-05libstdc++: Fixes for tests that fail with -fno-rttiJonathan Wakely3-2/+19
2022-04-28libstdc++: Fix error reporting in filesystem::copy [PR99290]Jonathan Wakely1-0/+29
2022-02-08libstdc++: Adjust Filesystem TS test for WindowsJonathan Wakely1-0/+15
2022-02-02libstdc++: Do not use dirent::d_type unconditionallyJonathan Wakely1-0/+4
2022-02-01libstdc++: Add more tests for filesystem directory iteratorsJonathan Wakely1-1/+20
2022-02-01libstdc++: Reset filesystem::recursive_directory_iterator on errorJonathan Wakely1-0/+136
2022-01-03Update copyright years.Jakub Jelinek381-381/+381
2021-11-24libstdc++: Replace hyphens in effective target keywordsJonathan Wakely2-2/+2
2021-11-19libstdc++: Suppress -Wstringop warnings [PR103332]Jonathan Wakely1-1/+3
2021-11-16libstdc++: Fix out-of-bound array accesses in testsuiteJonathan Wakely1-2/+2
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely9-36/+3
2021-10-09libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuiteJonathan Wakely4-0/+10
2021-09-10libstdc++: Use "test.invalid." for invalid hostnameJonathan Wakely1-2/+2
2021-08-31libstdc++: Fix ip::tcp::resolver test failure on SolarisJonathan Wakely1-3/+17
2021-08-26libstdc++: Make Networking TS headers more portable [PR100285]Jonathan Wakely3-8/+16
2021-08-20libstdc++: Skip filesystem tests that depend on permissions [PR90787]Jonathan Wakely7-85/+88
2021-08-11libstdc++: Fix test that fails randomly [PR101866]Jonathan Wakely1-9/+9
2021-08-04libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely2-4/+4
2021-07-30libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]Jonathan Wakely1-1/+8
2021-07-20libstdc++: Fix create_directories to resolve symlinks [PR101510]Jonathan Wakely2-0/+27
2021-07-20libstdc++: Add more tests for filesystem::create_directory [PR101510]Jonathan Wakely1-0/+28
2021-06-25libstdc++: More workarounds in 17_intro/names.cc test [PR 97088]Jonathan Wakely1-0/+1
2021-06-25libstdc++: Make use of __builtin_bit_cast for simdMatthias Kretz1-4/+4
2021-06-24libstdc++: Fix typos and markdown errors in new simd/README.mdJonathan Wakely1-4/+4
2021-06-23libstdc++: Document simd testsuiteMatthias Kretz1-0/+257
2021-06-23libstdc++: Improve output verbosity options and defaultMatthias Kretz2-49/+121
2021-06-14libstdc++: Only run Filesystem TS test if supportedJonathan Wakely1-0/+1
2021-06-11libstdc++: Fix filesystem::path comparisons for C++23Jonathan Wakely1-0/+12
2021-06-08libstdc++: Finish implementing LWG 3413 for propagate_constJonathan Wakely1-0/+41
2021-05-17libstdc++: Fix filesystem::path constraints for volatile [PR 100630]Jonathan Wakely1-0/+14
2021-05-10libstdc++: Remove redundant -std=gnu++17 options from filesystem testsJonathan Wakely1-1/+1
2021-04-30libstdc++: Use <sys/socket.h> features conditionally [PR 100285]Jonathan Wakely1-2/+2
2021-04-30libstdc++: Define effective-target for net::ip features [PR 100351]Jonathan Wakely11-20/+11
2021-04-27libstdc++: Minor refactoring in <experimental/internet>Jonathan Wakely2-0/+88
2021-04-27libstdc++: Better preprocessor conditions in net::ip [PR 100286]Jonathan Wakely1-0/+9
2021-04-26libstdc++: Fix internet socket option classesJonathan Wakely2-3/+163