summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/version
AgeCommit message (Expand)Author
2022-08-05libstdc++: Update value of __cpp_lib_ios_noreplace macroJonathan Wakely
2022-04-25libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3)Jonathan Wakely
2022-04-14libstdc++: Fix missing and incorrect feature test macros [PR105269]Jonathan Wakely
2022-04-01libstdc++: Implement std::unreachable() for C++23 (P0627R6)Jonathan Wakely
2022-03-29libstdc++: Fix incorrect preprocessor conditions in <version>Jonathan Wakely
2022-03-27libstdc++: Define std::expected for C++23 (P0323R12)Jonathan Wakely
2022-03-23libstdc++: Fix feature test macros in <version> for freestandingJonathan Wakely
2022-03-16libstdc++: Ensure that std::from_chars is declared when supportedJonathan Wakely
2022-02-22libstdc++: Implement P2415R2 changes to viewable_range / views::allPatrick Palka
2022-02-14libstdc++: Use __cpp_concepts instead of custom macro [PR103891]Jonathan Wakely
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely
2022-01-21libstdc++: Fix condition for __cpp_lib_shared_ptr_arraysJonathan Wakely
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely
2022-01-17libstdc++: Implement C++20 atomic<shared_ptr> and atomic<weak_ptr>Jonathan Wakely
2022-01-14libstdc++: Add C++20 std::make_shared enhancements (P0674R1)Jonathan Wakely
2022-01-11libstdc++: Install <source_location> header for freestanding [PR103726]Jonathan Wakely
2022-01-11libstdc++: Make std::variant work with Clang in C++20 mode [PR103891]Jonathan Wakely
2022-01-05libstdc++: Implement P1328 "Making std::type_info::operator== constexpr"Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-12-09libstdc++: Implement std::ios_base::noreplace for C++23 [PR59769]Jonathan Wakely
2021-12-01libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely
2021-11-28libstdc++: Implement std::byteswap for C++23Jakub Jelinek
2021-11-16libstdc++: Implement constexpr std::basic_string for C++20Michael de Lang
2021-11-13libstdc++: Implement std::spanstream for C++23Jonathan Wakely
2021-10-19libstdc++: Implement monadic operations for std::optional (P0798R8)Jonathan Wakely
2021-10-16libstdc++: Define std::basic_string::resize_and_overwrite for C++23 (P1072R10)Jonathan Wakely
2021-10-15libstdc++: Add missing constexpr to std::variant (P2231R1)Jonathan Wakely
2021-10-14libstdc++: Add missing constexpr to std::optional (P2231R1)Jonathan Wakely
2021-10-06libstdc++: Implement std::move_only_function for C++23 (P0288R9)Jonathan Wakely
2021-10-05libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor valueJonathan Wakely
2021-10-01libstdc++: Add container adaptor constructors taking iterators (P1425R4)Jonathan Wakely
2021-10-01libstdc++: Allow visiting inherited variants [PR 90943]Jonathan Wakely
2021-09-13c++: implement C++17 hardware interference sizeJason Merrill
2021-09-02libstdc++: Define std::invoke_r for C++23 (P2136R3)Jonathan Wakely
2021-08-24libstdc++: Add std::is_layout_compatible trait for C++20Jonathan Wakely
2021-08-11libstdc++: Define std::is_pointer_interconvertible_base_of for C++20Jonathan Wakely
2021-07-27libstdc++: Reduce header dependencies on <array> and <utility>Jonathan Wakely
2021-06-17libstdc++: Implement P2325 changes to default-constructibility of viewsPatrick Palka
2021-06-17libstdc++: Simplify constexpr checks in std::char_traits [PR 91488]Jonathan Wakely
2021-06-04libstdc++: Add feature test macro for heterogeneous lookup in unordered conta...Jonathan Wakely
2021-04-30libstdc++: Fix inconsistent feature test macrosJonathan Wakely
2021-04-28libstdc++: Define __cpp_lib_constexpr_string macroJonathan Wakely
2021-04-20libstdc++: Define __cpp_lib_to_chars for C++20 [PR 100146]Jonathan Wakely
2021-03-19libstdc++: Add std::is_scoped_enum for C++23Jonathan Wakely
2021-02-25libstdc++: Add std::to_underlying for C++23Jonathan Wakely
2021-01-27libstdc++: Add string contains member functions for C++2bPaul Fee
2021-01-14libstdc++: Update copyright dates on new filesJonathan Wakely
2021-01-07libstdc++: Add support for C++20 barriersThomas Rodgers
2021-01-04Update copyright years.Jakub Jelinek
2020-12-03libtdc++: Define std::source_location for C++20JeanHeyd Meneide