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