summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)Author
2022-08-08libstdc++: [_GLIBCXX_DEBUG] Do not consider detached iterators as value-initi...François Dumont
2022-08-05libstdc++: Add feature test macro for <experimental/scope>linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allnoconfiglinaro-local/ci/tcwg_kernel/gnu-master-arm-norov-defconfiglinaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allyesconfiglinaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfigJonathan Wakely
2022-08-05libstdc++: Implement <experimental/scope> from LFTSv3Jonathan Wakely
2022-08-04libstdc++: Make std::string_view(Range&&) constructor explicitlinaro-local/ci/tcwg_bmk_llvm_fx/llvm-master-aarch64-cpu2017-O2Jonathan Wakely
2022-08-04libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719)Jonathan Wakely
2022-08-04libstdc++: Update value of __cpp_lib_ios_noreplace macroJonathan Wakely
2022-07-20libstdc++: Fix std::common_iterator triviality [PR100823]Jonathan Wakely
2022-07-20libstdc++: Fix std::common_iterator assignment [PR100823]Jonathan Wakely
2022-07-20libstdc++: Fix minor bugs in std::common_iteratorJonathan Wakely
2022-07-19libstdc++: Complete __gnu_debug::string Standard conformityFrançois Dumont
2022-07-15c++: Add __reference_con{struc,ver}ts_from_temporary [PR104477]Marek Polacek
2022-07-12libstdc++: Check for EOF if extraction avoids buffer overflow [PR106248]Jonathan Wakely
2022-07-05libstdc++: testsuite: why cast getpid resultAlexandre Oliva
2022-07-05libstdc++: testsuite: cast getpid resultAlexandre Oliva
2022-07-01libstdc++: Add nodiscard attribute to filesystem operationsJonathan Wakely
2022-06-30libstdc++: Improve exceptions thrown from fs::temp_directory_pathJonathan Wakely
2022-06-30libstdc++: Fix experimental::filesystem::status on Windows [PR88881]Jonathan Wakely
2022-06-28libstdc++: testsuite: Guard use of C99 std::log2Jonathan Wakely
2022-06-27libstdc++: testsuite: use cmath long double overloadsAlexandre Oliva
2022-06-27libstdc++: testsuite: require cmath for exp simdAlexandre Oliva
2022-06-27libstdc++: testsuite: complex proj requirementsAlexandre Oliva
2022-06-27libstdc++: testsuite: conditionalize another symlink testAlexandre Oliva
2022-06-27libstdc++: xfail experimental/net tests on rtemsAlexandre Oliva
2022-06-27libstdc++: testsuite: Add missing <string> headerJonathan Wakely
2022-06-27libstdc++: testsuite: avoid predicable mkstempJoel Brobecker
2022-06-23libstdc++: xfail rename tests on rtemsAlexandre Oliva
2022-06-23libstdc++: testsuite: skip fs last_write_time tests if dummyAlexandre Oliva
2022-06-23libstdc++: testsuite: skip fs space tests on dummy implementationsAlexandre Oliva
2022-06-23libstdc++: testsuite: conditionalize symlink testsAlexandre Oliva
2022-06-23libstdc++: testsuite: avoid predictable mkstempAlexandre Oliva
2022-06-23libstdc++: testsuite: tolerate non-cancelling sleepAlexandre Oliva
2022-06-23libstdc++: testsuite: use -lbsd for net_ts on RTEMSAlexandre Oliva
2022-06-23libstdc++: Properly remove temporary directories in filesystem testsJonathan Wakely
2022-06-23libstdc++: Simplify test by not using std::log2Jonathan Wakely
2022-06-21libstdc++: testsuite: call sched_yield for nonpreemptive targetsAlexandre Oliva
2022-06-21libstdc++: testsuite: require cmath for nexttowardlAlexandre Oliva
2022-06-21libstdc++: testsuite: work around bitset namespace pollutionAlexandre Oliva
2022-06-17libstdc++: Add missing #include <string> to new testJonathan Wakely
2022-06-16libstdc++: Support constexpr global std::string for size < 15 [PR105995]Jonathan Wakely
2022-06-15libstdc++: [_Hashtable] Insert range of types convertible to value_type PR 10...François Dumont
2022-06-14libstdc++: Inline all basic_string::compare overloads [PR59048]Jonathan Wakely
2022-06-14libstdc++: Check for size overflow in constexpr allocation [PR105957]Jonathan Wakely
2022-06-13libstdc++: Use type_identity_t for non-deducible std::atomic_xxx argsJonathan Wakely
2022-06-10libstdc++: Make std::lcm and std::gcd detect overflow [PR105844]Jonathan Wakely
2022-06-10libstdc++: Make std::hash<basic_string<>> allocator-agnostic (LWG 3705)Jonathan Wakely
2022-05-26libstdc++: Move std::iostream_category() definition to new fileJonathan Wakely
2022-05-26libstdc++: Add constexpr to std::counted_iterator post-increment (LWG 3643)Jonathan Wakely
2022-05-26libstdc++: Rename tests like .../wchar_t/1.cc to .../wchar_t.ccJonathan Wakely
2022-05-26libstdc++: Remove redundancy in test pathnamesJonathan Wakely
2022-05-25c++: strict constexpr and local varsJason Merrill