aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
AgeCommit message (Expand)AuthorFilesLines
2022-02-01libstdc++: Improve config output for --enable-cstdio [PR104301]Jonathan Wakely1-2/+5
2022-01-31Add mold detection for libs.Martin Liska1-10/+42
2022-01-27libstdc++: fix typo in acinclude.m4.Martin Liska1-1/+1
2022-01-25libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]Jonathan Wakely1-0/+55
2022-01-19libstdc++: Remove -gdwarf-4 from flags for debug libraryJonathan Wakely1-2/+2
2022-01-18libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C libraryTom Honermann1-0/+76
2022-01-18libstdc++: Improve comments describing --enable-fully-dynamic-stringJonathan Wakely1-2/+2
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely1-10/+307
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely1-10/+25
2021-12-10libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macroJonathan Wakely1-1/+1
2021-12-02libstdc++: Remove broken std::allocator base classes [PR103340]Jonathan Wakely1-13/+1
2021-11-18libstdc++: Replace AC_CACHE_VAL with AC_CACHE_CHECKJonathan Wakely1-229/+171
2021-11-13libstdc++: Use GCC_TRY_COMPILE_OR_LINK for getentropy, arc4randomHans-Peter Nilsson1-2/+51
2021-11-12libstdc++: Print assertion messages to stderr [PR59675]Jonathan Wakely1-1/+1
2021-11-09libstdc++: Support getentropy and arc4random in std::random_deviceJonathan Wakely1-0/+103
2021-09-15libstdc++: Check for TLS support on mingw cross-compilersHugo Beauzée-Luyssen1-0/+208
2021-08-31libstdc++: Fix broken autoconf check for O_NONBLOCKJonathan Wakely1-4/+4
2021-08-26libstdc++: Make Networking TS headers more portable [PR100285]Jonathan Wakely1-8/+74
2021-07-30libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]Jonathan Wakely1-0/+11
2021-05-04ctype support for libstdc++ on VxWorksCorentin Gay1-0/+19
2021-05-04libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macroJonathan Wakely1-35/+1
2021-04-30libstdc++: Remove GLIBCXX_CHECK_INT64_T checksJonathan Wakely1-130/+0
2021-04-21Fix AIX libstdc++ semaphore support [PR100164]Jakub Jelinek1-1/+1
2021-04-08libstdc++: Regenerate configure scriptJonathan Wakely1-20/+10
2021-01-05Update GNU/Hurd configure supportSamuel Thibault1-11/+1
2020-12-17libstdc++: Regenerate autoconf filesJonathan Wakely1-631/+0
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely1-10/+121
2020-12-15libstdc++: Support libc with stdio-only I/O in libstdc++Keith Packard1-5/+12
2020-12-15libstdc++: Disabling AC_LIBTOOL_DLOPEN check if building with avr-libcVladimir Vishnevsky1-1/+1
2020-12-09libstdc++: Fix build failure for target with no way to sleepJonathan Wakely1-0/+8
2020-12-05Darwin : Update libtool and dependencies for Darwin20 [PR97865]Iain Sandoe1-23/+25
2020-11-29Fix hppa64-hpux11 build to remove source paths from embedded path.John David Anglin1-4/+4
2020-11-26ada: c++: Get rid of libposix4, librt on SolarisRainer Orth1-129/+86
2020-11-23libstdc++: Add configure checks for semaphoresJonathan Wakely1-0/+58
2020-11-17libstdc++: Revert changes for SYS_clock_gettime64 [PR 93421]Jonathan Wakely1-5/+40
2020-11-11libstdc++: Exclude cygwin and mingw from linker relro supportJonathan Yong1-70/+160
2020-10-28libstdc++: Implement C++20 features for <sstream>Thomas Rodgers1-2/+14
2020-10-22Scope libstdc++ configuration for vxworks to all versionsOlivier Hainque1-1/+1
2020-08-13libstdc++: Deprecate the --enable-cheaders=c_std configurationJonathan Wakely1-10/+36
2020-08-10libstdc++: Make C++17 ignore --disable-libstdcxx-filesystem-ts [PR 94681]Jonathan Wakely1-143/+141
2020-07-20libstdc++: Add std::from_chars for floating-point typesJonathan Wakely1-1/+64
2020-06-21aix: Add GCC64 configuration and FAT target libraries.David Edelsohn1-9/+21
2020-05-31Check for more missing math decls on vxworks.Douglas B Rupp1-0/+255
2020-05-29Avoid nested save_CFLAGS and save_LDFLAGSH.J. Lu1-2/+3
2020-05-15x86: Also check if -fcf-protection worksH.J. Lu1-0/+3
2020-05-14x86: Default CET run-time support to autoH.J. Lu1-2/+2
2020-02-12Use a non-empty test program to test ability to link.Sandra Loosemore1-2/+2
2020-02-01Fixes after recent configure changes relating to static librariesAndrew Burgess1-1/+1
2020-01-28libstdc++: Replace glibc-specific check for clock_gettime (PR 93325)Jonathan Wakely1-18/+55
2020-01-27gcc: Add new configure options to allow static libraries to be selectedAndrew Burgess1-15/+32