]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/testsuite
Match: Refactor bit_ior based unsigned SAT_MUL pattern by widen mul helper [NFC]
[thirdparty/gcc.git] / libstdc++-v3 / testsuite /
3 days ago  Jason Merrilllibstdc++: remove cassert from stdc++.h
3 days ago  Jason Merrilllibstdc++: add attributes to more ios_base types
8 days ago  Jakub Jelineklibstd++: Implement C++23 P2674R1 - A trait for implici...
8 days ago  Jonathan Wakelylibstdc++: Do not include internal headers in tests
8 days ago  Tomasz Kamińskilibstdc++: Implement const copy-assignment for tuple...
8 days ago  Osama Abdelkaderlibstdc++: Add constructors and assignments for tuple...
9 days ago  Jonathan Wakelylibstdc++: Fix deadlock in shared_timed_mutex test...
10 days ago  Jonathan Wakelylibstdc++: Add missing -pthread for new tests [PR122401]
11 days ago  Matthias Kretzlibstdc++: New _IotaArray utility to simplify index...
11 days ago  Jonathan Wakelylibstdc++: Make std::valarray support overaligned types...
11 days ago  Jonathan Wakelylibstdc++: Add typedefs to __gnu_test::test_container...
2025-10-24  Tomasz Kamińskilibstdc++: Forward arguments for bind_front<f>,bind_bac...
2025-10-22  Jonathan Wakelylibstdc++: Avoid incrementing input iterators with...
2025-10-22  Jonathan Wakelylibstdc++: Add missing constraints to views::indices
2025-10-22  Giuseppe D'Angelolibstdc++: Implement optional<T&> from P2988R12 [PR121748]
2025-10-22  Osama Abdelkaderlibstdc++: Add comparison operators between tuple<...
2025-10-20  Yuao Malibstdc++: Implement P3060R3: Add std::views::indices(n)
2025-10-20  Tomasz Kamińskilibstdc++: Deduce function_ref<M&() noexcept> from...
2025-10-14  Mike Crowelibstdc++: Add negative this_thread::sleep tests [PR116586]
2025-10-14  Mike Crowelibstdc++: Add std::timed_mutex tests for negative...
2025-10-14  Mike Crowelibstdc++: Add std::recursive_timed_mutex tests for...
2025-10-14  Mike Crowelibstdc++: Add std::future tests for negative timeouts...
2025-10-14  Mike Crowelibstdc++: Add std::condition_variable tests for negati...
2025-10-14  Jonathan Wakelylibstdc++: Add std::shared_timed_mutex tests for negati...
2025-10-14  Mike Crowelibstdc++: Add std::binary_semaphore tests for negative...
2025-10-14  Jonathan Wakelylibstdc++: Avoid overflow in timeout conversions [PR113327]
2025-10-14  Tomasz Kamińskilibstdc++: Implement _Escaping_sink to avoid constructi...
2025-10-14  Tomasz Kamińskilibstdc++: Make atomic<shared_ptr<T>>::wait sensitive...
2025-10-14  Tomasz Kamińskilibstdc++: Formatting tests for std::chrono compose...
2025-10-13  Yuao Malibstdc++: Implement P2835R7 Expose std::atomic_ref...
2025-10-13  Jonathan Wakelylibstdc++: Fix reverse iteration in _Utf16_view
2025-10-10  Tomasz Kamińskilibstdc++: Remove misleading TODO comments to add parsi...
2025-10-10  Tomasz Kamińskilibstdc++: Adjust enable_nonlocking_formatter_optimizat...
2025-10-10  Tomasz Kamińskilibstdc++: Implement P3235R3 optimizations for std...
2025-10-10  Jonathan Wakelylibstdc++: Implement P3107R5 optimizations for std...
2025-10-10  Giuseppe D'Angelolibstdc++: Handle cv-qualified types in atomic and...
2025-10-10  Tomasz Kamińskilibstdc++: Improve handling of !ok() weekday index...
2025-10-09  Tomasz Kamińskilibstdc++: Formatting tests for std::chrono date types.
2025-10-08  Jonathan Wakelylibstdc++: Fix allocator propagation and tests for...
2025-10-08  Jakub JelinekUpdate to Unicode 17.0.0
2025-10-08  Jonathan Wakelylibstdc++: Add missing include to std/time/format/format.cc
2025-10-08  Luc Grosheintzlibstdc++: Implement strided_slice from <mdspan>. ...
2025-10-08  Luc Grosheintzlibstdc++: Improve and cleanup mdspan related code.
2025-10-08  Luc Grosheintzlibstdc++: Implement std::layout_right_padded [PR110352].
2025-10-08  Luc Grosheintzlibstdc++: Implement std::layout_left_padded [PR110352].
2025-10-07  Jonathan Wakelylibstdc++: Fix -Wmaybe-uninitialized warning in another...
2025-10-07  Jonathan Wakelylibstdc++: Suppress -Wpessimizing-move warnings in...
2025-10-05  Sam James*: regenerate autotools
2025-10-01  Jonathan Wakelylibstdc++: Fix sizeof(wide-string)-1 bug in std::regex...
2025-10-01  Jonathan Wakelylibstdc++: Fix -Wmismatched-delete bug in std::unique_p...
2025-10-01  Jonathan Wakelylibstdc++: Fix incorrect overriders in filebuf tests
2025-10-01  Jonathan Wakelylibstdc++: Add missing parentheses to tests with wrong...
2025-10-01  Jonathan Wakelylibstdc++: Fix spelling of "Polymorphic" in a test
2025-09-27  Jonathan Wakelylibstdc++: Fix -Wmaybe-uninitialized warnings in testsuite
2025-09-27  Jonathan Wakelylibstdc++: Fix VERIFY(idx = 1) bugs in tests
2025-09-26  Jonathan Wakelylibstdc++: Fix unsafe comma operators in <random> ...
2025-09-25  Luc Grosheintzlibstdc++: Prepare mapping layout tests for padded...
2025-09-24  Luc Grosheintzlibstdc++: Move test for __cpp_lib_not_fn to version.cc
2025-09-24  Tomasz Kamińskilibstdc++: Reflect operator<< constraints in formatter...
2025-09-24  Patrick Palkalibstdc++/testsuite: Unpoison 'u' on s390x in names...
2025-09-23  Jonathan Wakelylibstdc++: Refactor std::philox_engine member functions
2025-09-23  1nfocalypselibstdc++: Implement Philox Engine (PR119794)
2025-09-23  Ben Wulibstdc++: fix element construction in std::deque:...
2025-09-23  Tomasz Kamińskilibstdc++: Make function_ref(nontype<f>, r) CTAD SFINAE...
2025-09-22  Tomasz Kamińskilibstdc++: Rework handling of ISO week calendar and...
2025-09-19  Nathan Myerslibstdc++: Add NTTP bind_front, -back, not_fn (P2714...
2025-09-19  Jonathan Wakelylibstdc++: Constrain operator<< for chrono::local_type
2025-09-18  Jakub Jelineklibstdc++: Implement C++23 P2590R2 - Explicit lifetime...
2025-09-17  Patrick Palkalibstdc++: Explicitly pass -Wsystem-headers in tests...
2025-09-16  Jonathan Wakelylibstdc++: Fix missing change to views::pairwise from...
2025-09-13  Patrick Palkalibstdc++: Fix ranges::shuffle for non-sized range...
2025-09-12  Jonathan Wakelylibstdc++: ranges::rotate should use ranges::iter_move...
2025-09-12  Jonathan Wakelylibstdc++: Fix algorithms to use iterators' difference_...
2025-09-11  Giuseppe D'Angelolibstdc++: optimize weak_ptr converting constructor...
2025-09-11  Tomasz Kamińskilibstdc++: Tests of %W/%V/%U and %G for !ok date values.
2025-09-10  Jonathan Wakelylibstdc++: Enforce Mandates: for Boyer-Moore searchers
2025-09-10  Luc Grosheintzlibstdc++: Rename _S-prefixed identifiers in <mdspan>.
2025-09-10  Luc Grosheintzlibstdc++: Apply LWG4351 to CTAD of span/mdspan.
2025-09-10  Tomasz Kamińskilibstdc++: Use _Drop_iter<_CharT> for formattable conce...
2025-09-08  Luc Grosheintzlibstdc++: Adjust span/mdspan CTAD for P2781R9.
2025-09-08  Luc Grosheintzlibstdc++: Implement constant_wrapper, cw from P2781R9.
2025-09-05  Patrick Palkalibstdc++: Make join_view::_Iterator::_M_get_inner...
2025-09-04  Tomasz Kamińskilibstdc++: Merge bind_front and bind_back binders
2025-09-03  Yihan Wanglibstdc++: Implement LWG4222 'expected' constructor...
2025-09-03  Jonathan Wakelylibstdc++: Fix std::get<T> for std::pair with reference...
2025-09-03  Jonathan Wakelylibstdc++: Make CTAD ignore pair(const T1&, const T2...
2025-08-28  Jonathan Wakelylibstdc++: Implement C++26 <debugging> features [PR119670]
2025-08-28  Tomasz Kamińskilibstdc++: Test comparing ordering with type convertibl...
2025-08-28  Jonathan Wakelylibstdc++: Constrain bitset(const CharT*) constructor...
2025-08-27  Tomasz Kamińskilibstdc++: Reduce chances of object aliasing for functi...
2025-08-26  Tomasz Kamińskilibstdc++: Do not require assignment for vector::resize...
2025-08-26  Tomasz Kamińskilibstdc++: Refactor bound arguments storage for bind_fr...
2025-08-21  Jonathan Wakelylibstdc++: Check _GLIBCXX_USE_PTHREAD_MUTEX_CLOCKLOCK...
2025-08-21  Luc Grosheintzlibstdc++: Implement aligned_accessor from mdspan ...
2025-08-21  Luc Grosheintzlibstdc++: Implement is_sufficiently_aligned [PR120994]
2025-08-21  Jonathan Wakelylibstdc++: Fix std::numeric_limits<__float128>::max_dig...
2025-08-21  Jonathan Wakelylibstdc++: Suppress some more additional diagnostics...
2025-08-21  Luc Grosheintzlibstdc++: Implement std::dims from <mdspan>.
2025-08-21  Luc Grosheintzlibstdc++: Replace numeric_limit with __int_traits...
2025-08-19  Tomasz Kamińskilibstdc++: Restore call to test6642 in string_vector_it...
next