aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
AgeCommit message (Expand)AuthorFilesLines
2023-07-12libstdc++: Fix --enable-cstdio=stdio_pure [PR110574]Jonathan Wakely1-0/+66
2023-06-30libstdc++: Fix iostream init for Clang on darwin [PR110432]Jonathan Wakely1-0/+51
2023-06-29libstdc++: Do not use off64_t in calls to copy_file_range [PR110462]Jonathan Wakely1-2/+2
2023-06-16libstdc++-v3: do not duplicate some math functions when using newlibJoel Brobecker1-0/+1179
2023-06-09libstdc++: Bump library version to libstdc++.so.6.0.33Jonathan Wakely1-1/+1
2023-06-07Revert "libstdc++: Use AS_IF in configure.ac"Jonathan Wakely1-580/+568
2023-06-06libstdc++: Use AS_IF in configure.acJonathan Wakely1-568/+580
2023-06-06libstdc++: Use copy_file_range for filesystem::copy_fileJannik Glückert1-0/+62
2023-06-06libstdc++: Also use sendfile for big filesJannik Glückert1-36/+91
2023-05-31libstdc++: Add separate autoconf macro for std::float_t and std::double_t [PR...Jonathan Wakely1-3/+38
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely1-46/+199
2023-05-31libstdc++: Fix configure test for 32-bit targetsJonathan Wakely1-1/+1
2023-05-31libstdc++: Replace obsolete shell syntax in configure.acJonathan Wakely1-1/+1
2023-05-31libstdc++: Disable embedded tzdata for all 16-bit targetsJonathan Wakely1-6/+12
2023-05-17libstdc++: Regenerate configureJonathan Wakely1-0/+1
2023-05-16libstdc++: Disable cacheline alignment for DJGPP [PR109741]Jonathan Wakely1-0/+48
2023-05-16libstdc++: Stop using TR1 macros in <cctype> and <cfenv>Jonathan Wakely1-0/+97
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely1-0/+196
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex>Jonathan Wakely1-0/+53
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/+13
2023-01-14libstdc++: Embed a static copy of tzdata.ziJonathan Wakely1-23/+98
2022-12-23Reimplement GNU threads library on native WindowsEric Botcazou1-32/+28
2022-12-22libstdc++: Implement C++20 time zone support in <chrono>Jonathan Wakely1-8/+35
2022-11-25libstdc++: Fix orphaned/nested output of configure checksJonathan Wakely1-6/+6
2022-11-18libstdc++: add experimental Contracts supportJeff Chapman II1-2/+14
2022-10-29libstdc++: Don't use gstdint.h anymoreArsen Arsenović1-859/+8
2022-10-21libstdc++: respect with-{headers, newlib} for default hosted valueArsen Arsenović1-7/+10
2022-10-19gcc: Add 'mcf' thread model support from mcfgthreadLIU Hao1-6/+7
2022-10-12regenerate configure filesMartin Liska1-8/+8
2022-10-11libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely1-8/+59
2022-10-11Generic configury support for shared libs on VxWorksOlivier Hainque1-2/+46
2022-10-07libstdc++: Add --disable-libstdcxx-hosted as an alias for hosted-libstdcxxJonathan Wakely1-9/+28
2022-10-03libstdc++: Filter out unconditional <stdio.h> default includeArsen Arsenović1-8/+17
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-08-3132-bit PA-RISC with HP-UX: remove deprecated portsMartin Liska1-14/+0
2022-07-19RTEMS: Remove HAVE_POLL for libstdc++Sebastian Huber1-2/+0
2022-07-01Enable some features for RTEMS in libstdc++Sebastian Huber1-5973/+39
2022-06-23libstdc++: check for openatAlexandre Oliva1-0/+55
2022-04-19libstdc++: Fix syntax error in libbacktrace configurationJonathan Wakely1-3/+3
2022-04-14libstdc++: Default to mutex-based atomics on RISC-VPalmer Dabbelt1-2/+5
2022-04-12libstdc++: Prefer to use mmap instead of malloc in libbacktraceJonathan Wakely1-8/+51
2022-02-04libstdc++: Fix filesystem::remove_all races [PR104161]Jonathan Wakely1-2/+114
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