summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
AgeCommit message (Expand)Author
2025-11-19regenerate configure filesMartin Liska
2025-11-19support Wild linkerMartin Liska
2025-11-03gcc: sync top-level with binutils-gdbSam James
2025-10-20libstdc++: Remove undeclared macros from configure.ac [PR122322]Jonathan Wakely
2025-10-15libstdc++: Enable features for RTEMS (based on GCC 15)Chris Johns
2025-10-10libstdc++: Implement P3107R5 optimizations for std::print [PR121790]Jonathan Wakely
2025-10-05*: regenerate autotoolsSam James
2025-08-28libstdc++: Implement C++26 <debugging> features [PR119670]Jonathan Wakely
2025-08-21libstdc++: Use pthread_mutex_clocklock when TSan is active [PR121496]Jonathan Wakely
2025-08-10Regenerate configure filesH.J. Lu
2025-05-30libstdc++: Rewrite std::counting_semaphore base class [PR118494]Jonathan Wakely
2025-05-12libstdc++: Rewrite atomic builtin checks: Fix up 'GLIBCXX_ENABLE_BACKTRACE' c...Thomas Schwinge
2025-05-07libstdc++: Remove use of undefined GLIBCXX_LANG_{PUSH,POP} [PR120147]Jonathan Wakely
2025-05-06libstdc++: Rewrite atomic builtin checks [PR70560]Jonathan Wakely
2025-04-07GCN, nvptx libstdc++: Force use of '__atomic' builtins [PR119645]Thomas Schwinge
2025-03-31Libstdc++: Fix bootstrap failure for cross without tm.tm_zone [PR119550]Jonathan Wakely
2025-03-21libstdc++: Fix localized %c formatting for non-UTC times [PR117214]Jonathan Wakely
2025-03-13libstdc++: Allow 'configure.host' to pre-set 'EXTRA_CFLAGS', 'EXTRA_CXX_FLAGS'Thomas Schwinge
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-09-19libstdc++: add #pragma diagnosticJason Merrill
2024-08-28libstdc++: Fix autoconf check for O_NONBLOCK in <fcntl.h>Jonathan Wakely
2024-08-16libstdc++-v3: Handle iconv as optional for newlib builds [PR116362]Hans-Peter Nilsson
2024-07-31libstdc++: Handle encodings in localized chrono formatting [PR109162]Jonathan Wakely
2024-05-30[libstdc++-v3] [rtems] enable filesystem supportAlexandre Oliva
2024-05-17libstdc++: detect DLLs on windows with <stacktrace>Björn Schäpers
2024-02-19libstdc++, Darwin: Handle a linker warning [PR112397].Iain Sandoe
2024-01-31libstdc++: Enable std::text_encoding for darwin and FreeBSDJonathan Wakely
2024-01-17libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]Jonathan Wakely
2023-12-14libstdc++: Fix filebuf::native_handle() for WindowsJonathan Wakely
2023-12-01libstdc++: Regenerate GCC_CHECK_ASSEMBLER_HWCAP usersRainer Orth
2023-11-14*: add modern gettextArsen Arsenović
2023-11-11libstdc++: Remove handling for underscore-prefixed libm functions [PR111638]Jonathan Wakely
2023-11-06libstdc++: use -D_GNU_SOURCE when building libbacktraceIan Lance Taylor
2023-11-02libstdc++: Fix warning during configureJonathan Wakely
2023-10-22Config,Darwin: Allow for configuring Darwin to use embedded runpath.Iain Sandoe
2023-09-15libstdc++: Implement C++26 native handles for file streams (P1759R6)Jonathan Wakely
2023-09-08libstdc++: Add Filesystem TS and std::stacktrace symbols to libstdc++exp.aJonathan Wakely
2023-09-07libstdc++: Update docbook xsl URIBruno Victal
2023-09-07libstdc++: Add autoconf checks for mkdir, chmod, chdir, and getcwdJonathan Wakely
2023-09-07libstdc++: Disable <stacktrace> support by default for avrJonathan Wakely
2023-09-06libstdc++: Disable <stacktrace> support by default for freestandingJonathan Wakely
2023-09-04Revert "libstdc++: Use GLIBCXX_CHECK_LINKER_FEATURES for cross-builds (PR1112...Christophe Lyon
2023-09-04libstdc++: Use GLIBCXX_CHECK_LINKER_FEATURES for cross-builds (PR111238)Christophe Lyon
2023-09-01libstdc++: Make --enable-libstdcxx-backtrace=auto default to yesJonathan Wakely
2023-08-07libtool.m4: augment symcode for Solaris 11Nick Alcock
2023-08-07egrep in binutilsAlan Modra
2023-08-07Add support for the haiku operating systemAlexander von Gluck IV
2023-08-07libtool.m4: fix the NM="/nm/over/here -B/option/with/path" caseNick Alcock
2023-08-07libtool.m4: fix nm BSD flag detectionNick Alcock
2023-08-07GCC: Check if AR works with --plugin and rcH.J. Lu