aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2023-02-01libstdc++: Do not embed tzdata.zi for 8-bit and 16-bit targetsJonathan Wakely1-2/+6
2023-01-17libstdc++: Fix configuration of default zoneinfo dir on linuxJonathan Wakely1-4/+4
2023-01-14libstdc++: enable <stacktrace> on windowsBjörn Schäpers1-0/+2
2023-01-14libstdc++: Embed a static copy of tzdata.ziJonathan Wakely1-14/+73
2022-12-23Reimplement GNU threads library on native WindowsEric Botcazou1-14/+28
2022-12-22libstdc++: Implement C++20 time zone support in <chrono>Jonathan Wakely1-0/+27
2022-11-25libstdc++: Fix orphaned/nested output of configure checksJonathan Wakely1-3/+3
2022-11-18libstdc++: add experimental Contracts supportJeff Chapman II1-1/+1
2022-10-21libstdc++: respect with-{headers, newlib} for default hosted valueArsen Arsenović1-1/+4
2022-10-11libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely1-0/+45
2022-10-07libstdc++: Add --disable-libstdcxx-hosted as an alias for hosted-libstdcxxJonathan Wakely1-1/+21
2022-10-03libstdc++: Make _GLIBCXX_HOSTED respect -ffreestanding [PR103626]Jonathan Wakely1-1/+1
2022-09-12libstdc++: Outline the overlapping case of string _M_replace into a separate ...Jakub Jelinek1-1/+1
2022-06-23libstdc++: check for openatAlexandre Oliva1-0/+12
2022-04-19libstdc++: Fix syntax error in libbacktrace configurationJonathan Wakely1-3/+3
2022-04-14libstdc++: Default to mutex-based atomics on RISC-VPalmer Dabbelt1-0/+3
2022-04-12libstdc++: Prefer to use mmap instead of malloc in libbacktraceJonathan Wakely1-6/+29
2022-02-08libstdc++: Add comment to acinclude.m4Jonathan Wakely1-0/+2
2022-02-04libstdc++: Fix filesystem::remove_all races [PR104161]Jonathan Wakely1-1/+26
2022-02-01libstdc++: Improve config output for --enable-cstdio [PR104301]Jonathan Wakely1-1/+3
2022-01-31Add mold detection for libs.Martin Liska1-1/+7
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/+12
2022-01-18libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C libraryTom Honermann1-0/+44
2022-01-18libstdc++: Improve comments describing --enable-fully-dynamic-stringJonathan Wakely1-6/+11
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely1-1/+137
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely1-0/+8
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-177/+107
2021-11-13libstdc++: Use GCC_TRY_COMPILE_OR_LINK for getentropy, arc4randomHans-Peter Nilsson1-2/+2
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/+46
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