summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/Makefile.in
AgeCommit message (Expand)Author
2022-07-07libstdc++: Add missing prerequisite to generated header [PR106162]Jonathan Wakely
2022-03-27libstdc++: Define std::expected for C++23 (P0323R12)Jonathan Wakely
2022-01-18libstdc++: Define <stdatomic.h> for C++23Jonathan Wakely
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely
2022-01-17libstdc++: Rename non-reserved macros in config header [PR103650]Jonathan Wakely
2022-01-11libstdc++: Install <source_location> header for freestanding [PR103726]Jonathan Wakely
2022-01-11libstdc++: Install <coroutine> header for freestanding [PR103726]Jonathan Wakely
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely
2021-12-09libstdc++: Fix non-reserved name in std::allocator base class [PR64135]Jonathan Wakely
2021-11-13libstdc++: Implement std::spanstream for C++23Jonathan Wakely
2021-10-07libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> headerJonathan Wakely
2021-10-06libstdc++: Implement std::move_only_function for C++23 (P0288R9)Jonathan Wakely
2021-10-01libstdc++: Restore printing of assertion messages [PR102100]Jonathan Wakely
2021-07-27libstdc++: Move COW string definitions to separate headerJonathan Wakely
2021-07-27libstdc++: Reduce header dependencies on <array> and <utility>Jonathan Wakely
2021-04-20libstdc++: Refactor/cleanup of C++20 atomic wait implementationThomas Rodgers
2021-01-27libstdc++: Add std::experimental::simd from the Parallelism TS 2Matthias Kretz
2021-01-07libstdc++: Add support for C++20 barriersThomas Rodgers
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely
2020-12-03libtdc++: Define std::source_location for C++20JeanHeyd Meneide
2020-11-20libstdc++: Add C++2a synchronization supportThomas Rodgers
2020-11-19libstdc++: Move std::thread to a new headerJonathan Wakely
2020-11-09libstdc++: Remove <debug/array>François Dumont
2020-11-02libstdc++: Add c++2a <syncstream>Thomas Rodgers
2020-10-22libstdc++: Reduce header dependencies in and on <memory>Jonathan Wakely
2020-09-22libstdc++: Introduce new headers for C++20 ranges componentsJonathan Wakely
2020-09-11libstdc++: Split std::align/assume_aligned to bits/align.hThomas Rodgers
2020-08-19libstdc++: integer-class types as per [iterator.concept.winc]Patrick Palka
2020-07-07libstdc++: Replace __int_limits with __numeric_traits_integerJonathan Wakely
2020-06-23libstdc++: Regenerate makefilesJonathan Wakely
2020-02-17libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)Jonathan Wakely
2020-02-13libstdc++: Implement ranges [specialized.algorithms]Patrick Palka
2020-02-13libstdc++: Move some ranges algos to a new header <bits/ranges_algobase.h>Patrick Palka
2020-02-06libstdc++: Implement C++20 constrained algorithmsPatrick Palka
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki
2020-01-23libstdc++: Simplify makefile rule for largefile-config.h (PR91947)Jonathan Wakely
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe
2019-11-15Support for jthread and stop_tokenThomas Rodgers
2019-11-06libstdc++: Add compare_three_way and install <compare> headerJonathan Wakely
2019-10-31Partial implementation of C++20 of <ranges> headerJonathan Wakely
2019-10-29Add iterator concepts and range access customization points for C++20Jonathan Wakely
2019-10-17Define [range.cmp] comparisons for C++20Jonathan Wakely
2019-10-11Implement <concepts> header for C++20Jonathan Wakely
2019-10-04Build filesystem library with large file supportJonathan Wakely
2019-09-05Implement std::span for C++20JeanHeyd Meneide
2019-07-31Implement "P0631R4 Math Constants" for C++20Jonathan Wakely
2019-06-12Replace std::to_string for integers with optimized versionJonathan Wakely
2019-06-07Synchronize libstdc++ PSTL with upstream LLVM PSTLThomas Rodgers
2019-05-13Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely
2019-05-13Remove array_allocator extension, deprecated since 4.9.0Jonathan Wakely