index
:
riscv-gnu-toolchain/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/fortran_unsigned
devel/gccgo
devel/gfortran-caf
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-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-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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
config.h.in
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-14
libstdc++: enable <stacktrace> on windows
Björn Schäpers
1
-0
/
+3
2023-01-14
libstdc++: Embed a static copy of tzdata.zi
Jonathan Wakely
1
-1
/
+4
2022-12-23
Reimplement GNU threads library on native Windows
Eric Botcazou
1
-3
/
+3
2022-12-22
libstdc++: Implement C++20 time zone support in <chrono>
Jonathan Wakely
1
-0
/
+3
2022-10-29
libstdc++: Don't use gstdint.h anymore
Arsen Arsenović
1
-15
/
+0
2022-06-23
libstdc++: check for openat
Alexandre Oliva
1
-0
/
+3
2022-04-12
libstdc++: Prefer to use mmap instead of malloc in libbacktrace
Jonathan Wakely
1
-0
/
+3
2022-02-04
libstdc++: Fix filesystem::remove_all races [PR104161]
Jonathan Wakely
1
-0
/
+6
2022-01-25
libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]
Jonathan Wakely
1
-0
/
+3
2022-01-18
libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C library
Tom Honermann
1
-0
/
+8
2022-01-17
libstdc++: Define <stacktrace> header for C++23
Jonathan Wakely
1
-0
/
+10
2021-12-10
libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macro
Jonathan Wakely
1
-3
/
+3
2021-11-09
libstdc++: Support getentropy and arc4random in std::random_device
Jonathan Wakely
1
-0
/
+6
2021-07-30
libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]
Jonathan Wakely
1
-0
/
+3
2021-05-04
libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macro
Jonathan Wakely
1
-3
/
+0
2021-04-30
libstdc++: Remove GLIBCXX_CHECK_INT64_T checks
Jonathan Wakely
1
-9
/
+0
2021-04-21
Fix AIX libstdc++ semaphore support [PR100164]
Jakub Jelinek
1
-4
/
+4
2020-12-17
libstdc++: Regenerate autoconf files
Jonathan Wakely
1
-57
/
+0
2020-12-16
libstdc++: Add C++ runtime support for new 128-bit long double format
Jonathan Wakely
1
-0
/
+4
2020-12-15
libstdc++: Support libc with stdio-only I/O in libstdc++
Keith Packard
1
-0
/
+3
2020-12-09
libstdc++: Fix build failure for target with no way to sleep
Jonathan Wakely
1
-0
/
+3
2020-11-23
libstdc++: Add configure checks for semaphores
Jonathan Wakely
1
-0
/
+4
2020-07-20
libstdc++: Add std::from_chars for floating-point types
Jonathan Wakely
1
-0
/
+6
2019-12-02
libstdc++: Add full steady_clock support to shared_timed_mutex
Mike Crowe
1
-0
/
+4
2019-12-02
libstdc++: PR 78237 Add full steady_clock support to timed_mutex
Mike Crowe
1
-0
/
+3
2019-10-04
Build filesystem library with large file support
Jonathan Wakely
1
-0
/
+11
2019-09-04
PR libstdc++/41861 Add full steady_clock support to condition_variable
Mike Crowe
1
-0
/
+3
2019-05-29
PR libstdc++/85494 use rdseed and rand_s in std::random_device
Jonathan Wakely
1
-0
/
+3
2019-03-11
PR libstdc++/89460 Fix Networking TS test failures on HP-UX
Jonathan Wakely
1
-0
/
+3
2019-02-14
Add std::timespec and std::timespec_get for C++17
Jonathan Wakely
1
-0
/
+3
2019-01-07
Fix build for systems without POSIX truncate
Jonathan Wakely
1
-0
/
+3
2019-01-06
PR libstdc++/86756 Move rest of std::filesystem to libstdc++.so
Jonathan Wakely
1
-0
/
+6
2018-11-27
PR libstdc++/67843 set shared_ptr lock policy at build-time
Jonathan Wakely
1
-0
/
+3
2018-10-16
Use autoconf to check for features needed by Networking TS
Jonathan Wakely
1
-0
/
+18
2018-10-16
Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1
Jonathan Wakely
1
-0
/
+4
2018-06-18
Fix bootstrap failure for bare metal due to autoconf link tests
Jonathan Wakely
1
-3
/
+3
2018-05-31
PR libstdc++/78870 support std::filesystem on Windows
Jonathan Wakely
1
-0
/
+9
2018-05-21
Add support for opening file streams from wide character strings
Jonathan Wakely
1
-0
/
+3
2018-05-01
PR libstdc++/84654 Disable __float128 specializations for -mno-float128
Tulio Magno Quites Machado Filho
1
-3
/
+0
2018-01-18
configure.ac (AC_CHECK_HEADERS): Add linux/types.h.
Uros Bizjak
1
-0
/
+3
2017-05-23
PR libstdc++/67578 Implement non-trivial std::random_device::entropy
Xi Ruoyao
1
-0
/
+3
2017-03-15
Fix typo in config.h.in comment
Jonathan Wakely
1
-1
/
+1
2017-01-09
PR79017 workaround incomplete C99 math on darwin
Jonathan Wakely
1
-0
/
+3
2017-01-04
PR78968 add configure check for __cxa_thread_atexit in libc
Jonathan Wakely
1
-0
/
+3
2017-01-04
Support exception propagation without lock-free atomic int
Pauli Nieminen
1
-0
/
+3
2016-11-21
Don't define libstdc++-internal macros in Solaris 10+ <math.h>
Rainer Orth
1
-2
/
+7
2016-09-30
libstdc++/77795 Only declare ::gets for C++98 and C++11
Jonathan Wakely
1
-1
/
+1
2016-09-09
Implement P0035R4, C++17 new of over-aligned types.
Jason Merrill
1
-0
/
+12
2016-05-25
Fix configure test for sendfile()
Jonathan Wakely
1
-1
/
+1
2016-02-04
Test for C99 stdlib.h functions with -std=c++98
Jonathan Wakely
1
-0
/
+4
[next]