index
:
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
range_access.h
Age
Commit message (
Expand
)
Author
2025-02-15
libstdc++: Add conditional noexcept to remaining range access functions
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-11-26
libstdc++: Add conditional noexcept to range access functions
Jonathan Wakely
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
2023-01-16
Update copyright years.
Jakub Jelinek
2022-11-19
libstdc++: Add always_inline to trivial range access functions
Jonathan Wakely
2022-01-21
libstdc++: Ensure all feature test macros have type long [PR87193]
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-11-05
libstdc++: Fix inconsistent noexcept-specific for valarray begin/end
Jonathan Wakely
2021-09-24
libstdc++: Remove redundant 'inline' specifiers
Jonathan Wakely
2021-08-04
libstdc++: Add [[nodiscard]] to iterators and related utilities
Jonathan Wakely
2021-03-22
libstdc++: Add noexcept to std::begin etc as per LWG 2280 and 3537
Jonathan Wakely
2021-03-10
libstdc++: Fix headers that can't be used as header units [PR 99413]
Jonathan Wakely
2021-01-04
Update copyright years.
Jakub Jelinek
2020-09-22
libstdc++: Introduce new headers for C++20 ranges components
Jonathan Wakely
2020-09-01
libstdc++: Add compile-time checks to__glibcxx_assert [PR 71960]
Jonathan Wakely
2020-08-19
libstdc++: Make make-unsigned-like-t<__int128> work [PR 96042]
Jonathan Wakely
2020-08-19
libstdc++: integer-class types as per [iterator.concept.winc]
Patrick Palka
2020-07-07
libstdc++: Replace __int_limits with __numeric_traits_integer
Jonathan Wakely
2020-04-22
libstdc++: Add missing feature test macros
Jonathan Wakely
2020-03-27
libstdc++: Implement C++20 changes to insert iterators
Jonathan Wakely
2020-03-06
libstdc++: Give ranges::empty() a concrete return type (PR 93978)
Patrick Palka
2020-02-24
libstdc++: enable_view has false positives (LWG 3326)
Jonathan Wakely
2020-02-20
libstdc++: Issues with range access CPOs (P2091R0)
Jonathan Wakely
2020-02-19
libstdc++: Add ranges_size_t and rename all_view (LWG 3335)
Jonathan Wakely
2020-02-19
libstdc++: "safe" in several library names is misleading (LWG 3379)
Jonathan Wakely
2020-02-17
libstdc++: P1970R2 Consistency for size() functions: Add ranges::ssize
Jonathan Wakely
2020-01-15
libstdc++: Fix weakly_incrementable to allow __int128 (PR 93267)
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-12-09
libstdc++: Implement ranges::safe_range for C++20 (P1870R1)
Jonathan Wakely
2019-12-05
libstdc++: Implement P1872R0 and P1394R0 for std::span
JeanHeyd "ThePhD" Meneide
2019-10-31
Remove PR 92268 workaround and fix new test failures
Jonathan Wakely
2019-10-31
Fix handling of arrays in range access customization points
Jonathan Wakely
2019-10-29
Fix compilation errors with Clang
Jonathan Wakely
2019-10-29
Add iterator concepts and range access customization points for C++20
Jonathan Wakely
2019-09-09
Improve constraints for std::span constructors
Jonathan Wakely
2019-09-06
Define std::ssize for C++20 (P1227R2)
Jonathan Wakely
2019-09-05
Implement std::span for C++20
JeanHeyd Meneide
2019-05-02
Miscellaneous API doc improvements
Jonathan Wakely
2019-01-01
Update copyright years.
Jakub Jelinek
2018-01-03
Update copyright years.
Jakub Jelinek
2017-11-23
Add [[nodiscard]] attribute to C++17 components
Jonathan Wakely
2017-11-15
Add noexcept to generic std::size, std::empty and std::data
Jonathan Wakely
2017-01-01
Update copyright years.
Jakub Jelinek
2016-09-26
Remove redefinition of __cpp_lib_array_constexpr
Jonathan Wakely
2016-08-23
Add constexpr to <iterator> and <array> for C++17
Jonathan Wakely
2016-08-03
Define C++17 feature-test macros
Jonathan Wakely
[next]