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