summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++23/std.cc.in
AgeCommit message (Expand)Author
2025-11-17libstdc++: Fix std module for gcc4-compatible ABIJonathan 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-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-09-18libstdc++: Implement C++23 P2590R2 - Explicit lifetime management [PR106658]Jakub Jelinek
2025-09-08libstdc++: Implement constant_wrapper, cw from P2781R9.Luc Grosheintz
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-08libstdc++: Implement mdspan and tests [PR107761].Luc Grosheintz
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++: Remove redundant macro checks in std.cc.inJonathan Wakely
2025-05-26libstdc++: Implement C++26 function_ref [PR119126]Tomasz Kamiński
2025-05-14libstdc++: Implement C++26 copyable_function [PR119125]Tomasz Kamiński
2025-05-07libstdc++: Add missing export for std::is_layout_compatible_v [PR120159]Jonathan Wakely
2025-05-07libstdc++: Fix module std export for std::extentsJonathan Wakely
2025-05-07libstdc++: Implement std::extents [PR107761].Luc Grosheintz
2025-04-25libstdc++: Define __cpp_lib_format_ranges in format header [PR109162]Tomasz Kamiński
2025-04-23libstdc++: fix possible undefined atomic lock-free type aliases in module stdZENG Hao
2025-04-15libstdc++: Implement formatter for ranges and range_formatter [PR109162]Tomasz Kamiński
2025-03-21libstdc++: Add views::cache_latest and views::to_input to std moduleJonathan Wakely
2025-01-08libstdc++: add missing to_underlying to module std [PR106852]Nicolas Werner
2025-01-08libstdc++: Use preprocessor conditions in std module [PR118177]Jonathan Wakely
2024-12-19libstdc++: Implement C++23 <flat_set> (P1222R4)Patrick Palka
2024-12-19libstdc++: Implement C++23 <flat_map> (P0429R9)Patrick Palka
2024-12-02libstdc++: Disable deprecated warnings for std::rel_ops in std.ccJonathan Wakely
2024-11-27libstdc++/ranges: make _RangeAdaptorClosure befriend operator|Patrick Palka
2024-11-27libstdc++: module std fixesJason Merrill
2024-11-17libstdc++: add module std [PR106852]Jason Merrill