aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/mdspan
AgeCommit message (Expand)AuthorFilesLines
7 dayslibstdc++: Refactor tests for mdspan related accessors.Luc Grosheintz1-22/+37
12 dayslibstdc++: Prepare test code for default_accessor for reuse.Luc Grosheintz2-99/+125
12 dayslibstdc++: Remove redundant parens in mdspan testsuite.Luc Grosheintz3-27/+27
14 dayslibstdc++: Make the default ctor of mdspan conditionally noexcept.Luc Grosheintz1-0/+37
14 dayslibstdc++: Strengthen exception guarantee for mdspan methods.Luc Grosheintz2-65/+86
2025-07-17libstdc++: Fix forwarding of custom IndexType in mdspan [PR121061]Luc Grosheintz4-0/+13
2025-07-17libstdc++: Fix constraint for custom integer types in mdspan [PR121061]Luc Grosheintz5-0/+14
2025-07-17libstdc++: Refactor mdspan tests [PR121061]Luc Grosheintz6-196/+274
2025-07-08libstdc++: Better CTAD for span and mdspan [PR120914].Luc Grosheintz2-0/+45
2025-07-08libstdc++: Set feature test macro for complete C++23 mdspan [PR107761].Luc Grosheintz1-0/+9
2025-07-08libstdc++: Implement mdspan and tests [PR107761].Luc Grosheintz4-0/+791
2025-07-08libstdc++: Restructure mdspan tests to reuse IntLike.Luc Grosheintz2-26/+31
2025-07-08libstdc++: Check prerequisite of extents::extents.Luc Grosheintz2-0/+37
2025-07-08libstdc++: Check prerequisites of layout_*::operator().Luc Grosheintz1-0/+30
2025-07-01libstdc++: Implement default_accessor from mdspan.Luc Grosheintz2-0/+122
2025-06-12libstdc++: Uglify __mapping_alike template parameter and fix test and typo in...Tomasz KamiƄski1-8/+10
2025-06-12libstdc++: Make layout_left(layout_stride) noexcept.Luc Grosheintz1-19/+14
2025-06-12libstdc++: Add tests for layout_stride.Luc Grosheintz5-2/+725
2025-06-12libstdc++: Add tests for layout_right.Luc Grosheintz4-10/+136
2025-06-12libstdc++: Add tests for layout_left.Luc Grosheintz4-0/+863
2025-06-12libstdc++: Improve naming, whitespace and silence warnings for extents.Luc Grosheintz1-1/+1
2025-05-27libstdc++: Fix bug in default ctor of extents.Luc Grosheintz1-0/+41
2025-05-15libstdc++: Fix class mandate for extents.Luc Grosheintz2-8/+12
2025-05-07libstdc++: Add tests for std::extents.Luc Grosheintz6-0/+623