aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
15 hourslibstdc++: Reuse std::__assign_one in <bits/ranges_algobase.h>Jonathan Wakely1-16/+6
15 hourslibstdc++: Add always_inline to some one-liners in <bits/stl_algobase.h>Jonathan Wakely1-0/+14
15 hourslibstdc++: Add nodiscard to std::findJonathan Wakely1-1/+1
15 hourslibstdc++: Inline memmove optimizations for std::copy etc. [PR115444]Jonathan Wakely2-222/+214
15 hourslibstdc++: Make __normal_iterator constexpr, always_inline, nodiscardJonathan Wakely1-45/+71
15 hourslibstdc++: Refactor std::uninitialized_{copy,fill,fill_n} algos [PR68350]Jonathan Wakely1-90/+289
15 hourslibstdc++: Move std::__niter_base and std::__niter_wrap to stl_iterator.hJonathan Wakely2-80/+103
4 dayslibstdc++: Implement LWG 3798 for range adaptors [PR106676]Jonathan Wakely2-6/+16
4 dayslibstdc++: Implement LWG 3564 for ranges::transform_viewJonathan Wakely1-2/+7
5 dayslibstdc++: Constrain std::expected comparisons (P3379R0)Jonathan Wakely3-9/+28
5 dayslibstdc++: Use std::move for iterator in ranges::fill [PR117094]Jonathan Wakely1-1/+1
5 dayslibstdc++: Enable memset optimizations for distinct character types [PR93059]Jonathan Wakely1-8/+12
5 dayslibstdc++: Enable memcpy optimizations for distinct integral types [PR93059]Jonathan Wakely1-2/+87
5 dayslibstdc++: Fix ranges::copy_backward for a single memcpyable element [PR117121]Jonathan Wakely1-2/+3
8 dayslibstdc++: Rearrange std::move_iterator helpers in stl_iterator.hJonathan Wakely1-32/+31
8 dayslibstdc++: Use appropriate feature test macro for std::byteJonathan Wakely1-1/+1
8 dayslibstdc++: Fix localized %c formatting for <chrono> [PR117085]Jonathan Wakely1-6/+8
10 dayslibstdc++: Drop format attribute from snprintf wrapper [PR116969]Jonathan Wakely1-5/+8
10 dayslibstdc++: Ignore _GLIBCXX_USE_POSIX_SEMAPHORE if not supported [PR116992]Jonathan Wakely1-0/+3
10 dayslibstdc++: Fix -Wnarrowing in <complex> [PR116991]Jonathan Wakely1-1/+1
10 dayslibstdc++: Fix -Wsign-compare in std::latch::count_downJonathan Wakely1-1/+5
10 dayslibstdc++: Enable _GLIBCXX_ASSERTIONS by default for -O0 [PR112808]Jonathan Wakely1-2/+7
10 dayslibstdc++: Simplify std::aligned_storage and fix for versioned namespace [PR6...Jonathan Wakely1-24/+59
10 dayslibstdc++: Do not cast away const-ness in std::construct_at (LWG 3870)Jonathan Wakely3-11/+12
10 dayslibstdc++: Make std::construct_at support arrays (LWG 3436)Jonathan Wakely1-3/+17
10 dayslibstdc++: Tweak %c formatting for chrono typesJonathan Wakely1-2/+2
10 dayslibstdc++: Fix formatting of chrono::duration with character rep [PR116755]Jonathan Wakely1-2/+7
11 dayscontrib, libcpp, libstdc++: Update to Unicode 16.0Jakub Jelinek2-318/+389
13 dayslibstdc++: add std::is_virtual_base_ofGiuseppe D'Angelo3-0/+33
13 dayslibstdc++: Implement LWG 3664 changes to ranges::distancePatrick Palka1-7/+7
2024-10-04libstdc++/ranges: Implement various small LWG issuesPatrick Palka1-8/+76
2024-10-04libstdc++: Fix some Parallel Mode testsuite failuresJonathan Wakely8-3/+26
2024-10-04libstdc++: Replace implicit lambda capture of 'this' [PR116964]Jonathan Wakely1-6/+6
2024-10-03libstdc++: Make Unicode utils work with Parallel ModeJonathan Wakely1-1/+1
2024-10-03libstdc++: Fix -Wdeprecated-declarations warning for Parallel Mode [PR116944]Jonathan Wakely1-3/+3
2024-10-03libstdc++: Fix some warnings seen during bootstrapJonathan Wakely2-1/+4
2024-10-03libstdc++: [_Hashtable] Fix some implementation inconsistenciesFrançois Dumont2-27/+29
2024-10-02libstdc++: Fix rounding in chrono::parseJonathan Wakely1-7/+57
2024-10-02libstdc++: Fix -Wlong-long warning in <bits/postypes.h>Jonathan Wakely1-0/+3
2024-09-27libstdc++: Fix more pedwarns in headers for C++98Jonathan Wakely17-15/+97
2024-09-27libstdc++: Refactor experimental::filesystem::path string conversionsJonathan Wakely1-84/+53
2024-09-27libstdc++: Fix -Wsign-compare warning in std::string::resize_for_overwriteJonathan Wakely2-2/+2
2024-09-27libstdc++: Fix test FAIL due to -Wpointer-arithJonathan Wakely2-34/+31
2024-09-27libstdc++: Add missing 'inline' to always_inline functionJonathan Wakely1-1/+1
2024-09-27libgcc, libstdc++: Make declarations no longer TU-local [PR115126]Nathaniel Shead6-20/+20
2024-09-26libstdc++: Preserve signbit of nan when converting float to double [PR113578]Jonathan Wakely1-6/+37
2024-09-26libstdc++: Add [[nodiscard]] to iostream membersJonathan Wakely5-0/+47
2024-09-26libstdc++: Suppress an attribute suggestion warning [PR116853].Iain Sandoe1-0/+3
2024-09-26libstdc++: Fix std::basic_stracktrace to not assume allocators throw std::bad...Jonathan Wakely1-2/+2
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill331-4/+663