summaryrefslogtreecommitdiff
path: root/libstdc++-v3/acinclude.m4
AgeCommit message (Expand)Author
2020-01-28libstdc++: Replace glibc-specific check for clock_gettime (PR 93325)Jonathan Wakely
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki
2019-12-30VxWorks has_nanosleep for libstdc++ enable-libstdcxx-time autoCorentin Gay
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-09-10[ARM/FDPIC v6 24/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in libstdc++...Christophe Lyon
2019-09-04PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe
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-06-20Skip libstdc++ debug build in early bootstrap stagesJonathan Wakely
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan 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-10-16Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1Jonathan Wakely
2018-07-25Add new src/c++17 directory to list in acinclude.m4Jonathan 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-18Fix bootstrap failure for bare metal due to autoconf link testsJonathan Wakely
2018-05-01PR libstdc++/84654 Disable __float128 specializations for -mno-float128Tulio Magno Quites Machado Filho
2017-11-21RTEMS: Enable some libstdc++ featuresSebastian Huber
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist
2017-06-16PR libstdc++/81092 add std::wstring symbols and bump library versionJonathan Wakely
2017-05-23PR libstdc++/67578 Implement non-trivial std::random_device::entropyXi Ruoyao
2017-05-10Bump version namespace.François Dumont
2017-03-15Fix typo in config.h.in commentJonathan Wakely
2017-03-10[libstdc++-v3] Fix detection of obsolete isnanGeorge Lander
2017-01-20Support unsigned __int20 in checks for size_t manglingJoe Seymour
2017-01-09PR79017 workaround incomplete C99 math on darwinJonathan Wakely
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen
2016-11-21Don't define libstdc++-internal macros in Solaris 10+ <math.h>Rainer Orth
2016-10-26Add missing header in Filesystem TS configure testsUros Bizjak
2016-09-30libstdc++/77795 Only declare ::gets for C++98 and C++11Jonathan Wakely
2016-09-23[RTEMS] Always use atomic builtins for libstdc++Sebastian Huber
2016-09-02Use setrlimit for testing libstdc++ in cross toolchainsMaxim Kuvyrkov
2016-07-29New libstdc++ symbol version for new basic_string symbolsJonathan Wakely
2016-05-25Fix configure test for sendfile()Jonathan Wakely
2016-04-05Restore atomic builtins usage in libstdc++-v3Jonathan Wakely
2016-02-08Remove accidentally added 'constexpr' in previous commitJonathan Wakely
2016-02-08Enable isinf/isnan checks for all targetsJonathan Wakely
2016-02-04Test for C99 stdlib.h functions with -std=c++98Jonathan Wakely
2016-01-28re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ...John David Anglin
2016-01-15PR libstdc++/69294 Check for isinf and isnan on AIXJonathan Wakely
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel