aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2025-12-09libstdc++: Regenerate <bits/version.h>Jonathan Wakely1-2/+2
2025-12-09libstdc++: Set __cpp_lib_submdspan to 202411.Luc Grosheintz2-6/+7
2025-12-09libstdc++: Implement submdspan_mapping for layout_right_padded. [PR110352]Luc Grosheintz1-0/+46
2025-12-09libstdc++: Implement submdspan_mapping for layout_left_padded. [PR110352]Luc Grosheintz1-4/+52
2025-12-09libstdc++: Implement submdspan_mapping for layout_stride. [PR110352]Luc Grosheintz1-0/+20
2025-12-09libstdc++: Implement submdspan_mapping for layout_right. [PR110352]Luc Grosheintz1-0/+40
2025-12-09libstdc++: Implement submdspan and submdspan_mapping for layout_left. [PR110352]Luc Grosheintz1-57/+502
2025-12-09libstdc++: Silence warning in mdspan.Luc Grosheintz1-1/+1
2025-12-08libstdc++: Implement P2404R3 relaxations to comparable_with concepts [PR122946]Jonathan Wakely3-4/+29
2025-12-08libstdc++: Extend __is_standard_integer to cover extended integer typesJonathan Wakely8-49/+42
2025-12-08libstdc++: Refactor _Variadic_union so _Unitialized<T, false> is not needed [...Tomasz Kamiński1-9/+25
2025-12-08libstdc++: Remove redundant diagnostic pragmas from <bits/iterator_concepts.h>Jonathan Wakely1-4/+0
2025-12-08libstdc++: Move std::cmp_equal, std::cmp_less etc. to new fileJonathan Wakely5-72/+124
2025-12-05libstdc++: Use deducing this in std::bind when available [PR80564]Patrick Palka1-0/+82
2025-12-06libstdc++: std::atomic should use std::addressofJonathan Wakely2-6/+6
2025-12-05libstdc++: Implement rest of P2655R3 common_reference of reference_wrapperPatrick Palka4-0/+53
2025-12-05libstdc++: Implement P2655R3 changes to common_reference bullet 1Patrick Palka3-0/+25
2025-12-05libstdc++: Consolidate bullet 1 __common_reference_impl partial specsPatrick Palka1-27/+13
2025-12-05libstdc++: Use deducing this in range adaptors even in C++20 [PR111550]Patrick Palka1-2/+8
2025-12-05libstdc++: Use deducing this in std::bind_front even in C++20 [PR111327]Patrick Palka1-1/+4
2025-12-05libstdc++: Use deducing this in std::not_fn when available [PR111327]Patrick Palka1-0/+16
2025-12-05libstdc++: Introduce _GLIBCXX_EXPLICIT_THIS_PARAMETER internal FTMPatrick Palka1-0/+7
2025-12-04libstdc++: Fix std::erase_if behavior for std::__debug::dequeFrançois Dumont2-10/+35
2025-12-04libstdc++: Fix debug mode for unordered containers.Tomasz Kamiński1-0/+6
2025-12-04libstdc++: Convertibility of rank == 0 layouts, LWG4272.Luc Grosheintz1-13/+23
2025-12-04libstdc++: Fix node-base containers copy and move constructor in debug mode.Tomasz Kamiński1-7/+11
2025-12-03libstdc++: implement P3044R2 - sub-string_view from string (string part)Yuao Ma3-0/+39
2025-12-03libstdc++: implement P3044R2 - sub-string_view from string (string_view part)Yuao Ma3-1/+27
2025-12-03libstdc++: [_GLIBCXX_DEBUG] Implement std::__debug::inplace_vectorFrançois Dumont11-34/+796
2025-12-02libstdc++: Implement submdspan_extents. [PR110352]Luc Grosheintz1-0/+103
2025-12-02libstdc++: Implement submdspan_canonicalize_slices. [PR110352]Luc Grosheintz1-4/+187
2025-12-01libstdc++: Inconsistent const in flat_map's value_type [PR122921]Patrick Palka1-1/+1
2025-12-01libstdc++: Use chrono::nanoseconds for __wait_until_impl parameterJonathan Wakely1-1/+6
2025-11-28libstdc++: Correctly implement LWG 3946 changes to const_iterator_t [PR122842]Patrick Palka1-7/+13
2025-11-27libstdc++: Fix exposure of TU-local lambda in __detail::__func_handle_t.Tomasz Kamiński1-20/+25
2025-11-27libstdc++: Future-proof C++20 atomic wait/notifyJonathan Wakely2-65/+112
2025-11-27libstdc++: Fix std::counting_semaphore<> default max valueJonathan Wakely1-2/+12
2025-11-26libstdc++: Fix typo in operator used in __pack_ints [PR122864]Tomasz Kamiński1-1/+1
2025-11-26libstdc++: Optimize functor storage for transform views iterators.Tomasz Kamiński1-29/+232
2025-11-26libstdc++: Make C++20s operator wrappers operator() static.Tomasz Kamiński1-14/+20
2025-11-26libstdc++: Remove use of __packed name conflicting with newlib.Tomasz Kamiński1-2/+2
2025-11-26libstdc++: Hashing support for chrono value classes [PR110357]Tomasz Kamiński3-3/+347
2025-11-24libstdc++: Implement LWG 4370 for std::optional comparisonsJonathan Wakely1-20/+90
2025-11-24libstdc++: Implement LWG 4366 for std::expected comparisonsJonathan Wakely1-9/+28
2025-11-24libstdc++: Mark new istream::ignore overload always_inlineJonathan Wakely1-0/+1
2025-11-21libstdc++: Implement LWG 4406 and LWG 3424 for std::optional and std::expectedJonathan Wakely2-19/+27
2025-11-21libstdc++: Implement P3223R2 Making std::istream::ignore less surprisingYuao Ma1-1/+11
2025-11-21libstdc++: Include <ostream> in <regex> for debug modeJonathan Wakely1-0/+4
2025-11-20libstdc++: [_GLIBCXX_DEBUG] Fix std::erase_if behavior for __gnu_debug::vectorFrançois Dumont2-10/+33
2025-11-20libstdc++: Prepare mdspan-related code for submdspan.Luc Grosheintz1-23/+26