index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
std
/
mdspan
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-09
libstdc++: Implement submdspan_mapping for layout_right_padded. [PR110352]
Luc Grosheintz
1
-0
/
+46
2025-12-09
libstdc++: Implement submdspan_mapping for layout_left_padded. [PR110352]
Luc Grosheintz
1
-4
/
+52
2025-12-09
libstdc++: Implement submdspan_mapping for layout_stride. [PR110352]
Luc Grosheintz
1
-0
/
+20
2025-12-09
libstdc++: Implement submdspan_mapping for layout_right. [PR110352]
Luc Grosheintz
1
-0
/
+40
2025-12-09
libstdc++: Implement submdspan and submdspan_mapping for layout_left. [PR110352]
Luc Grosheintz
1
-57
/
+502
2025-12-09
libstdc++: Silence warning in mdspan.
Luc Grosheintz
1
-1
/
+1
2025-12-08
libstdc++: Extend __is_standard_integer to cover extended integer types
Jonathan Wakely
1
-4
/
+4
2025-12-04
libstdc++: Convertibility of rank == 0 layouts, LWG4272.
Luc Grosheintz
1
-13
/
+23
2025-12-02
libstdc++: Implement submdspan_extents. [PR110352]
Luc Grosheintz
1
-0
/
+103
2025-12-02
libstdc++: Implement submdspan_canonicalize_slices. [PR110352]
Luc Grosheintz
1
-4
/
+187
2025-11-20
libstdc++: Prepare mdspan-related code for submdspan.
Luc Grosheintz
1
-23
/
+26
2025-11-19
libstdc++: Make <mdspan> compatible with clang.
Luc Grosheintz
1
-10
/
+12
2025-10-08
libstdc++: Implement submdspan_mapping_result. [PR110352]
Luc Grosheintz
1
-0
/
+7
2025-10-08
libstdc++: Implement full_extent_t. [PR110352]
Luc Grosheintz
1
-0
/
+7
2025-10-08
libstdc++: Implement strided_slice from <mdspan>. [PR110352]
Luc Grosheintz
1
-0
/
+21
2025-10-08
libstdc++: Improve and cleanup mdspan related code.
Luc Grosheintz
1
-16
/
+26
2025-10-08
libstdc++: Implement std::layout_right_padded [PR110352].
Luc Grosheintz
1
-0
/
+248
2025-10-08
libstdc++: Implement std::layout_left_padded [PR110352].
Luc Grosheintz
1
-2
/
+656
2025-09-25
libstdc++: Refactor __mdspan::__static_quotient.
Luc Grosheintz
1
-5
/
+14
2025-09-10
libstdc++: Rename _S-prefixed identifiers in <mdspan>.
Luc Grosheintz
1
-17
/
+17
2025-09-04
libstdc++: Add _GLIBCXX_RESOLVE_LIB_DEFECTS for 4314 in <mdspan>.
Luc Grosheintz
1
-1
/
+7
2025-08-21
libstdc++: Implement aligned_accessor from mdspan [PR120994]
Luc Grosheintz
1
-0
/
+53
2025-08-21
libstdc++: Implement std::dims from <mdspan>.
Luc Grosheintz
1
-0
/
+5
2025-08-21
libstdc++: Simplify precomputed partial products in <mdspan>.
Luc Grosheintz
1
-21
/
+23
2025-08-21
libstdc++: Reduce size static storage for __fwd_prod in mdspan.
Luc Grosheintz
1
-2
/
+2
2025-08-21
libstdc++: Replace numeric_limit with __int_traits in mdspan.
Luc Grosheintz
1
-12
/
+14
2025-08-21
libstdc++: Improve extents::operator==.
Luc Grosheintz
1
-4
/
+5
2025-08-21
libstdc++: Reduce indirection in extents::extent.
Luc Grosheintz
1
-10
/
+25
2025-08-21
libstdc++: Improve nearly fully dynamic extents in mdspan.
Luc Grosheintz
1
-2
/
+2
2025-08-21
libstdc++: Improve fully dynamic extents in mdspan.
Luc Grosheintz
1
-10
/
+53
2025-08-21
libstdc++: Improve low-rank layout_{left,right}::stride.
Luc Grosheintz
1
-6
/
+28
2025-08-21
libstdc++: Precompute products of static extents.
Luc Grosheintz
1
-25
/
+52
2025-08-21
libstdc++: Reduce template instantiations in <mdspan>.
Luc Grosheintz
1
-19
/
+37
2025-07-28
libstdc++: Fix style issues in <mdspan>.
Luc Grosheintz
1
-13
/
+4
2025-07-21
libstdc++: Make the default ctor of mdspan conditionally noexcept.
Luc Grosheintz
1
-7
/
+5
2025-07-21
libstdc++: Strengthen exception guarantee for mdspan methods.
Luc Grosheintz
1
-6
/
+16
2025-07-17
libstdc++: Fix forwarding of custom IndexType in mdspan [PR121061]
Luc Grosheintz
1
-4
/
+4
2025-07-17
libstdc++: Fix constraint for custom integer types in mdspan [PR121061]
Luc Grosheintz
1
-14
/
+20
2025-07-09
libstdc++: Add more template keywords to <mdspan> for Clang
Jonathan Wakely
1
-2
/
+2
2025-07-08
libstdc++: Better CTAD for span and mdspan [PR120914].
Luc Grosheintz
1
-6
/
+2
2025-07-08
libstdc++: Implement mdspan and tests [PR107761].
Luc Grosheintz
1
-0
/
+285
2025-07-08
libstdc++: Implement __mdspan::__size.
Luc Grosheintz
1
-4
/
+8
2025-07-08
libstdc++: Check prerequisite of extents::extents.
Luc Grosheintz
1
-0
/
+13
2025-07-08
libstdc++: Check prerequisites of layout_*::operator().
Luc Grosheintz
1
-0
/
+5
2025-07-07
libstdc++: Use template keyword in __mapping_of alias template
Jonathan Wakely
1
-1
/
+1
2025-07-01
libstdc++: Implement default_accessor from mdspan.
Luc Grosheintz
1
-0
/
+31
2025-06-12
libstdc++: Uglify __mapping_alike template parameter and fix test and typo in...
Tomasz KamiĆski
1
-11
/
+11
2025-06-12
libstdc++: Make layout_left(layout_stride) noexcept.
Luc Grosheintz
1
-1
/
+2
2025-06-12
libstdc++: Implement layout_stride from mdspan.
Luc Grosheintz
1
-1
/
+248
2025-06-12
libstdc++: Implement layout_right from mdspan.
Luc Grosheintz
1
-1
/
+152
[next]