summaryrefslogtreecommitdiff
path: root/libstdc++-v3/acinclude.m4
AgeCommit message (Expand)Author
2023-11-09libstdc++: Add autoconf checks for mkdir, chmod, chdir, and getcwdJonathan Wakely
2023-11-08libstdc++: Fix warning during configureJonathan Wakely
2023-11-06libstdc++: use -D_GNU_SOURCE when building libbacktraceIan Lance Taylor
2023-07-19libstdc++: Fix iostream init for Clang on darwin [PR110432]Jonathan Wakely
2023-07-18libstdc++: Fix --enable-cstdio=stdio_pure [PR110574]Jonathan Wakely
2023-06-29libstdc++: Fix configure test for 32-bit targetsJonathan Wakely
2023-06-29libstdc++: Disable embedded tzdata for all 16-bit targetsJonathan Wakely
2023-06-29libstdc++: Disable cacheline alignment for DJGPP [PR109741]Jonathan Wakely
2023-06-01libstdc++: Fix -Wnonnull warnings during configureJonathan Wakely
2023-05-04libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13...Jakub Jelinek
2023-02-01libstdc++: Do not embed tzdata.zi for 8-bit and 16-bit targetsJonathan Wakely
2023-01-17libstdc++: Fix configuration of default zoneinfo dir on linuxJonathan Wakely
2023-01-14libstdc++: enable <stacktrace> on windowsBjörn Schäpers
2023-01-14libstdc++: Embed a static copy of tzdata.ziJonathan Wakely
2022-12-23Reimplement GNU threads library on native WindowsEric Botcazou
2022-12-22libstdc++: Implement C++20 time zone support in <chrono>Jonathan Wakely
2022-11-25libstdc++: Fix orphaned/nested output of configure checksJonathan Wakely
2022-11-18libstdc++: add experimental Contracts supportJeff Chapman II
2022-10-21libstdc++: respect with-{headers, newlib} for default hosted valueArsen Arsenović
2022-10-11libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely
2022-10-07libstdc++: Add --disable-libstdcxx-hosted as an alias for hosted-libstdcxxJonathan Wakely
2022-10-03libstdc++: Make _GLIBCXX_HOSTED respect -ffreestanding [PR103626]Jonathan Wakely
2022-09-12libstdc++: Outline the overlapping case of string _M_replace into a separate ...Jakub Jelinek
2022-06-23libstdc++: check for openatAlexandre Oliva
2022-04-19libstdc++: Fix syntax error in libbacktrace configurationJonathan Wakely
2022-04-14libstdc++: Default to mutex-based atomics on RISC-VPalmer Dabbelt
2022-04-12libstdc++: Prefer to use mmap instead of malloc in libbacktraceJonathan Wakely
2022-02-08libstdc++: Add comment to acinclude.m4Jonathan Wakely
2022-02-04libstdc++: Fix filesystem::remove_all races [PR104161]Jonathan Wakely
2022-02-01libstdc++: Improve config output for --enable-cstdio [PR104301]Jonathan Wakely
2022-01-31Add mold detection for libs.Martin Liska
2022-01-27libstdc++: fix typo in acinclude.m4.Martin Liska
2022-01-25libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]Jonathan Wakely
2022-01-18libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C libraryTom Honermann
2022-01-18libstdc++: Improve comments describing --enable-fully-dynamic-stringJonathan Wakely
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely
2021-12-10libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macroJonathan Wakely
2021-12-02libstdc++: Remove broken std::allocator base classes [PR103340]Jonathan Wakely
2021-11-18libstdc++: Replace AC_CACHE_VAL with AC_CACHE_CHECKJonathan Wakely
2021-11-13libstdc++: Use GCC_TRY_COMPILE_OR_LINK for getentropy, arc4randomHans-Peter Nilsson
2021-11-12libstdc++: Print assertion messages to stderr [PR59675]Jonathan Wakely
2021-11-09libstdc++: Support getentropy and arc4random in std::random_deviceJonathan Wakely
2021-05-04ctype support for libstdc++ on VxWorksCorentin Gay
2021-05-04libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macroJonathan Wakely
2021-04-30libstdc++: Remove GLIBCXX_CHECK_INT64_T checksJonathan Wakely
2021-04-21Fix AIX libstdc++ semaphore support [PR100164]Jakub Jelinek
2020-12-16libstdc++: Test errno macros directly, not via autoconf [PR 93151]Jonathan Wakely
2020-12-15libstdc++: Support libc with stdio-only I/O in libstdc++Keith Packard
2020-12-09libstdc++: Fix build failure for target with no way to sleepJonathan Wakely