summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/version.h
AgeCommit message (Expand)Author
2025-10-30libstd++: Implement C++23 P2674R1 - A trait for implicit lifetime typesJakub Jelinek
2025-10-22libstdc++: Implement optional<T&> from P2988R12 [PR121748]Giuseppe D'Angelo
2025-10-21libstdc++: Implement P3060R3: Add std::views::indices(n)Yuao Ma
2025-10-18libstdc++: Implement P1494 and P3641 Partial program correctness [PR119060]Iain Sandoe
2025-10-13libstdc++: Implement P2835R7 Expose std::atomic_ref's object addressYuao Ma
2025-10-10libstdc++: Implement P3235R3 optimizations for std::print [PR121790]Tomasz Kamiński
2025-10-10libstdc++: Implement P3107R5 optimizations for std::print [PR121790]Jonathan Wakely
2025-10-09libstdc++: Tweak comment on generated #endif lines in bits/version.hJonathan Wakely
2025-10-08libstdc++: Implement strided_slice from <mdspan>. [PR110352]Luc Grosheintz
2025-10-08libstdc++: Implement std::layout_left_padded [PR110352].Luc Grosheintz
2025-09-23libstdc++: Implement Philox Engine (PR119794)1nfocalypse
2025-09-19libstdc++: Add NTTP bind_front, -back, not_fn (P2714) [PR119744]Nathan Myers
2025-09-19libstdc++: Reorder start_lifetime_as macro in version.defJonathan Wakely
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-09-03libstdc++: Restore C++20 <chrono> support for old std::string ABIJonathan Wakely
2025-08-28libstdc++: Implement C++26 <debugging> features [PR119670]Jonathan Wakely
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-07-18libstdc++: Add std::inplace_vector for C++26 (P0843R14) [PR119137]Jonathan Wakely
2025-07-16libstdc++: Do not define __cpp_lib_constexpr_exceptions [PR121114]Tomasz Kamiński
2025-07-14libstdc++: Correct value of __cpp_lib_constexpr_exceptions [PR117785]Jonathan Wakely
2025-07-10c++, libstdc++: Implement C++26 P3068R5 - constexpr exceptions [PR117785]Jakub Jelinek
2025-07-09libstdc++: Add smart ptr owner_equals and owner_hash [PR117403]Paul Keir
2025-07-08libstdc++: Set feature test macro for complete C++23 mdspan [PR107761].Luc Grosheintz
2025-07-06libstdc++: Implement ranges::shift_left/right from P2440R1Patrick Palka
2025-07-03libstdc++: fix bits/version.def typoNathan Myers
2025-07-03libstdc++: construct bitset from string_view (P2697) [PR119742]Nathan Myers
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++: add range support to std::optional (P3168)Giuseppe D'Angelo
2025-06-09libstdc++: sstream from string_view (P2495R3) [PR119741]Nathan Myers
2025-06-04Revert "libstdc++: sstream from string_view (P2495R3) [PR119741]"Nathan Myers
2025-06-04libstdc++: sstream from string_view (P2495R3) [PR119741]Nathan Myers
2025-06-04libstdc++: Implement C++23 P1659R3 starts_with and ends_withPatrick Palka
2025-06-02libstdc++: Implement C++26 std::polymorphic [PR119152]Jonathan Wakely
2025-05-30libstdc++: Rewrite std::counting_semaphore base class [PR118494]Jonathan Wakely
2025-05-26libstdc++: Implement C++26 std::indirect [PR119152]Jonathan 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-12libstdc++: Restore std::scoped_lock for non-gthreads targets [PR120198]Jonathan Wakely
2025-05-07libstdc++: Setup internal FTM for mdspan.Luc Grosheintz
2025-04-29libstdc++: Use no_stdname for make_obj_using_allocator feature test macroJonathan Wakely
2025-04-25libstdc++: Define __cpp_lib_format_ranges in format header [PR109162]Tomasz Kamiński
2025-04-11libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]Tomasz Kamiński
2025-04-10libstdc++: Adjust value of __cpp_lib_constrained_equality for C++20Jonathan Wakely
2025-04-04libstdc++: Provide formatter for vector<bool>::reference [PR109162]Tomasz Kamiński
2025-03-27libstdc++: re-bump the feature-test macro for P2562R1 [PR119488]Giuseppe D'Angelo
2025-03-26libstdc++: do not advertise full P2562R1 supportGiuseppe D'Angelo