aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
AgeCommit message (Expand)AuthorFilesLines
2019-12-02libstdc++: Add full steady_clock support to shared_timed_mutexMike Crowe1-0/+87
2019-12-02libstdc++: PR 78237 Add full steady_clock support to timed_mutexMike Crowe1-0/+83
2019-11-30libstdc++: Default to --enable-libstdcxx-filesystem-ts for *-*-mingw*Jonathan Wakely1-0/+3
2019-10-04Build filesystem library with large file supportJonathan Wakely1-10/+213
2019-09-27Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki1-9/+9
2019-09-10[ARM/FDPIC v6 24/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in libstdc++...Christophe Lyon1-11/+24
2019-09-06Fix GCC_LINUX_FUTEX to work with C99 compilersFlorian Weimer1-0/+2
2019-09-04PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe1-0/+83
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand1-6167/+0
2019-09-03re PR other/79543 (Inappropriate "ld --version" checking)Chung-Lin Tang1-11/+11
2019-08-29PR libstdc++/91067 add more missing exports for directory iteratorsJonathan Wakely1-1/+1
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