summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/util
AgeCommit message (Expand)Author
2025-11-17libstdc++: testsuite/util adjustments for import stdJason Merrill
2025-11-03libstdc++: remove cassert from stdc++.hJason Merrill
2025-10-27libstdc++: Add typedefs to __gnu_test::test_container utilityJonathan Wakely
2025-10-08libstdc++: Fix allocator propagation and tests for std::indirect and std::pol...Jonathan Wakely
2025-09-12libstdc++: Fix algorithms to use iterators' difference_type for arithmetic [P...Jonathan Wakely
2025-07-24libstdc++: Expand compile-time ranges tests for vector and basic_string.Tomasz Kamiński
2025-07-22libstdc++: Make testsuite_iterators constexpr and expand inplace_vector tests...Tomasz Kamiński
2025-07-18libstdc++: Add std::inplace_vector for C++26 (P0843R14) [PR119137]Jonathan Wakely
2025-07-08libstdc++: Make debug iterator pointer sequence const [PR116369]François Dumont
2025-07-07libstdc++: Make VERIFY a variadic macroJonathan Wakely
2025-06-26libstdc++: Implement C++26 P2927R3 - Inspecting exception_ptrJakub Jelinek
2025-05-30libstdc++: Move atomic wait/notify entry points into the libraryJonathan Wakely
2025-05-22libstdc++: Fix PSTL test iteratorsJonathan Wakely
2025-05-02libstdc++: Make __gnu_test::default_init_allocator usable in constexprJonathan Wakely
2025-04-24libstdc++: Add std::deque<>::shrink_to_fit testFrançois Dumont
2025-04-22libstdc++: Finalize GCC 15 ABIAndreas Schwab
2025-04-18libstdc++: Add _GLIBCXX_DEBUG checks on unordered container local_iteratorFrançois Dumont
2025-04-16libstdc++: Implement formatters for pair and tuple [PR109162]Tomasz Kamiński
2025-04-15libstdc++: Enable __gnu_test::test_container constructor for C++98Jonathan Wakely
2025-03-13libstdc++: Add P1206R7 from_range members to container adaptors [PR111055]Jonathan Wakely
2025-02-05libstdc++: Fix gnu.ver CXXABI_1.3.16 for Solaris [PR118701]Rainer Orth
2025-01-27libstdc++: correct symbol version of typeinfo for bfloat16_t on RISC-VAndreas Schwab
2025-01-02Update copyright years.Jakub Jelinek
2024-11-28libstdc++: Deprecate std::rel_ops namespace for C++20Jonathan Wakely
2024-11-13libstdc++: Fix calculation of system time in performance testsJonathan Wakely
2024-11-13libstdc++: Use __is_single_threaded() in performance testsJonathan Wakely
2024-11-13libstdc++: Stop using std::unary_function in perf testsJonathan Wakely
2024-10-27libstdc++: Add P1206R7 from_range members to std::vector [PR111055]Jonathan Wakely
2024-07-31libstdc++: Handle encodings in localized chrono formatting [PR109162]Jonathan Wakely
2024-07-10libstdc++: ranges::find needs explicit conversion to size_t [PR115799]Jonathan Wakely
2024-06-21libstdc++: Initialize base in test allocator's constructorJonathan Wakely
2024-05-07libstdc++: Update ABI test to disallow adding to released symbol versionsJonathan Wakely
2024-04-11libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692]Jonathan Wakely
2024-03-19libstdc++: Fix typos in MemoryChecker assertion messages in PSTL testsJonathan Wakely
2024-03-07libstdc++: Replace unnecessary uses of built-ins in testsuiteJonathan Wakely
2024-02-02libstdc++: Avoid reusing moved-from iterators in PSTL tests [PR90276]Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-11-23libstdc++: Fix access error in __gnu_test::uneq_allocatorJonathan Wakely
2023-09-07libstdc++: Avoid -Wunused-parameter warning in testsuite helperJonathan Wakely
2023-08-23libstdc++: Fix tests relying on operator new/delete overloadFrançois Dumont
2023-06-26libstdc++: Synchronize PSTL with upstreamThomas Rodgers
2023-06-07libstdc++: Restore accidentally removed version in abi-checkJonathan Wakely
2023-06-06libstdc++: Update list of known symbol versions for abi-checkJonathan Wakely
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely
2023-05-26libstdc++: Add relational operators to __gnu_test::PointerBaseJonathan Wakely
2023-04-28libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13...Jakub Jelinek
2023-04-27libstdc++: Make std::random_device throw std::system_error [PR105081]Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2023-01-15libstdc++: [_GLIBCXX_DEBUG] Complete deadlock fix on safe iterators [PR108288]François Dumont
2023-01-13libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327]Jonathan Wakely