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/existing-fp8
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
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
2016-01-28
re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ...
John David Anglin
1
-2
/
+5
2016-01-15
libstdc++: Make certain exceptions transaction_safe.
Torvald Riegel
1
-0
/
+3
2016-01-13
Use ::isinf and ::isnan if libc defines them
Jonathan Wakely
1
-0
/
+3
2015-11-24
Handle C++11 <math.h> overloads on Solaris 12
Rainer Orth
1
-0
/
+5
2015-11-13
More fine-grained autoconf checks for C99 library
Jennifer Yao
1
-9
/
+38
2015-09-23
Fix semantics of Filesystem TS directory iterators
Jonathan Wakely
1
-3
/
+3
2015-09-16
Implement filesystem::canonical() without realpath
Jonathan Wakely
1
-1
/
+1
2015-09-04
Add C++11 header <cuchar>.
Edward Smith-Rowland
1
-0
/
+7
2015-05-14
re PR libstdc++/66011 (call to '__open_missing_mode' declared with attribute ...
Jonathan Wakely
1
-0
/
+6
2015-05-14
re PR libstdc++/66018 (opendir configure test not working when GCC_NO_EXECUTA...
Jonathan Wakely
1
-16
/
+4
2015-05-13
sjlj.m4: New file.
Eric Botcazou
1
-3
/
+0
2015-05-01
acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not a...
Jonathan Wakely
1
-0
/
+6
2015-04-30
Implement N4100 File System TS
Jonathan Wakely
1
-0
/
+34
2015-03-18
acinclude.m4 (GLIBCXX_CHECK_GTHREADS): Check for pthread_rwlock_t.
Jonathan Wakely
1
-0
/
+3
2014-01-23
acinclude.m4 (GLIBCXX_CHECK_TMPNAM): New check for tmpnam function.
Bernhard Reutner-Fischer
1
-0
/
+3
2013-08-06
Commit the vtable verification feature.
Caroline Tice
1
-3
/
+4
2013-05-24
chrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL, include unistd.h and sys/sy...
Jakub Jelinek
1
-0
/
+3
2013-04-09
configure, [...]: Rebuild.
Tom Tromey
1
-1
/
+1
2013-03-15
unwind-cxx.h: Include sys/sdt.h if detected.
Tom Tromey
1
-0
/
+3
2013-02-25
configure.ac: Check for __cxa_thread_atexit_impl.
Jason Merrill
1
-0
/
+3
2013-02-11
linkage.m4 (GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE): New.
Jason Merrill
1
-0
/
+6
2012-12-20
re PR libstdc++/55741 (bootstrap fails in libstdc++-v3/src/c++11/thread.cc)
Jonathan Wakely
1
-0
/
+3
2012-11-23
re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...
Jonathan Wakely
1
-0
/
+6
2012-09-10
re PR libstdc++/43852 (Embedded systems friendly libstdc++)
Sebastian Huber
1
-0
/
+3
2012-09-09
re PR bootstrap/54419 (Compiling libstdc++-v3/src/c++11/random.cc fails on pl...
Ulrich Drepper
1
-0
/
+3
2012-03-14
Remove obsolete Solaris 8 support
Rainer Orth
1
-15
/
+0
2012-03-02
re PR libstdc++/51785 (gets not anymore declared)
Benjamin Kosnik
1
-0
/
+3
[next]