aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
AgeCommit message (Expand)AuthorFilesLines
2019-07-03PR libstdc++/91067 fix missing exports for filesystem iteratorsJonathan Wakely1-1/+1
2019-07-01Fix libstdc++ install-pdf support.Jim Wilson1-8/+13
2019-06-20Skip libstdc++ debug build in early bootstrap stagesJonathan Wakely1-2/+14
2019-06-07PR libstdc++/90770 fix missing src/debug/MakefileJonathan Wakely1-1/+1
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely1-0/+41
2019-03-11PR libstdc++/89460 Fix Networking TS test failures on HP-UXJonathan Wakely1-0/+46
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely1-30/+78
2019-02-14Add std::timespec and std::timespec_get for C++17Jonathan Wakely1-0/+46
2019-01-07Fix build for systems without POSIX truncateJonathan Wakely1-0/+56
2019-01-06PR libstdc++/86756 Move rest of std::filesystem to libstdc++.soJonathan Wakely1-0/+128
2018-11-27PR libstdc++/67843 set shared_ptr lock policy at build-timeJonathan Wakely1-9/+85
2018-11-07iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.Hafiz Abid Qadeer1-4/+4
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers1-2708/+2894
2018-10-16Use autoconf to check for features needed by Networking TSJonathan Wakely1-0/+16
2018-10-16Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1Jonathan Wakely1-12/+19
2018-08-13Revert "libstdc++-v3: Have aligned_alloc() on Newlib"Jonathan Wakely1-2/+0
2018-08-10libstdc++-v3: Have aligned_alloc() on NewlibSebastian Huber1-0/+2
2018-08-01Add -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGSJonathan Wakely1-2/+2
2018-07-24Add initial version of C++17 <memory_resource> headerJonathan Wakely1-2/+14
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely1-57/+16
2018-06-21PR libstdc++/83328 add correct basic_string::insert for initializer_listJonathan Wakely1-1/+1
2018-06-18crossconfig.m4: Handle OpenBSD just like NetBSD.Maya Rashish1-1/+1
2018-06-18Fix bootstrap failure for bare metal due to autoconf link testsJonathan Wakely1-107/+264
2018-05-31PR libstdc++/78870 support std::filesystem on WindowsJonathan Wakely1-0/+13
2018-05-24PR target/85904 check for aligned_alloc on netbsd cross-compilationMaya Rashish1-0/+13
2018-05-21Add support for opening file streams from wide character stringsJonathan Wakely1-0/+22
2018-05-01PR libstdc++/84654 Disable __float128 specializations for -mno-float128Tulio Magno Quites Machado Filho1-12/+25
2018-04-24Regenerate configure of target librariesH.J. Lu1-1/+1
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek1-14/+13
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm1-1/+1
2018-03-12PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-co...Jonathan Wakely1-0/+26
2018-02-19CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist1-1/+16
2018-02-15PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwinJonathan Wakely1-9/+27
2018-01-18configure.ac (AC_CHECK_HEADERS): Add linux/types.h.Uros Bizjak1-1/+18
2017-11-21RTEMS: Enable some libstdc++ featuresSebastian Huber1-1/+4
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist1-9/+85
2017-06-21PR libstdc++/81092 Regenerate configure for libtool_VERSION changeJonathan Wakely1-1/+1
2017-06-01Fix cross compilation to SolarisRainer Orth1-165/+1
2017-05-23PR libstdc++/67578 Implement non-trivial std::random_device::entropyXi Ruoyao1-2/+2
2017-05-16Regenerate libstdc++-v3/configure for versioned-namespace sonameJonathan Wakely1-1/+1
2017-03-15Fix typo in config.h.in commentJonathan Wakely1-1/+1
2017-03-10[libstdc++-v3] Fix detection of obsolete isnanGeorge Lander1-0/+1
2017-01-20Support unsigned __int20 in checks for size_t manglingJoe Seymour1-0/+18
2017-01-17crossconfig.m4: Add fuchsia OS.Joshua Conner1-0/+6
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek1-9/+28
2017-01-09PR79017 workaround incomplete C99 math on darwinJonathan Wakely1-0/+46
2017-01-06Check for __cxa_thread_atexit for freebsd crossesJonathan Wakely1-0/+11
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth1-3/+3
2017-01-04PR78968 add configure check for __cxa_thread_atexit in libcJonathan Wakely1-4/+6
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen1-0/+49