aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std
AgeCommit message (Expand)AuthorFilesLines
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 Wakely1-1/+22
2025-12-08libstdc++: Extend __is_standard_integer to cover extended integer typesJonathan Wakely3-10/+17
2025-12-08libstdc++: Refactor _Variadic_union so _Unitialized<T, false> is not needed [...Tomasz Kamiński1-9/+25
2025-12-08libstdc++: Move std::cmp_equal, std::cmp_less etc. to new fileJonathan Wakely2-72/+2
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 Wakely1-5/+4
2025-12-05libstdc++: Implement rest of P2655R3 common_reference of reference_wrapperPatrick Palka1-0/+1
2025-12-05libstdc++: Implement P2655R3 changes to common_reference bullet 1Patrick Palka1-0/+7
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::not_fn when available [PR111327]Patrick Palka1-0/+16
2025-12-04libstdc++: Fix std::erase_if behavior for std::__debug::dequeFrançois Dumont1-10/+7
2025-12-04libstdc++: Convertibility of rank == 0 layouts, LWG4272.Luc Grosheintz1-13/+23
2025-12-03libstdc++: implement P3044R2 - sub-string_view from string (string part)Yuao Ma1-0/+1
2025-12-03libstdc++: implement P3044R2 - sub-string_view from string (string_view part)Yuao Ma1-1/+9
2025-12-03libstdc++: [_GLIBCXX_DEBUG] Implement std::__debug::inplace_vectorFrançois Dumont1-13/+22
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-11-27libstdc++: Fix exposure of TU-local lambda in __detail::__func_handle_t.Tomasz Kamiński1-20/+25
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++: 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ński1-0/+324
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-20libstdc++: [_GLIBCXX_DEBUG] Fix std::erase_if behavior for __gnu_debug::vectorFrançois Dumont1-10/+7
2025-11-20libstdc++: Prepare mdspan-related code for submdspan.Luc Grosheintz1-23/+26
2025-11-19libstdc++: Make <mdspan> compatible with clang.Luc Grosheintz1-10/+12
2025-11-19c++, libstdc++: Implement CWG1670 and LWG4468Jakub Jelinek1-1/+1
2025-11-18libstdc++: shared_mutex: Respond consistently to errors and deadlockMike Crowe1-25/+30
2025-11-14libstdc++: Ensure that _Utf_view is always a view.Tomasz Kamiński1-1/+1
2025-11-14libstdc++: Add comment to __cpp_lib_bitset preprocessor conditionJonathan Wakely1-1/+1
2025-11-14libstdc++: std::bitset<0>("zero") should throw std::invalid_argument [PR121054]Karpalo Toivonen1-1/+8
2025-11-14libstdc++: Use _Bind_front_t/_Bind_back_t in bind_front<f>/bind_back<f> [PR12...Tomasz Kamiński1-43/+7
2025-11-13libstdc++: Optimize handling of optional for views: take, drop, reverse and a...Tomasz Kamiński2-1/+23
2025-11-12libstdc++: Add ranges::borrowed_range specialization for optional<T&> [PR122425]Tomasz Kamiński1-0/+6
2025-11-12libstdc++: optional<T&> for function and unbounded array should not be range ...Tomasz Kamiński1-10/+29
2025-10-30libstd++: Implement C++23 P2674R1 - A trait for implicit lifetime typesJakub Jelinek1-0/+17
2025-10-29libstdc++: Implement const copy-assignment for tuple<> [PR119721]Tomasz Kamiński1-0/+5
2025-10-29libstdc++: Add constructors and assignments for tuple<> with tuple-like types...Osama Abdelkader1-7/+41