summaryrefslogtreecommitdiff
path: root/libcxx/include/__mdspan
AgeCommit message (Expand)Author
2025-11-19[libc++] Remove is_signed<T> use from <limits> (#168334)Nikolas Klauser
2025-06-11[libc++] Refactor signed/unsigned integer traits (#142750)Nikolas Klauser
2025-04-14[libc++] Implement P2897R7 aligned_accessor: An mdspan accessor expressing po...Damien L-G
2025-03-23[libc++] Add [[gnu::nodebug]] on type traits (#128502)Nikolas Klauser
2025-02-27[NFC][libc++] Guard against operator& hijacking. (#128351)Mark de Wever
2025-01-08[libc++] Put _LIBCPP_NODEBUG on all internal aliases (#118710)Nikolas Klauser
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-09-05[libc++][NFC] Increase consistency for namespace closing commentsLouis Dionne
2024-09-05[libc++][modules] Modularize <cstddef> (#107254)Louis Dionne
2024-09-04[libc++][modules] Consolidate leaf modules into their own top-level modules (...Louis Dionne
2024-08-27[libc++] Disallow character types being index types of `extents` (#105832)A. Jiang
2024-07-15[libc++] P2389R2: `dextents` Index Type Parameter (#97393)Xiaoyang Liu
2024-06-25[libc++] P3029R1: Better `mdspan`'s CTAD - `std::extents` (#89015)Xiaoyang Liu
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2024-06-18[libc++][NFC] Remove unnecessary parens in static_asserts (#95605)Nikolas Klauser
2024-06-07[libc++] Fix naming of value template parameters (#76888)Nikolas Klauser
2024-04-12[libc++] P3029R1: Better `mdspan`'s CTAD (#87873)Xiaoyang Liu
2024-03-18[libc++][NFC] Merge is{,_nothrow,_trivially}{,_copy,_move,_default}{_assignab...Nikolas Klauser
2023-12-10[libc++] LWG-4021 "`mdspan::is_always_meow()` should be `noexcept`", use `LIB...Stephan T. Lavavej
2023-10-20[libc++] mdspan - implement layout_stride (#69650)Christian Trott
2023-10-12[libc++][mdspan] Fix extents CTAD (#68737)Christian Trott
2023-08-29[libc++][hardening] Mark the remaining stray assertions as uncategorizedKonstantin Varlamov
2023-08-04[libc++][mdspan] Fix layout_left::stride(r)Christian Trott
2023-07-25[libc++][mdspan] Fix uglification, categorize asserts and move testsChristian Trott
2023-07-25[libc++][mdspan] Implement std::mdspan classChristian Trott
2023-07-20[libc++][hardening] Categorize most assertions inside the container classes.varconst
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-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-05-16[libcxx] Add mdspan/extentsChristian Trott