aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely1-0/+1
2018-11-28Implement uniform container erasure for C++20.Edward Smith-Rowland1-1/+1
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers1-35/+88
2018-10-12Initial commit of Networking TS implementationJonathan Wakely1-0/+9
2018-08-13Add <bit> and <version> to freestanding headersJonathan Wakely1-5/+5
2018-07-25Move std::unique_lock definition to a separate headerJonathan Wakely1-0/+1
2018-07-24Add initial version of C++17 <memory_resource> headerJonathan Wakely1-0/+1
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely1-2/+1
2018-07-03P0556R3 Integral power-of-2 operations, P0553R2 Bit operationsJonathan Wakely1-0/+1
2018-06-18P0754R2 <version> headerJonathan Wakely1-1/+2
2018-05-08PR libstdc++/85672 #undef _GLIBCXX_USE_FLOAT128 when not supportedJonathan Wakely1-3/+3
2018-05-01PR libstdc++/84654 Disable __float128 specializations for -mno-float128Tulio Magno Quites Machado Filho1-1/+9
2018-02-15PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwinJonathan Wakely1-0/+3
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist1-1/+2
2017-10-30Don't create broken symlink in libstdc++-v3/include/bitsJonathan Wakely1-1/+1
2017-10-27List headers in Makefile in alphabetical orderJonathan Wakely1-1/+1
2017-10-23Implement C++17 Filesystem libraryJonathan Wakely1-0/+5
2017-10-02C++17 P0067R5 std::to_chars and std::from_chars (partial)Jonathan Wakely1-0/+1
2017-09-12PR libstdc++/79433 no #error for including TS headers with wrong -stdJonathan Wakely1-1/+0
2017-09-12PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely1-1/+0
2017-05-16Implement std::experimental::source_location (N4519)Jonathan Wakely1-0/+1
2017-01-19PR78905 define _GLIBCXX_RELEASE macroJonathan Wakely1-0/+2
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek1-1/+2
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth1-2/+3
2016-10-21Split <functional> into smaller piecesJonathan Wakely1-2/+4
2016-10-03Fix libstdc++ versioned namespace buildJonathan Wakely1-0/+1
2016-09-30Implement LWG 2192 and LWG 2294 for std::absJonathan Wakely1-0/+1
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra1-0/+1
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely1-1/+2
2016-08-22libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov1-0/+2
2016-08-18Implement <variant>Tim Shen1-0/+1
2016-08-06Add std::apply for C++17Jonathan Wakely1-0/+1
2016-07-28Implement std::string_view and P0254r2,Ville Voutilainen1-0/+2
2016-07-10Implement std::optional.Ville Voutilainen1-0/+1
2016-07-07Implement std::any.Ville Voutilainen1-0/+2
2016-03-23Makefile.am (install-freestanding-headers): Add concept_check.h and move.h to...Bernd Edlinger1-1/+1
2016-01-25Avoid including all of <random> in <algorithm>Jonathan Wakely1-0/+1
2016-01-19Add C++-conforming wrappers for stdlib.h and math.hJonathan Wakely1-1/+3
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel1-1/+9
2016-01-14Implement TR29124 C++ special Math Functions.Edward Smith-Rowland1-0/+1