aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
AgeCommit message (Expand)AuthorFilesLines
2024-05-30[libstdc++-v3] [rtems] enable filesystem supportAlexandre Oliva1-0/+7
2024-05-17libstdc++: detect DLLs on windows with <stacktrace>Björn Schäpers1-0/+16
2024-02-19libstdc++, Darwin: Handle a linker warning [PR112397].Iain Sandoe1-8/+27
2024-01-31libstdc++: Enable std::text_encoding for darwin and FreeBSDJonathan Wakely1-0/+3
2024-01-17libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]Jonathan Wakely1-2/+68
2023-12-14libstdc++: Fix filebuf::native_handle() for WindowsJonathan Wakely1-1/+2
2023-12-01libstdc++: Regenerate GCC_CHECK_ASSEMBLER_HWCAP usersRainer Orth1-0/+1
2023-11-14*: add modern gettextArsen Arsenović1-498/+227
2023-11-11libstdc++: Remove handling for underscore-prefixed libm functions [PR111638]Jonathan Wakely1-19292/+0
2023-11-06libstdc++: use -D_GNU_SOURCE when building libbacktraceIan Lance Taylor1-1/+4
2023-11-02libstdc++: Fix warning during configureJonathan Wakely1-4/+4
2023-10-22Config,Darwin: Allow for configuring Darwin to use embedded runpath.Iain Sandoe1-14/+130
2023-09-15libstdc++: Implement C++26 native handles for file streams (P1759R6)Jonathan Wakely1-0/+57
2023-09-08libstdc++: Add Filesystem TS and std::stacktrace symbols to libstdc++exp.aJonathan Wakely1-2/+14
2023-09-07libstdc++: Update docbook xsl URIBruno Victal1-1/+1
2023-09-07libstdc++: Add autoconf checks for mkdir, chmod, chdir, and getcwdJonathan Wakely1-0/+252
2023-09-07libstdc++: Disable <stacktrace> support by default for avrJonathan Wakely1-1/+4
2023-09-06libstdc++: Disable <stacktrace> support by default for freestandingJonathan Wakely1-1/+1
2023-09-04Revert "libstdc++: Use GLIBCXX_CHECK_LINKER_FEATURES for cross-builds (PR1112...Christophe Lyon1-154/+0
2023-09-04libstdc++: Use GLIBCXX_CHECK_LINKER_FEATURES for cross-builds (PR111238)Christophe Lyon1-0/+154
2023-09-01libstdc++: Make --enable-libstdcxx-backtrace=auto default to yesJonathan Wakely1-1/+1
2023-08-07libtool.m4: augment symcode for Solaris 11Nick Alcock1-1/+1
2023-08-07egrep in binutilsAlan Modra1-2/+2
2023-08-07Add support for the haiku operating systemAlexander von Gluck IV1-2/+2
2023-08-07libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock1-13/+19
2023-08-07libtool.m4: fix nm BSD flag detectionNick Alcock1-50/+51
2023-08-07GCC: Check if AR works with --plugin and rcH.J. Lu1-9/+17
2023-08-07Sync with binutils: GCC: Pass --plugin to AR and RANLIBH.J. Lu1-8/+31
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