summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
AgeCommit message (Expand)Author
2020-02-12Use a non-empty test program to test ability to link.Sandra Loosemore
2020-02-01Fixes after recent configure changes relating to static librariesAndrew Burgess
2020-01-28libstdc++: Replace glibc-specific check for clock_gettime (PR 93325)Jonathan Wakely
2020-01-27gcc: Add new configure options to allow static libraries to be selectedAndrew Burgess
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki
2020-01-23reject macros in math decl checkAlexandre Oliva
2019-12-30VxWorks has_nanosleep for libstdc++ enable-libstdcxx-time autoCorentin Gay
2019-12-25Define HAVE_ for math long double functions declared in vxworks headersAlexandre Oliva
2019-12-20libstdc++: Test setrlimit with c++ in configureJerome Lambourg
2019-12-20libstdc++: Strengthen the check for availability of pthread_rwlock_tJerome Lambourg
2019-12-02libstdc++: Add full steady_clock support to shared_timed_mutexMike Crowe
2019-12-02libstdc++: PR 78237 Add full steady_clock support to timed_mutexMike Crowe
2019-11-30libstdc++: Default to --enable-libstdcxx-filesystem-ts for *-*-mingw*Jonathan Wakely
2019-10-04Build filesystem library with large file supportJonathan Wakely
2019-09-27Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki
2019-09-10[ARM/FDPIC v6 24/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in libstdc++...Christophe Lyon
2019-09-06Fix GCC_LINUX_FUTEX to work with C99 compilersFlorian Weimer
2019-09-04PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand
2019-09-03re PR other/79543 (Inappropriate "ld --version" checking)Chung-Lin Tang
2019-08-29PR libstdc++/91067 add more missing exports for directory iteratorsJonathan Wakely
2019-07-03PR libstdc++/91067 fix missing exports for filesystem iteratorsJonathan Wakely
2019-07-01Fix libstdc++ install-pdf support.Jim Wilson
2019-06-20Skip libstdc++ debug build in early bootstrap stagesJonathan Wakely
2019-06-07PR libstdc++/90770 fix missing src/debug/MakefileJonathan Wakely
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely
2019-03-11PR libstdc++/89460 Fix Networking TS test failures on HP-UXJonathan Wakely
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely
2019-02-14Add std::timespec and std::timespec_get for C++17Jonathan Wakely
2019-01-07Fix build for systems without POSIX truncateJonathan Wakely
2019-01-06PR libstdc++/86756 Move rest of std::filesystem to libstdc++.soJonathan Wakely
2018-11-27PR libstdc++/67843 set shared_ptr lock policy at build-timeJonathan Wakely
2018-11-07iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.Hafiz Abid Qadeer
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers
2018-10-16Use autoconf to check for features needed by Networking TSJonathan Wakely
2018-10-16Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1Jonathan Wakely
2018-08-13Revert "libstdc++-v3: Have aligned_alloc() on Newlib"Jonathan Wakely
2018-08-10libstdc++-v3: Have aligned_alloc() on NewlibSebastian Huber
2018-08-01Add -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGSJonathan Wakely
2018-07-24Add initial version of C++17 <memory_resource> headerJonathan Wakely
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely
2018-06-21PR libstdc++/83328 add correct basic_string::insert for initializer_listJonathan Wakely
2018-06-18crossconfig.m4: Handle OpenBSD just like NetBSD.Maya Rashish
2018-06-18Fix bootstrap failure for bare metal due to autoconf link testsJonathan Wakely
2018-05-31PR libstdc++/78870 support std::filesystem on WindowsJonathan Wakely
2018-05-24PR target/85904 check for aligned_alloc on netbsd cross-compilationMaya Rashish
2018-05-21Add support for opening file streams from wide character stringsJonathan Wakely
2018-05-01PR libstdc++/84654 Disable __float128 specializations for -mno-float128Tulio Magno Quites Machado Filho
2018-04-24Regenerate configure of target librariesH.J. Lu
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek