summaryrefslogtreecommitdiff
path: root/libcxx/include/mdspan
AgeCommit message (Expand)Author
2025-06-08[libcxx] Include __fwd/span.h in <mdspan>Aiden Grossman
2025-04-14[libc++] Implement P2897R7 aligned_accessor: An mdspan accessor expressing po...Damien L-G
2025-04-09[libc++][C++03] Remove headers which don't provide anything (#134044)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-11-18[libc++] Remove transitive includes from empty headers (#116295)Nikolas Klauser
2024-07-18[libc++] Include the rest of the detail headers by version in the umbrella he...Nikolas Klauser
2024-07-15[libc++] P2389R2: `dextents` Index Type Parameter (#97393)Xiaoyang Liu
2024-04-12[libc++] P3029R1: Better `mdspan`'s CTAD (#87873)Xiaoyang Liu
2023-12-10[libc++] LWG-4021 "`mdspan::is_always_meow()` should be `noexcept`", use `LIB...Stephan T. Lavavej
2023-11-25[libc++] Updates mdspan synopsis,Mark de Wever
2023-10-20[libc++] mdspan - implement layout_stride (#69650)Christian Trott
2023-09-09[libc++][nfc] Fixes emacs magic marker.Mark de Wever
2023-07-25[libc++][mdspan] Implement std::mdspan classChristian Trott
2023-07-14[libc++][mdspan] Implement default_accessorChristian Trott
2023-06-29[libc++][mdspan] Implement layout_leftChristian Trott
2023-06-29[libc++][mdspan] Implement layout_rightChristian Trott
2023-05-16[libcxx] Add mdspan/extentsChristian Trott