aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++23
AgeCommit message (Expand)AuthorFilesLines
27 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-08libstdc++: Implement mdspan and tests [PR107761].Luc Grosheintz1-1/+2
2025-07-06libstdc++: Implement ranges::shift_left/right from P2440R1Patrick Palka1-2/+6
2025-07-02libstdc++: Use hidden friends for __normal_iterator operatorsJonathan Wakely1-9/+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++: Remove redundant macro checks in std.cc.inJonathan Wakely1-8/+0
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-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-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-05libstdc++: fix possible undefined std::timespec in module stdyxj-github-4371-1/+1
2025-01-08libstdc++: add missing to_underlying to module std [PR106852]Nicolas Werner1-0/+3
2025-01-08libstdc++: Use preprocessor conditions in std module [PR118177]Jonathan Wakely2-0/+48
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-19libstdc++: Implement C++23 <flat_set> (P1222R4)Patrick Palka1-0/+11
2024-12-19libstdc++: Implement C++23 <flat_map> (P0429R9)Patrick Palka1-0/+11
2024-12-02libstdc++: Disable deprecated warnings for std::rel_ops in std.ccJonathan Wakely1-0/+3
2024-11-27libstdc++/ranges: make _RangeAdaptorClosure befriend operator|Patrick Palka1-6/+0
2024-11-27libstdc++: module std fixesJason Merrill1-28/+36
2024-11-19libstdc++: remove JSON comment.Jason Merrill1-1/+0
2024-11-17libstdc++: add module std [PR106852]Jason Merrill6-16/+4137
2024-07-23libstdc++: Use [[maybe_unused]] attribute in src/c++23/print.ccJonathan Wakely1-2/+2
2024-07-23libstdc++: Do not use isatty on avr [PR115482]Detlef Vollmann1-2/+2
2024-05-14libstdc++: Guard dynamic_cast use in src/c++23/print.cc [PR115015]Jonathan Wakely1-1/+1
2024-01-08libstdc++: Add Unicode-aware width estimation for std::formatJonathan Wakely1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-16libstdc++: Fix bootstrap on AIX due to fileno macroJonathan Wakely1-1/+1
2023-12-15libstdc++: Fix std::print test case for WindowsJonathan Wakely1-1/+12
2023-12-14libstdc++: Implement C++23 <print> header [PR107760]Jonathan Wakely3-3/+363
2023-09-08libstdc++: Add Filesystem TS and std::stacktrace symbols to libstdc++exp.aJonathan Wakely3-0/+1027