aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/version
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-08-16libstdc++: Implement more maintainable <version> headerArsen Arsenović1-347/+3
2023-08-11libstdc++: Implement C++20 std::chrono::parse [PR104167]Jonathan Wakely1-2/+2
2023-04-18libstdc++: Implement range_adaptor_closure from P2387R3 [PR108827]Patrick Palka1-0/+3
2023-04-18libstdc++: Adding missing feature-test macros for C++23 ranges algosPatrick Palka1-1/+4
2023-04-14libstdc++: Implement P2278R4 "cbegin should always return a constant iterator"Patrick Palka1-0/+1
2023-04-14libstdc++: Implement ranges::fold_* from P2322R6Patrick Palka1-0/+1
2023-04-12libstdc++: Implement ranges::enumerate_view from P2164R9Patrick Palka1-0/+1
2023-04-05libstdc++: Add a test for <version> FTM redefinitionsArsen Arsenović1-1/+4
2023-04-05libstdc++: Harmonize <version> and other headersArsen Arsenović1-38/+47
2023-03-22libstdc++: Add missing __cpp_lib_format macro to <version>Jonathan Wakely1-0/+1
2023-03-14libstdc++: Implement P2520R0 changes to move_iterator's iterator_conceptPatrick Palka1-0/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-13libstdc++: Enable string_view in freestandingArsen Arsenović1-2/+2
2023-01-06libstdc++: Add feature-test macros for implemented C++23 views [PR108260]Patrick Palka1-0/+9
2022-12-22libstdc++: Implement C++20 time zone support in <chrono>Jonathan Wakely1-0/+2
2022-12-16libstdc++: Add monadic operations to std::expected for C++23 (P2505R5)Jonathan Wakely1-1/+1
2022-12-12libstdc++: Define atomic lock-free type aliases for C++20 [PR98034]Jonathan Wakely1-0/+1
2022-10-17libstdc++: Fix value of __cpp_lib_constexpr_charconvJonathan Wakely1-1/+1
2022-10-15libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3)Jonathan Wakely1-0/+1
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-50/+50
2022-09-22libstdc++: Implement constexpr std::bitset for C++23 (P2417R2)Jonathan Wakely1-0/+1
2022-08-04libstdc++: Update value of __cpp_lib_ios_noreplace macroJonathan Wakely1-1/+1
2022-07-15c++: Add __reference_con{struc,ver}ts_from_temporary [PR104477]Marek Polacek1-2/+3
2022-04-25libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3)Jonathan Wakely1-0/+4
2022-04-14libstdc++: Fix missing and incorrect feature test macros [PR105269]Jonathan Wakely1-1/+4
2022-04-01libstdc++: Implement std::unreachable() for C++23 (P0627R6)Jonathan Wakely1-0/+1
2022-03-29libstdc++: Fix incorrect preprocessor conditions in <version>Jonathan Wakely1-3/+5
2022-03-27libstdc++: Define std::expected for C++23 (P0323R12)Jonathan Wakely1-0/+1
2022-03-23libstdc++: Fix feature test macros in <version> for freestandingJonathan Wakely1-16/+19
2022-03-16libstdc++: Ensure that std::from_chars is declared when supportedJonathan Wakely1-1/+2
2022-02-22libstdc++: Implement P2415R2 changes to viewable_range / views::allPatrick Palka1-1/+1
2022-02-14libstdc++: Use __cpp_concepts instead of custom macro [PR103891]Jonathan Wakely1-2/+2
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely1-50/+50
2022-01-21libstdc++: Fix condition for __cpp_lib_shared_ptr_arraysJonathan Wakely1-1/+1
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely1-0/+3
2022-01-17libstdc++: Implement C++20 atomic<shared_ptr> and atomic<weak_ptr>Jonathan Wakely1-0/+1
2022-01-14libstdc++: Add C++20 std::make_shared enhancements (P0674R1)Jonathan Wakely1-1/+5
2022-01-11libstdc++: Install <source_location> header for freestanding [PR103726]Jonathan Wakely1-3/+3
2022-01-11libstdc++: Make std::variant work with Clang in C++20 mode [PR103891]Jonathan Wakely1-2/+3
2022-01-05libstdc++: Implement P1328 "Making std::type_info::operator== constexpr"Jonathan Wakely1-0/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-09libstdc++: Implement std::ios_base::noreplace for C++23 [PR59769]Jonathan Wakely1-0/+1
2021-12-01libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely1-2/+2
2021-11-28libstdc++: Implement std::byteswap for C++23Jakub Jelinek1-0/+1
2021-11-16libstdc++: Implement constexpr std::basic_string for C++20Michael de Lang1-1/+5
2021-11-13libstdc++: Implement std::spanstream for C++23Jonathan Wakely1-0/+3
2021-10-19libstdc++: Implement monadic operations for std::optional (P0798R8)Jonathan Wakely1-0/+3