aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std
AgeCommit message (Expand)AuthorFilesLines
12 dayslibstdc++: Fix style issues in <mdspan>.Luc Grosheintz1-13/+4
12 dayslibstdc++: Support braces as arguments for std::erase on inplace_vector [PR12...Tomasz Kamiński1-1/+1
2025-07-22libstdc++: Fix obvious mistake in inplace_vector::assign_range [PR119137]Tomasz Kamiński1-1/+1
2025-07-21libstdc++: Make the default ctor of mdspan conditionally noexcept.Luc Grosheintz1-7/+5
2025-07-21libstdc++: Strengthen exception guarantee for mdspan methods.Luc Grosheintz1-6/+16
2025-07-18libstdc++: Qualify addressof calls in inplace_vector [PR119137]Tomasz Kamiński1-2/+2
2025-07-18libstdc++: Add std::inplace_vector for C++26 (P0843R14) [PR119137]Jonathan Wakely1-0/+1379
2025-07-17libstdc++: Fix forwarding of custom IndexType in mdspan [PR121061]Luc Grosheintz1-4/+4
2025-07-17libstdc++: Fix constraint for custom integer types in mdspan [PR121061]Luc Grosheintz1-14/+20
2025-07-16libstdc++: Use basic_string_view for std::bitset deduced typesJonathan Wakely1-1/+4
2025-07-15libstdc++: Add missing initializers for __maybe_present_t members [PR119962]Patrick Palka1-3/+6
2025-07-15libstdc++: Ensure std::make_unsigned<Enum> works for 128-bit enumJonathan Wakely1-1/+6
2025-07-14libstdc++: Add comments to deleted std::swap overloads for LWG 2766Jonathan Wakely4-1/+9
2025-07-11libstdc++: Always treat __float128 as a floating-point typeJonathan Wakely1-1/+1
2025-07-11libstdc++: Treat __int128 as a real integral type [PR96710]Jonathan Wakely4-16/+30
2025-07-09libstdc++: Add more template keywords to <mdspan> for ClangJonathan Wakely1-2/+2
2025-07-09libstdc++: Do not use list-initialization in std::span members [PR120997]Jonathan Wakely1-7/+8
2025-07-09libstdc++: Add smart ptr owner_equals and owner_hash [PR117403]Paul Keir1-0/+1
2025-07-08libstdc++: Do not expose set_brackets/set_separator for formatter with format...Tomasz Kamiński1-2/+2
2025-07-08libstdc++: Better CTAD for span and mdspan [PR120914].Luc Grosheintz2-7/+21
2025-07-08libstdc++: Implement mdspan and tests [PR107761].Luc Grosheintz1-0/+285
2025-07-08libstdc++: Implement __mdspan::__size.Luc Grosheintz1-4/+8
2025-07-08libstdc++: Check prerequisite of extents::extents.Luc Grosheintz1-0/+13
2025-07-08libstdc++: Check prerequisites of layout_*::operator().Luc Grosheintz1-0/+5
2025-07-08libstdc++: Document that LWG 3881 is resolved, by using different apporach.Tomasz Kamiński1-2/+8
2025-07-07libstdc++: Use template keyword in __mapping_of alias templateJonathan Wakely1-1/+1
2025-07-07libstdc++: Format __float128 as _Float128 only when long double is not 128 IE...Tomasz Kamiński1-8/+3
2025-07-03libstdc++: Update LWG 4166 changes to concat_view::end() [PR120934]Patrick Palka1-2/+2
2025-07-03libstdc++: construct bitset from string_view (P2697) [PR119742]Nathan Myers1-28/+54
2025-07-02libstdc++: make range view ctors explicit (P2711) [PR119744]Nathan Myers1-16/+16
2025-07-01libstdc++: Implement default_accessor from mdspan.Luc Grosheintz1-0/+31
2025-06-26libstdc++: Type-erase chrono-data for formatting [PR110739]Tomasz Kamiński1-24/+0
2025-06-24libstdc++: Unnecessary type completion in __is_complete_or_unbounded [PR120717]Patrick Palka1-17/+22
2025-06-13libstdc++: add a workaround for format_kind<optional<T>> [PR120644]Giuseppe D'Angelo1-1/+1
2025-06-12libstdc++: add range support to std::optional (P3168)Giuseppe D'Angelo2-26/+47
2025-06-12libstdc++: Uglify __mapping_alike template parameter and fix test and typo in...Tomasz Kamiński1-11/+11
2025-06-12libstdc++: Make layout_left(layout_stride) noexcept.Luc Grosheintz1-1/+2
2025-06-12libstdc++: Implement layout_stride from mdspan.Luc Grosheintz1-1/+248
2025-06-12libstdc++: Implement layout_right from mdspan.Luc Grosheintz1-1/+152
2025-06-12libstdc++: Implement layout_left from mdspan.Luc Grosheintz1-1/+302
2025-06-12libstdc++: Improve naming, whitespace and silence warnings for extents.Luc Grosheintz1-12/+12
2025-06-12libstdc++: Do not specialize std::formatter for incomplete type [PR120625]Jonathan Wakely1-7/+11
2025-06-11libstdc++: Fix mismatched @cond and @endcond in <type_traits>Jonathan Wakely1-0/+3
2025-06-11libstdc++: Fix whitespace before comments in <sstream>Jonathan Wakely1-6/+6
2025-06-10libstdc++: Implement LWG3528 make_from_tuple can perform (the equivalent of) ...Yihan Wang1-2/+22
2025-06-09libstdc++: sstream from string_view (P2495R3) [PR119741]Nathan Myers1-18/+184
2025-06-06libstdc++: Use std::conditional_t instead of lambda to select semaphore imple...Jonathan Wakely1-2/+2
2025-06-06libstdc++: Fix flat_map::operator[] for const lvalue keys [PR120432]Patrick Palka1-3/+3
2025-06-06libstdc++: Optimize std::counting_semaphore for futex pathJonathan Wakely1-3/+2
2025-06-05libstdc++: Fix std::format thousands separators when sign present [PR120548]Jonathan Wakely1-2/+9