index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
acinclude.m4
Age
Commit message (
Expand
)
Author
2023-11-09
libstdc++: Add autoconf checks for mkdir, chmod, chdir, and getcwd
Jonathan Wakely
2023-11-08
libstdc++: Fix warning during configure
Jonathan Wakely
2023-11-06
libstdc++: use -D_GNU_SOURCE when building libbacktrace
Ian Lance Taylor
2023-07-19
libstdc++: Fix iostream init for Clang on darwin [PR110432]
Jonathan Wakely
2023-07-18
libstdc++: Fix --enable-cstdio=stdio_pure [PR110574]
Jonathan Wakely
2023-06-29
libstdc++: Fix configure test for 32-bit targets
Jonathan Wakely
2023-06-29
libstdc++: Disable embedded tzdata for all 16-bit targets
Jonathan Wakely
2023-06-29
libstdc++: Disable cacheline alignment for DJGPP [PR109741]
Jonathan Wakely
2023-06-01
libstdc++: Fix -Wnonnull warnings during configure
Jonathan Wakely
2023-05-04
libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13...
Jakub Jelinek
2023-02-01
libstdc++: Do not embed tzdata.zi for 8-bit and 16-bit targets
Jonathan Wakely
2023-01-17
libstdc++: Fix configuration of default zoneinfo dir on linux
Jonathan Wakely
2023-01-14
libstdc++: enable <stacktrace> on windows
Björn Schäpers
2023-01-14
libstdc++: Embed a static copy of tzdata.zi
Jonathan Wakely
2022-12-23
Reimplement GNU threads library on native Windows
Eric Botcazou
2022-12-22
libstdc++: Implement C++20 time zone support in <chrono>
Jonathan Wakely
2022-11-25
libstdc++: Fix orphaned/nested output of configure checks
Jonathan Wakely
2022-11-18
libstdc++: add experimental Contracts support
Jeff Chapman II
2022-10-21
libstdc++: respect with-{headers, newlib} for default hosted value
Arsen Arsenović
2022-10-11
libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]
Jonathan Wakely
2022-10-07
libstdc++: Add --disable-libstdcxx-hosted as an alias for hosted-libstdcxx
Jonathan Wakely
2022-10-03
libstdc++: Make _GLIBCXX_HOSTED respect -ffreestanding [PR103626]
Jonathan Wakely
2022-09-12
libstdc++: Outline the overlapping case of string _M_replace into a separate ...
Jakub Jelinek
2022-06-23
libstdc++: check for openat
Alexandre Oliva
2022-04-19
libstdc++: Fix syntax error in libbacktrace configuration
Jonathan Wakely
2022-04-14
libstdc++: Default to mutex-based atomics on RISC-V
Palmer Dabbelt
2022-04-12
libstdc++: Prefer to use mmap instead of malloc in libbacktrace
Jonathan Wakely
2022-02-08
libstdc++: Add comment to acinclude.m4
Jonathan Wakely
2022-02-04
libstdc++: Fix filesystem::remove_all races [PR104161]
Jonathan Wakely
2022-02-01
libstdc++: Improve config output for --enable-cstdio [PR104301]
Jonathan Wakely
2022-01-31
Add mold detection for libs.
Martin Liska
2022-01-27
libstdc++: fix typo in acinclude.m4.
Martin Liska
2022-01-25
libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]
Jonathan Wakely
2022-01-18
libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C library
Tom Honermann
2022-01-18
libstdc++: Improve comments describing --enable-fully-dynamic-string
Jonathan Wakely
2022-01-17
libstdc++: Define <stacktrace> header for C++23
Jonathan Wakely
2022-01-10
libstdc++: Fix and simplify freestanding configuration [PR103866]
Jonathan Wakely
2021-12-10
libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macro
Jonathan Wakely
2021-12-02
libstdc++: Remove broken std::allocator base classes [PR103340]
Jonathan Wakely
2021-11-18
libstdc++: Replace AC_CACHE_VAL with AC_CACHE_CHECK
Jonathan Wakely
2021-11-13
libstdc++: Use GCC_TRY_COMPILE_OR_LINK for getentropy, arc4random
Hans-Peter Nilsson
2021-11-12
libstdc++: Print assertion messages to stderr [PR59675]
Jonathan Wakely
2021-11-09
libstdc++: Support getentropy and arc4random in std::random_device
Jonathan Wakely
2021-05-04
ctype support for libstdc++ on VxWorks
Corentin Gay
2021-05-04
libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macro
Jonathan Wakely
2021-04-30
libstdc++: Remove GLIBCXX_CHECK_INT64_T checks
Jonathan Wakely
2021-04-21
Fix AIX libstdc++ semaphore support [PR100164]
Jakub Jelinek
2020-12-16
libstdc++: Test errno macros directly, not via autoconf [PR 93151]
Jonathan Wakely
2020-12-15
libstdc++: Support libc with stdio-only I/O in libstdc++
Keith Packard
2020-12-09
libstdc++: Fix build failure for target with no way to sleep
Jonathan Wakely
[next]