aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
19 hourslibstdc++: fix a wrong export of a contracts facility in std modulevspefs1-1/+1
48 hourslibstdc++: Default to C++20 in src/experimental/Makefile.amJonathan Wakely1-1/+1
48 hourslibstdc++: Do not allow contract26.cc to build without -fcontractsJonathan Wakely1-2/+4
2 dayslibstdc++: Implement std::atomic::fetch_min/maxSoumya AR1-0/+6
2 dayslibstdc++, contracts: Add base P2900R14 contracts support.Nina Ranns5-84/+186
2026-01-15c++: C++26 Reflection [PR120775]Marek Polacek1-0/+255
2026-01-12libstdc++: Stop using some reserved names in src/c++20/atomic.ccJonathan Wakely1-9/+9
2026-01-12libstdc++: Improve comments on __wait_args::_M_setup_proxy_waitJonathan Wakely1-8/+16
2026-01-10libstdc++: Fix std::system_category().message(int) on mingw32 targetWang Jinghao1-10/+11
2026-01-09libstdc++: Simplify use_proxy_wait functionJonathan Wakely1-4/+3
2026-01-09libstdc++: Fix proxy wait detection in atomic waitJonathan Wakely1-14/+20
2026-01-02Update copyright years.Jakub Jelinek1-1/+1
2026-01-02Update copyright years.Jakub Jelinek143-143/+143
2025-12-19libstdc++: Use std::add_lvalue_reference in src/c++11/mutex.ccJonathan Wakely1-1/+1
2025-12-18libstdc++: Fix some warnings seen during mingw-w64 bootstrapJonathan Wakely1-1/+1
2025-12-18libstdc++: On Windows, retrieve thread-local variables via functionsLIU Hao1-0/+14
2025-12-16libstdc++: Update tzdata to 2025cJonathan Wakely2-6/+4
2025-12-11libstdc++: Implement C++26 P3378R2 - constexpr exception typesJakub Jelinek6-4/+12
2025-12-09libstdc++: Implement submdspan and submdspan_mapping for layout_left. [PR110352]Luc Grosheintz1-1/+1
2025-12-06libstdc++: add more #if to std.ccJason Merrill1-0/+28
2025-12-02libstdc++: Implement submdspan_extents. [PR110352]Luc Grosheintz1-1/+4
2025-12-02libstdc++: Implement submdspan_canonicalize_slices. [PR110352]Luc Grosheintz1-0/+1
2025-12-01libstdc++: Use chrono::nanoseconds for __wait_until_impl parameterJonathan Wakely1-1/+1
2025-12-01libstdc++: Fix spinloop in atomic timed waiting function [PR122878]Jonathan Wakely1-44/+3
2025-12-01libstdc++: Refactor futex usage in src/c++20/atomic.ccJonathan Wakely1-35/+63
2025-11-27libstdc++: Future-proof C++20 atomic wait/notifyJonathan Wakely1-99/+141
2025-11-17libstdc++: Fix error reporting for filesystem::rename on Windows [PR122726]Jonathan Wakely1-4/+1
2025-11-17libstdc++: Fix std module for gcc4-compatible ABIJonathan Wakely1-3/+13
2025-11-16libstdc++: Include <mutex> in syncbuf.cc [PR122698]Jonathan Wakely1-6/+7
2025-11-15libstdc++: Minor refactoring in __wait_until_impl in atomic.ccJonathan Wakely1-9/+5
2025-11-03libstdc++: adjust std module TBB workaroundJason Merrill1-3/+6
2025-11-02libstdc++: add missing exportsJason Merrill1-2/+2
2025-10-30libstd++: Implement C++23 P2674R1 - A trait for implicit lifetime typesJakub Jelinek1-0/+4
2025-10-24libstdc++: Fix <mdspan> export in std moduleEric Pimentel Aguiar1-4/+4
2025-10-18libstdc++: Implement P1494 and P3641 Partial program correctness [PR119060]Iain Sandoe1-0/+3
2025-10-14libstdc++: Avoid overflow in timeout conversions [PR113327]Jonathan Wakely2-21/+45
2025-10-14libstdc++: Ensure filesystem::path internals are sufficiently aligned [PR122255]Jonathan Wakely1-24/+50
2025-10-08libstdc++: Implement submdspan_mapping_result. [PR110352]Luc Grosheintz1-1/+2
2025-10-08libstdc++: Implement full_extent_t. [PR110352]Luc Grosheintz1-2/+3
2025-10-08libstdc++: Implement strided_slice from <mdspan>. [PR110352]Luc Grosheintz1-1/+2
2025-10-08libstdc++: Implement std::layout_right_padded [PR110352].Luc Grosheintz1-2/+3
2025-10-08libstdc++: Implement std::layout_left_padded [PR110352].Luc Grosheintz1-3/+5
2025-10-05*: regenerate autotoolsSam James10-0/+30
2025-09-18libstdc++: Implement C++23 P2590R2 - Explicit lifetime management [PR106658]Jakub Jelinek1-0/+4
2025-09-08libstdc++: fix makefile.in for syncbuf.loNathan Myers1-1/+1
2025-09-08libstdc++: Make syncbuf _S_get_mutex definition extern.Nathan Myers3-2/+47
2025-09-08libstdc++: Implement constant_wrapper, cw from P2781R9.Luc Grosheintz1-0/+4
2025-09-03libstdc++: Restore C++20 <chrono> support for old std::string ABIJonathan Wakely1-1/+1
2025-08-31libstdc++: Fix bootstrap failures in src/c++26/debugging.ccJonathan Wakely1-1/+2
2025-08-28libstdc++: Implement C++26 <debugging> features [PR119670]Jonathan Wakely3-3/+183