summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)Author
2025-11-17libstdc++: Fix error reporting for filesystem::rename on Windows [PR122726]Jonathan Wakely
2025-11-17libstdc++: Fix std module for gcc4-compatible ABIJonathan Wakely
2025-11-16libstdc++: Include <mutex> in syncbuf.cc [PR122698]Jonathan Wakely
2025-11-15libstdc++: Minor refactoring in __wait_until_impl in atomic.ccJonathan Wakely
2025-11-03libstdc++: adjust std module TBB workaroundJason Merrill
2025-11-02libstdc++: add missing exportsJason Merrill
2025-10-30libstd++: Implement C++23 P2674R1 - A trait for implicit lifetime typesJakub Jelinek
2025-10-24libstdc++: Fix <mdspan> export in std moduleEric Pimentel Aguiar
2025-10-18libstdc++: Implement P1494 and P3641 Partial program correctness [PR119060]Iain Sandoe
2025-10-14libstdc++: Avoid overflow in timeout conversions [PR113327]Jonathan Wakely
2025-10-14libstdc++: Ensure filesystem::path internals are sufficiently aligned [PR122255]Jonathan Wakely
2025-10-08libstdc++: Implement submdspan_mapping_result. [PR110352]Luc Grosheintz
2025-10-08libstdc++: Implement full_extent_t. [PR110352]Luc Grosheintz
2025-10-08libstdc++: Implement strided_slice from <mdspan>. [PR110352]Luc Grosheintz
2025-10-08libstdc++: Implement std::layout_right_padded [PR110352].Luc Grosheintz
2025-10-08libstdc++: Implement std::layout_left_padded [PR110352].Luc Grosheintz
2025-10-05*: regenerate autotoolsSam James
2025-09-18libstdc++: Implement C++23 P2590R2 - Explicit lifetime management [PR106658]Jakub Jelinek
2025-09-08libstdc++: fix makefile.in for syncbuf.loNathan Myers
2025-09-08libstdc++: Make syncbuf _S_get_mutex definition extern.Nathan Myers
2025-09-08libstdc++: Implement constant_wrapper, cw from P2781R9.Luc Grosheintz
2025-09-03libstdc++: Restore C++20 <chrono> support for old std::string ABIJonathan Wakely
2025-08-31libstdc++: Fix bootstrap failures in src/c++26/debugging.ccJonathan Wakely
2025-08-28libstdc++: Implement C++26 <debugging> features [PR119670]Jonathan Wakely
2025-08-27libstdc++: Move tai_- and gps_clock::now impls out of ABINathan Myers
2025-08-21libstdc++: Implement aligned_accessor from mdspan [PR120994]Luc Grosheintz
2025-08-21libstdc++: Implement is_sufficiently_aligned [PR120994]Luc Grosheintz
2025-08-21libstdc++: Implement std::dims from <mdspan>.Luc Grosheintz
2025-08-05libstdc++: Remove 2 exports [PR121373]Jakub Jelinek
2025-08-04libstdc++: Add various missing exports [PR121373]Jakub Jelinek
2025-08-03libstdc++: Export std::owner_equal and std::owner_hash from std.ccJakub Jelinek
2025-07-20libstdc++: Export std::dextents from std.cc.in [PR121174]Jakub Jelinek
2025-07-18libstdc++: Add std::inplace_vector for C++26 (P0843R14) [PR119137]Jonathan Wakely
2025-07-15libstdc++: Implement std::chrono::current_zone() for Windows [PR108409]Björn Schäpers
2025-07-15libstdc++: Search for tzdata on Windows (msys)Björn Schäpers
2025-07-09libstdc++: Fix memory_resource.cc bootstrap failure for non-gthreads targetsJonathan Wakely
2025-07-08libstdc++: Ensure pool resources meet alignment requirements [PR118681]Jonathan Wakely
2025-07-08libstdc++: Implement mdspan and tests [PR107761].Luc Grosheintz
2025-07-08libstdc++: Make debug iterator pointer sequence const [PR116369]François Dumont
2025-07-06libstdc++: Implement ranges::shift_left/right from P2440R1Patrick Palka
2025-07-02libstdc++: Use hidden friends for __normal_iterator operatorsJonathan Wakely
2025-07-01libstdc++: Implement default_accessor from mdspan.Luc Grosheintz
2025-06-26libstdc++: Implement C++26 P2927R3 - Inspecting exception_ptrJakub Jelinek
2025-06-26c++, libstdc++: Implement C++26 P2830R10 - Constexpr Type OrderingJakub Jelinek
2025-06-12libstdc++: Implement layout_stride from mdspan.Luc Grosheintz
2025-06-12libstdc++: Implement layout_right from mdspan.Luc Grosheintz
2025-06-12libstdc++: Implement layout_left from mdspan.Luc Grosheintz
2025-06-05libstdc++: Export std::indirect and std::polymorphic from std module [PR119152]Tomasz Kamiński
2025-06-04libstdc++: Implement C++23 P1659R3 starts_with and ends_withPatrick Palka
2025-06-03libstdc++: Fix errors and incorrect returns in atomic timed waitsJonathan Wakely