aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
12 hourslibstdc++: Add various missing exports [PR121373]Jakub Jelinek1-5/+61
36 hourslibstdc++: Export std::owner_equal and std::owner_hash from std.ccJakub Jelinek1-0/+4
2025-07-20libstdc++: Export std::dextents from std.cc.in [PR121174]Jakub Jelinek1-1/+4
2025-07-18libstdc++: Add std::inplace_vector for C++26 (P0843R14) [PR119137]Jonathan Wakely1-1/+9
2025-07-15libstdc++: Implement std::chrono::current_zone() for Windows [PR108409]Björn Schäpers2-2/+499
2025-07-15libstdc++: Search for tzdata on Windows (msys)Björn Schäpers1-0/+34
2025-07-09libstdc++: Fix memory_resource.cc bootstrap failure for non-gthreads targetsJonathan Wakely1-27/+39
2025-07-08libstdc++: Ensure pool resources meet alignment requirements [PR118681]Jonathan Wakely1-4/+22
2025-07-08libstdc++: Implement mdspan and tests [PR107761].Luc Grosheintz1-1/+2
2025-07-08libstdc++: Make debug iterator pointer sequence const [PR116369]François Dumont1-40/+134
2025-07-06libstdc++: Implement ranges::shift_left/right from P2440R1Patrick Palka1-2/+6
2025-07-02libstdc++: Use hidden friends for __normal_iterator operatorsJonathan Wakely2-20/+0
2025-07-01libstdc++: Implement default_accessor from mdspan.Luc Grosheintz1-1/+2
2025-06-26libstdc++: Implement C++26 P2927R3 - Inspecting exception_ptrJakub Jelinek1-0/+3
2025-06-26c++, libstdc++: Implement C++26 P2830R10 - Constexpr Type OrderingJakub Jelinek1-0/+4
2025-06-12libstdc++: Implement layout_stride from mdspan.Luc Grosheintz1-1/+2
2025-06-12libstdc++: Implement layout_right from mdspan.Luc Grosheintz1-0/+1
2025-06-12libstdc++: Implement layout_left from mdspan.Luc Grosheintz1-0/+1
2025-06-05libstdc++: Export std::indirect and std::polymorphic from std module [PR119152]Tomasz Kamiński1-0/+8
2025-06-04libstdc++: Implement C++23 P1659R3 starts_with and ends_withPatrick Palka1-0/+4
2025-06-03libstdc++: Fix errors and incorrect returns in atomic timed waitsJonathan Wakely1-9/+15
2025-06-03libstdc++: Remove redundant macro checks in std.cc.inJonathan Wakely1-8/+0
2025-05-30libstdc++: Define __wait_result_type for atomic waitingJonathan Wakely1-19/+36
2025-05-30libstdc++: Move atomic wait/notify entry points into the libraryJonathan Wakely3-3/+471
2025-05-26libstdc++: Implement C++26 function_ref [PR119126]Tomasz Kamiński1-0/+7
2025-05-14libstdc++: Implement C++26 copyable_function [PR119125]Tomasz Kamiński1-0/+3
2025-05-10vxworks: libstdc++: include ioLib.h for dup()Alexandre Oliva1-0/+4
2025-05-07libstdc++: Add missing export for std::is_layout_compatible_v [PR120159]Jonathan Wakely1-0/+1
2025-05-07libstdc++: Fix module std export for std::extentsJonathan Wakely1-0/+3
2025-05-07libstdc++: Implement std::extents [PR107761].Luc Grosheintz1-1/+5
2025-05-06libstdc++: Fix dangling pointer in fs::path::operator+=(*this) [PR120029]Jonathan Wakely1-0/+10
2025-05-02libstdc++: Add some more makefile dependenciesJonathan Wakely4-13/+35
2025-04-25libstdc++: Add some makefile dependenciesJonathan Wakely2-0/+16
2025-04-25libstdc++: Define __cpp_lib_format_ranges in format header [PR109162]Tomasz Kamiński1-4/+2
2025-04-23libstdc++: fix possible undefined atomic lock-free type aliases in module stdZENG Hao1-0/+4
2025-04-15libstdc++: Implement formatter for ranges and range_formatter [PR109162]Tomasz Kamiński1-0/+6
2025-04-11libstdc++: Add fast_float patch to LOCAL_PATCHESJonathan Wakely1-0/+1
2025-04-11libstdc++: Support aarch64-w64-mingw32 target in fast_floatEvgeny Karpov1-1/+2
2025-04-11libstdc++: Use constexpr-if for std::basic_string::_S_copy_charsJonathan Wakely1-1/+2
2025-03-30Optimize string constructorJan Hubicka1-0/+8
2025-03-27libstdc++: Update tzdata to 2025bJonathan Wakely1-2/+16
2025-03-21libstdc++: Fix std.compat exports of <stdbit.h> and <stdckdint.h>Jonathan Wakely1-2/+9
2025-03-21libstdc++: Add views::cache_latest and views::to_input to std moduleJonathan Wakely1-3/+20
2025-03-13libstdc++: Implement <stdckdint.h> for C++26 (P3370R1)Jonathan Wakely1-0/+8
2025-03-13libstdc++: Implement <stdbit.h> for C++26 (P3370R1)Jonathan Wakely1-0/+29
2025-03-12libstdc++: Update tzdata to 2025aJonathan Wakely2-847/+839
2025-03-06Fix 'libstdc++-v3/src/c++20/tzdb.cc' build for '__GTHREADS && !__GTHREADS_CXX...Jonathan Wakely1-1/+11
2025-03-06libstdc++: Avoid '-Wunused-parameter' for 'out' in member function 'std::code...Thomas Schwinge1-1/+1
2025-03-06libstdc++: Avoid '-Wunused-parameter' for 'is_directory' in member function '...Thomas Schwinge1-1/+1
2025-03-06libstdc++: Avoid '-Wunused-parameter' for 'nofollow' in static member functio...Thomas Schwinge1-1/+1