aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/util
AgeCommit message (Expand)AuthorFilesLines
11 dayslibstdc++: Expand compile-time ranges tests for vector and basic_string.Tomasz Kamiński1-0/+5
13 dayslibstdc++: Make testsuite_iterators constexpr and expand inplace_vector tests...Tomasz Kamiński1-46/+127
2025-07-18libstdc++: Add std::inplace_vector for C++26 (P0843R14) [PR119137]Jonathan Wakely1-0/+6
2025-07-08libstdc++: Make debug iterator pointer sequence const [PR116369]François Dumont1-0/+6
2025-07-07libstdc++: Make VERIFY a variadic macroJonathan Wakely1-10/+7
2025-06-26libstdc++: Implement C++26 P2927R3 - Inspecting exception_ptrJakub Jelinek1-0/+1
2025-05-30libstdc++: Move atomic wait/notify entry points into the libraryJonathan Wakely1-0/+1
2025-05-22libstdc++: Fix PSTL test iteratorsJonathan Wakely1-3/+3
2025-05-02libstdc++: Make __gnu_test::default_init_allocator usable in constexprJonathan Wakely1-7/+10
2025-04-24libstdc++: Add std::deque<>::shrink_to_fit testFrançois Dumont1-0/+8
2025-04-22libstdc++: Finalize GCC 15 ABIAndreas Schwab1-2/+2
2025-04-18libstdc++: Add _GLIBCXX_DEBUG checks on unordered container local_iteratorFrançois Dumont1-39/+113
2025-04-16libstdc++: Implement formatters for pair and tuple [PR109162]Tomasz Kamiński1-0/+3
2025-04-15libstdc++: Enable __gnu_test::test_container constructor for C++98Jonathan Wakely1-3/+1
2025-03-13libstdc++: Add P1206R7 from_range members to container adaptors [PR111055]Jonathan Wakely1-0/+11
2025-02-05libstdc++: Fix gnu.ver CXXABI_1.3.16 for Solaris [PR118701]Rainer Orth1-0/+2
2025-01-27libstdc++: correct symbol version of typeinfo for bfloat16_t on RISC-VAndreas Schwab1-0/+1
2025-01-02Update copyright years.Jakub Jelinek120-120/+120
2024-11-28libstdc++: Deprecate std::rel_ops namespace for C++20Jonathan Wakely1-0/+9
2024-11-13libstdc++: Fix calculation of system time in performance testsJonathan Wakely1-1/+4
2024-11-13libstdc++: Use __is_single_threaded() in performance testsJonathan Wakely1-6/+3
2024-11-13libstdc++: Stop using std::unary_function in perf testsJonathan Wakely1-1/+4
2024-10-27libstdc++: Add P1206R7 from_range members to std::vector [PR111055]Jonathan Wakely1-0/+20
2024-07-31libstdc++: Handle encodings in localized chrono formatting [PR109162]Jonathan Wakely1-0/+1
2024-07-10libstdc++: ranges::find needs explicit conversion to size_t [PR115799]Jonathan Wakely1-10/+32
2024-06-21libstdc++: Initialize base in test allocator's constructorJonathan Wakely1-1/+1
2024-05-07libstdc++: Update ABI test to disallow adding to released symbol versionsJonathan Wakely1-2/+2
2024-04-11libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692]Jonathan Wakely1-1/+2
2024-03-19libstdc++: Fix typos in MemoryChecker assertion messages in PSTL testsJonathan Wakely1-7/+7
2024-03-07libstdc++: Replace unnecessary uses of built-ins in testsuiteJonathan Wakely1-6/+5
2024-02-02libstdc++: Avoid reusing moved-from iterators in PSTL tests [PR90276]Jonathan Wakely1-5/+5
2024-01-03Update copyright years.Jakub Jelinek120-120/+120
2023-11-23libstdc++: Fix access error in __gnu_test::uneq_allocatorJonathan Wakely1-1/+1
2023-09-07libstdc++: Avoid -Wunused-parameter warning in testsuite helperJonathan Wakely1-1/+1
2023-08-23libstdc++: Fix tests relying on operator new/delete overloadFrançois Dumont1-0/+20
2023-06-26libstdc++: Synchronize PSTL with upstreamThomas Rodgers1-7/+87
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