aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/acinclude.m4
AgeCommit message (Expand)AuthorFilesLines
2023-07-12libstdc++: Fix --enable-cstdio=stdio_pure [PR110574]Jonathan Wakely1-0/+16
2023-06-30libstdc++: Fix iostream init for Clang on darwin [PR110432]Jonathan Wakely1-0/+27
2023-06-29libstdc++: Do not use off64_t in calls to copy_file_range [PR110462]Jonathan Wakely1-1/+1
2023-06-09libstdc++: Bump library version to libstdc++.so.6.0.33Jonathan Wakely1-1/+1
2023-06-06libstdc++: Use copy_file_range for filesystem::copy_fileJannik Glückert1-0/+20
2023-06-06libstdc++: Also use sendfile for big filesJannik Glückert1-19/+32
2023-05-31libstdc++: Add separate autoconf macro for std::float_t and std::double_t [PR...Jonathan Wakely1-3/+18
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely1-25/+158
2023-05-31libstdc++: Fix configure test for 32-bit targetsJonathan Wakely1-1/+1
2023-05-31libstdc++: Disable embedded tzdata for all 16-bit targetsJonathan Wakely1-6/+9
2023-05-16libstdc++: Disable cacheline alignment for DJGPP [PR109741]Jonathan Wakely1-0/+25
2023-05-16libstdc++: Stop using TR1 macros in <cctype> and <cfenv>Jonathan Wakely1-0/+46
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely1-0/+142
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex>Jonathan Wakely1-0/+37
2023-05-16libstdc++: Do not use pthread_mutex_clocklock with ThreadSanitizerJonathan Wakely1-1/+1
2023-05-12libstdc++: Fix -Wnonnull warnings during configureJonathan Wakely1-4/+4
2023-04-28libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13...Jakub Jelinek1-1/+1
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