aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2021-05-04ctype support for libstdc++ on VxWorksCorentin Gay1-0/+18
2021-05-04libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macroJonathan Wakely1-32/+4
2021-04-30libstdc++: Remove GLIBCXX_CHECK_INT64_T checksJonathan Wakely1-57/+0
2021-04-21Fix AIX libstdc++ semaphore support [PR100164]Jakub Jelinek1-1/+1
2020-12-16libstdc++: Test errno macros directly, not via autoconf [PR 93151]Jonathan Wakely1-29/+0
2020-12-15libstdc++: Support libc with stdio-only I/O in libstdc++Keith Packard1-7/+13
2020-12-09libstdc++: Fix build failure for target with no way to sleepJonathan Wakely1-0/+6
2020-11-26ada: c++: Get rid of libposix4, librt on SolarisRainer Orth1-12/+6
2020-11-23libstdc++: Add configure checks for semaphoresJonathan Wakely1-0/+37
2020-11-17libstdc++: Revert changes for SYS_clock_gettime64 [PR 93421]Jonathan Wakely1-4/+25
2020-11-11libstdc++: Exclude cygwin and mingw from linker relro supportJonathan Yong1-7/+16
2020-10-28libstdc++: Implement C++20 features for <sstream>Thomas Rodgers1-1/+1
2020-08-13libstdc++: Deprecate the --enable-cheaders=c_std configurationJonathan Wakely1-2/+14
2020-08-10libstdc++: Make C++17 ignore --disable-libstdcxx-filesystem-ts [PR 94681]Jonathan Wakely1-207/+206
2020-07-20libstdc++: Add std::from_chars for floating-point typesJonathan Wakely1-1/+1
2020-01-28libstdc++: Replace glibc-specific check for clock_gettime (PR 93325)Jonathan Wakely1-14/+8
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki1-1/+10
2019-12-30VxWorks has_nanosleep for libstdc++ enable-libstdcxx-time autoCorentin Gay1-0/+5
2019-12-20libstdc++: Test setrlimit with c++ in configureJerome Lambourg1-0/+3
2019-12-20libstdc++: Strengthen the check for availability of pthread_rwlock_tJerome Lambourg1-10/+22
2019-12-02libstdc++: Add full steady_clock support to shared_timed_mutexMike Crowe1-0/+33
2019-12-02libstdc++: PR 78237 Add full steady_clock support to timed_mutexMike Crowe1-0/+31
2019-11-30libstdc++: Default to --enable-libstdcxx-filesystem-ts for *-*-mingw*Jonathan Wakely1-0/+3
2019-09-10[ARM/FDPIC v6 24/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in libstdc++...Christophe Lyon1-3/+6
2019-09-04PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe1-0/+31
2019-09-03re PR other/79543 (Inappropriate "ld --version" checking)Chung-Lin Tang1-1/+1
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-06-20Skip libstdc++ debug build in early bootstrap stagesJonathan Wakely1-1/+13
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely1-0/+20
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely1-19/+28
2019-01-07Fix build for systems without POSIX truncateJonathan Wakely1-0/+13
2019-01-06PR libstdc++/86756 Move rest of std::filesystem to libstdc++.soJonathan Wakely1-0/+34
2018-11-27PR libstdc++/67843 set shared_ptr lock policy at build-timeJonathan Wakely1-0/+66
2018-10-16Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1Jonathan Wakely1-11/+15
2018-07-25Add new src/c++17 directory to list in acinclude.m4Jonathan Wakely1-1/+1
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely1-9/+1
2018-06-21PR libstdc++/83328 add correct basic_string::insert for initializer_listJonathan Wakely1-1/+1
2018-06-18Fix bootstrap failure for bare metal due to autoconf link testsJonathan Wakely1-126/+177
2018-05-01PR libstdc++/84654 Disable __float128 specializations for -mno-float128Tulio Magno Quites Machado Filho1-3/+2
2017-11-21RTEMS: Enable some libstdc++ featuresSebastian Huber1-1/+4
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist1-0/+1
2017-06-16PR libstdc++/81092 add std::wstring symbols and bump library versionJonathan Wakely1-1/+1
2017-05-23PR libstdc++/67578 Implement non-trivial std::random_device::entropyXi Ruoyao1-1/+1
2017-05-10Bump version namespace.François Dumont1-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-1/+2
2017-01-20Support unsigned __int20 in checks for size_t manglingJoe Seymour1-2/+6
2017-01-09PR79017 workaround incomplete C99 math on darwinJonathan Wakely1-0/+25
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth1-32/+0