summaryrefslogtreecommitdiff
path: root/libstdc++-v3/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix syntax error in libbacktrace configurationJonathan Wakely2022-04-191-3/+3
* libstdc++: Default to mutex-based atomics on RISC-VPalmer Dabbelt2022-04-141-0/+3
* libstdc++: Prefer to use mmap instead of malloc in libbacktraceJonathan Wakely2022-04-121-6/+29
* libstdc++: Add comment to acinclude.m4Jonathan Wakely2022-02-081-0/+2
* libstdc++: Fix filesystem::remove_all races [PR104161]Jonathan Wakely2022-02-041-1/+26
* libstdc++: Improve config output for --enable-cstdio [PR104301]Jonathan Wakely2022-02-011-1/+3
* Add mold detection for libs.Martin Liska2022-01-311-1/+7
* libstdc++: fix typo in acinclude.m4.Martin Liska2022-01-271-1/+1
* libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]Jonathan Wakely2022-01-251-0/+12
* libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C libraryTom Honermann2022-01-181-0/+44
* libstdc++: Improve comments describing --enable-fully-dynamic-stringJonathan Wakely2022-01-181-6/+11
* libstdc++: Define <stacktrace> header for C++23Jonathan Wakely2022-01-171-1/+137
* libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely2022-01-101-0/+8
* libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macroJonathan Wakely2021-12-101-1/+1
* libstdc++: Remove broken std::allocator base classes [PR103340]Jonathan Wakely2021-12-021-13/+1
* libstdc++: Replace AC_CACHE_VAL with AC_CACHE_CHECKJonathan Wakely2021-11-181-177/+107
* libstdc++: Use GCC_TRY_COMPILE_OR_LINK for getentropy, arc4randomHans-Peter Nilsson2021-11-131-2/+2
* libstdc++: Print assertion messages to stderr [PR59675]Jonathan Wakely2021-11-121-1/+1
* libstdc++: Support getentropy and arc4random in std::random_deviceJonathan Wakely2021-11-091-0/+46
* ctype support for libstdc++ on VxWorksCorentin Gay2021-05-041-0/+18
* libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macroJonathan Wakely2021-05-041-32/+4
* libstdc++: Remove GLIBCXX_CHECK_INT64_T checksJonathan Wakely2021-04-301-57/+0
* Fix AIX libstdc++ semaphore support [PR100164]Jakub Jelinek2021-04-211-1/+1
* libstdc++: Test errno macros directly, not via autoconf [PR 93151]Jonathan Wakely2020-12-161-29/+0
* libstdc++: Support libc with stdio-only I/O in libstdc++Keith Packard2020-12-151-7/+13
* libstdc++: Fix build failure for target with no way to sleepJonathan Wakely2020-12-091-0/+6
* ada: c++: Get rid of libposix4, librt on SolarisRainer Orth2020-11-261-12/+6
* libstdc++: Add configure checks for semaphoresJonathan Wakely2020-11-231-0/+37
* libstdc++: Revert changes for SYS_clock_gettime64 [PR 93421]Jonathan Wakely2020-11-171-4/+25
* libstdc++: Exclude cygwin and mingw from linker relro supportJonathan Yong2020-11-111-7/+16
* libstdc++: Implement C++20 features for <sstream>Thomas Rodgers2020-10-281-1/+1
* libstdc++: Deprecate the --enable-cheaders=c_std configurationJonathan Wakely2020-08-131-2/+14
* libstdc++: Make C++17 ignore --disable-libstdcxx-filesystem-ts [PR 94681]Jonathan Wakely2020-08-101-207/+206
* libstdc++: Add std::from_chars for floating-point typesJonathan Wakely2020-07-201-1/+1
* libstdc++: Replace glibc-specific check for clock_gettime (PR 93325)Jonathan Wakely2020-01-281-14/+8
* Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki2020-01-241-1/+10
* VxWorks has_nanosleep for libstdc++ enable-libstdcxx-time autoCorentin Gay2019-12-301-0/+5
* libstdc++: Test setrlimit with c++ in configureJerome Lambourg2019-12-201-0/+3
* libstdc++: Strengthen the check for availability of pthread_rwlock_tJerome Lambourg2019-12-201-10/+22
* libstdc++: Add full steady_clock support to shared_timed_mutexMike Crowe2019-12-021-0/+33
* libstdc++: PR 78237 Add full steady_clock support to timed_mutexMike Crowe2019-12-021-0/+31
* libstdc++: Default to --enable-libstdcxx-filesystem-ts for *-*-mingw*Jonathan Wakely2019-11-301-0/+3
* [ARM/FDPIC v6 24/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in libstdc++...Christophe Lyon2019-09-101-3/+6
* PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe2019-09-041-0/+31
* re PR other/79543 (Inappropriate "ld --version" checking)Chung-Lin Tang2019-09-031-1/+1
* PR libstdc++/91067 add more missing exports for directory iteratorsJonathan Wakely2019-08-291-1/+1
* PR libstdc++/91067 fix missing exports for filesystem iteratorsJonathan Wakely2019-07-031-1/+1
* Skip libstdc++ debug build in early bootstrap stagesJonathan Wakely2019-06-201-1/+13
* PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely2019-05-291-0/+20
* PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely2019-02-271-19/+28