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
/
acinclude.m4
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-21
RTEMS: Enable some libstdc++ features
Sebastian Huber
1
-1
/
+4
2017-11-17
Enable building libstdc++-v3 with Intel CET
Igor Tsimbalist
1
-0
/
+1
2017-06-16
PR libstdc++/81092 add std::wstring symbols and bump library version
Jonathan Wakely
1
-1
/
+1
2017-05-23
PR libstdc++/67578 Implement non-trivial std::random_device::entropy
Xi Ruoyao
1
-1
/
+1
2017-05-10
Bump version namespace.
François Dumont
1
-1
/
+1
2017-03-15
Fix typo in config.h.in comment
Jonathan Wakely
1
-1
/
+1
2017-03-10
[libstdc++-v3] Fix detection of obsolete isnan
George Lander
1
-1
/
+2
2017-01-20
Support unsigned __int20 in checks for size_t mangling
Joe Seymour
1
-2
/
+6
2017-01-09
PR79017 workaround incomplete C99 math on darwin
Jonathan Wakely
1
-0
/
+25
2017-01-06
Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]
Rainer Orth
1
-32
/
+0
2017-01-04
Support exception propagation without lock-free atomic int
Pauli Nieminen
1
-0
/
+37
2016-11-21
Don't define libstdc++-internal macros in Solaris 10+ <math.h>
Rainer Orth
1
-13
/
+66
2016-10-26
Add missing header in Filesystem TS configure tests
Uros Bizjak
1
-0
/
+1
2016-09-30
libstdc++/77795 Only declare ::gets for C++98 and C++11
Jonathan Wakely
1
-1
/
+6
2016-09-23
[RTEMS] Always use atomic builtins for libstdc++
Sebastian Huber
1
-3
/
+5
2016-09-02
Use setrlimit for testing libstdc++ in cross toolchains
Maxim Kuvyrkov
1
-3
/
+3
2016-07-29
New libstdc++ symbol version for new basic_string symbols
Jonathan Wakely
1
-1
/
+1
2016-05-25
Fix configure test for sendfile()
Jonathan Wakely
1
-2
/
+2
2016-04-05
Restore atomic builtins usage in libstdc++-v3
Jonathan Wakely
1
-2
/
+2
2016-02-08
Remove accidentally added 'constexpr' in previous commit
Jonathan Wakely
1
-2
/
+2
2016-02-08
Enable isinf/isnan checks for all targets
Jonathan Wakely
1
-4
/
+5
2016-02-04
Test for C99 stdlib.h functions with -std=c++98
Jonathan Wakely
1
-0
/
+29
2016-01-28
re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ...
John David Anglin
1
-14
/
+29
2016-01-15
PR libstdc++/69294 Check for isinf and isnan on AIX
Jonathan Wakely
1
-4
/
+4
2016-01-15
libstdc++: Make certain exceptions transaction_safe.
Torvald Riegel
1
-0
/
+30
2016-01-13
Use ::isinf and ::isnan if libc defines them
Jonathan Wakely
1
-0
/
+34
2015-11-25
Port libvtv to Solaris
Rainer Orth
1
-0
/
+4
2015-11-24
Handle C++11 <math.h> overloads on Solaris 12
Rainer Orth
1
-0
/
+46
2015-11-14
acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Change locale implementation from darw...
Andreas Tobler
1
-4
/
+4
2015-11-13
More fine-grained autoconf checks for C99 library
Jennifer Yao
1
-221
/
+425
2015-10-02
* acinclude.m4 (GLIBCXX_ENABLE_DEBUG_FLAGS): Fix comment.
Jonathan Wakely
1
-1
/
+1
2015-09-23
Fix semantics of Filesystem TS directory iterators
Jonathan Wakely
1
-1
/
+1
2015-09-16
Implement filesystem::canonical() without realpath
Jonathan Wakely
1
-3
/
+14
2015-09-04
Add C++11 header <cuchar>.
Edward Smith-Rowland
1
-0
/
+46
2015-08-27
Provide nearly complete std::locale support for DragonFly
John Marino
1
-7
/
+7
2015-08-12
Fix warnings when bootstrapping on darwin with vtable verification enabled.
Caroline Tice
1
-1
/
+6
2015-07-02
acinclude.m4 (GLIBCXX_DEFAULT_ABI): Change valid arguments for --with-default...
Jonathan Wakely
1
-8
/
+10
2015-05-14
re PR libstdc++/66011 (call to '__open_missing_mode' declared with attribute ...
Jonathan Wakely
1
-0
/
+33
2015-05-14
re PR libstdc++/66018 (opendir configure test not working when GCC_NO_EXECUTA...
Jonathan Wakely
1
-0
/
+16
2015-05-13
sjlj.m4: New file.
Eric Botcazou
1
-73
/
+0
2015-05-13
acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Re-enable on solaris.
Jonathan Wakely
1
-1
/
+1
2015-05-01
acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not a...
Jonathan Wakely
1
-0
/
+19
2015-05-01
acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable for solaris.
Jonathan Wakely
1
-1
/
+1
2015-04-30
Implement N4100 File System TS
Jonathan Wakely
1
-1
/
+94
2015-04-28
Makefile.am (SUBDIRS): Move python to hosted_source.
Jonathan Wakely
1
-1
/
+1
2015-04-27
Add support for std::uncaught_exceptions.
Ville Voutilainen
1
-1
/
+1
2015-03-23
re PR libstdc++/64967 (Bootstrap fails due to errors in libstdc++ sources wit...
Jonathan Wakely
1
-0
/
+4
2015-03-18
acinclude.m4 (GLIBCXX_CHECK_GTHREADS): Check for pthread_rwlock_t.
Jonathan Wakely
1
-0
/
+7
2015-03-13
acinclude.m4: Make --enable-libstdcxx-time=auto work for dragonfly.
Jonathan Wakely
1
-1
/
+1
2015-01-29
acinclude.m4 (VTV_CYGMIN): Use x$vtv_cygmin = xyes instead of $vtv_cygmin = yes.
Jakub Jelinek
1
-4
/
+3
[next]