aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/mdspan
AgeCommit message (Expand)AuthorFilesLines
7 dayslibstdc++: Fix style issues in <mdspan>.Luc Grosheintz1-13/+4
14 dayslibstdc++: Make the default ctor of mdspan conditionally noexcept.Luc Grosheintz1-7/+5
14 dayslibstdc++: Strengthen exception guarantee for mdspan methods.Luc Grosheintz1-6/+16
2025-07-17libstdc++: Fix forwarding of custom IndexType in mdspan [PR121061]Luc Grosheintz1-4/+4
2025-07-17libstdc++: Fix constraint for custom integer types in mdspan [PR121061]Luc Grosheintz1-14/+20
2025-07-09libstdc++: Add more template keywords to <mdspan> for ClangJonathan Wakely1-2/+2
2025-07-08libstdc++: Better CTAD for span and mdspan [PR120914].Luc Grosheintz1-6/+2
2025-07-08libstdc++: Implement mdspan and tests [PR107761].Luc Grosheintz1-0/+285
2025-07-08libstdc++: Implement __mdspan::__size.Luc Grosheintz1-4/+8
2025-07-08libstdc++: Check prerequisite of extents::extents.Luc Grosheintz1-0/+13
2025-07-08libstdc++: Check prerequisites of layout_*::operator().Luc Grosheintz1-0/+5
2025-07-07libstdc++: Use template keyword in __mapping_of alias templateJonathan Wakely1-1/+1
2025-07-01libstdc++: Implement default_accessor from mdspan.Luc Grosheintz1-0/+31
2025-06-12libstdc++: Uglify __mapping_alike template parameter and fix test and typo in...Tomasz KamiƄski1-11/+11
2025-06-12libstdc++: Make layout_left(layout_stride) noexcept.Luc Grosheintz1-1/+2
2025-06-12libstdc++: Implement layout_stride from mdspan.Luc Grosheintz1-1/+248
2025-06-12libstdc++: Implement layout_right from mdspan.Luc Grosheintz1-1/+152
2025-06-12libstdc++: Implement layout_left from mdspan.Luc Grosheintz1-1/+302
2025-06-12libstdc++: Improve naming, whitespace and silence warnings for extents.Luc Grosheintz1-12/+12
2025-05-27libstdc++: Fix bug in default ctor of extents.Luc Grosheintz1-1/+1
2025-05-15libstdc++: Fix class mandate for extents.Luc Grosheintz1-2/+3
2025-05-07libstdc++: Implement std::extents [PR107761].Luc Grosheintz1-0/+261
2025-05-07libstdc++: Add header mdspan to the build-system.Luc Grosheintz1-0/+48