aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std
AgeCommit message (Expand)AuthorFilesLines
4 hourslibstdc++: Implement C++23 P2590R2 - Explicit lifetime management [PR106658]HEADtrunkmasterJakub Jelinek1-0/+129
41 hourslibstdc++: Optimize determination of std::tuple_cat return typeJonathan Wakely2-27/+26
41 hourslibstdc++: Fix missing change to views::pairwise from P2165R4 [PR121956]Jonathan Wakely1-3/+1
48 hourslibstdc++: Fix more missing uses of iter_difference_t [PR119820]Jonathan Wakely1-1/+1
6 dayslibstdc++: Fix algorithms to use iterators' difference_type for arithmetic [P...Jonathan Wakely1-1/+1
7 dayslibstdc++: Use consteval for _S_noexcept() helper functionsJonathan Wakely1-1/+1
7 dayslibstdc++: Remove trailing whitespace in <syncstream>Jonathan Wakely1-1/+1
7 dayslibstdc++: Enforce Mandates: for Boyer-Moore searchersJonathan Wakely1-0/+12
8 dayslibstdc++: Rename _S-prefixed identifiers in <mdspan>.Luc Grosheintz1-17/+17
8 dayslibstdc++: Apply LWG4351 to CTAD of span/mdspan.Luc Grosheintz1-1/+3
8 dayslibstdc++: Use _Drop_iter<_CharT> for formattable concept checking [PR121765]Tomasz Kamiński1-37/+83
9 dayslibstdc++: Rename _CwFixedValue::_S_type memberJonathan Wakely1-7/+7
9 dayslibstdc++: Rename template parameter of std::constant_wrapperJonathan Wakely1-3/+3
10 dayslibstdc++: Make syncbuf _S_get_mutex definition extern.Nathan Myers1-16/+6
10 dayslibstdc++: Adjust span/mdspan CTAD for P2781R9.Luc Grosheintz1-1/+2
10 dayslibstdc++: Implement constant_wrapper, cw from P2781R9.Luc Grosheintz1-0/+371
13 dayslibstdc++: Make join_view::_Iterator::_M_get_inner noexcept [PR121804]Patrick Palka1-2/+2
14 dayslibstdc++: Conditionalize LWG 3569 changes to join_viewPatrick Palka1-12/+37
14 dayslibstdc++: Reuse _Bind_back_t functor in ranges::_PartialTomasz Kamiński1-92/+12
14 dayslibstdc++: Move _Binder and related aliases to separate file.Tomasz Kamiński1-186/+1
14 dayslibstdc++: Merge bind_front and bind_back bindersTomasz Kamiński1-102/+70
2025-09-04libstdc++: Add _GLIBCXX_RESOLVE_LIB_DEFECTS for 4314 in <mdspan>.Luc Grosheintz1-1/+7
2025-09-03libstdc++: Implement LWG4222 'expected' constructor from a single value missi...Yihan Wang1-0/+1
2025-09-03libstdc++: Restore C++20 <chrono> support for old std::string ABIJonathan Wakely1-5/+8
2025-09-02libstdc++: Move _Index_tuple, _Build_index_tuple to <type_traits>.Luc Grosheintz1-0/+22
2025-08-28libstdc++: Implement C++26 <debugging> features [PR119670]Jonathan Wakely1-0/+77
2025-08-28libstdc++: Remove implicit type conversions in std::complexWeslley da Silva Pereira1-7/+8
2025-08-28libstdc++: Constrain bitset(const CharT*) constructor [PR121046]Jonathan Wakely1-1/+7
2025-08-27libstdc++: Move tai_- and gps_clock::now impls out of ABINathan Myers1-17/+15
2025-08-26libstdc++/ranges: Prefer using offset-based _CachedPositionPatrick Palka1-2/+0
2025-08-26libstdc++: Refactor bound arguments storage for bind_front/backTomasz Kamiński1-26/+87
2025-08-26libstdc++: Specialize _Never_valueless_alt for jthread, stop_token and stop_s...Tomasz Kamiński2-0/+33
2025-08-21libstdc++: Check _GLIBCXX_USE_PTHREAD_MUTEX_CLOCKLOCK with #if [PR121496]Jonathan Wakely1-2/+2
2025-08-21libstdc++: Implement aligned_accessor from mdspan [PR120994]Luc Grosheintz1-0/+53
2025-08-21libstdc++: Implement is_sufficiently_aligned [PR120994]Luc Grosheintz1-0/+1
2025-08-21libstdc++: Fix std::numeric_limits<__float128>::max_digits10 [PR121374]Jonathan Wakely1-1/+1
2025-08-21libstdc++: Implement std::dims from <mdspan>.Luc Grosheintz1-0/+5
2025-08-21libstdc++: Simplify precomputed partial products in <mdspan>.Luc Grosheintz1-21/+23
2025-08-21libstdc++: Reduce size static storage for __fwd_prod in mdspan.Luc Grosheintz1-2/+2
2025-08-21libstdc++: Replace numeric_limit with __int_traits in mdspan.Luc Grosheintz1-12/+14
2025-08-21libstdc++: Improve extents::operator==.Luc Grosheintz1-4/+5
2025-08-21libstdc++: Reduce indirection in extents::extent.Luc Grosheintz1-10/+25
2025-08-21libstdc++: Improve nearly fully dynamic extents in mdspan.Luc Grosheintz1-2/+2
2025-08-21libstdc++: Improve fully dynamic extents in mdspan.Luc Grosheintz1-10/+53
2025-08-21libstdc++: Improve low-rank layout_{left,right}::stride.Luc Grosheintz1-6/+28
2025-08-21libstdc++: Precompute products of static extents.Luc Grosheintz1-25/+52
2025-08-21libstdc++: Reduce template instantiations in <mdspan>.Luc Grosheintz1-19/+37
2025-07-28libstdc++: Fix style issues in <mdspan>.Luc Grosheintz1-13/+4
2025-07-28libstdc++: 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