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
/
configure
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-21
PR libstdc++/81092 Regenerate configure for libtool_VERSION change
Jonathan Wakely
1
-1
/
+1
2017-06-01
Fix cross compilation to Solaris
Rainer Orth
1
-165
/
+1
2017-05-23
PR libstdc++/67578 Implement non-trivial std::random_device::entropy
Xi Ruoyao
1
-2
/
+2
2017-05-16
Regenerate libstdc++-v3/configure for versioned-namespace soname
Jonathan Wakely
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
-0
/
+1
2017-01-20
Support unsigned __int20 in checks for size_t mangling
Joe Seymour
1
-0
/
+18
2017-01-17
crossconfig.m4: Add fuchsia OS.
Joshua Conner
1
-0
/
+6
2017-01-17
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
Jakub Jelinek
1
-9
/
+28
2017-01-09
PR79017 workaround incomplete C99 math on darwin
Jonathan Wakely
1
-0
/
+46
2017-01-06
Check for __cxa_thread_atexit for freebsd crosses
Jonathan Wakely
1
-0
/
+11
2017-01-06
Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]
Rainer Orth
1
-3
/
+3
2017-01-04
PR78968 add configure check for __cxa_thread_atexit in libc
Jonathan Wakely
1
-4
/
+6
2017-01-04
Support exception propagation without lock-free atomic int
Pauli Nieminen
1
-0
/
+49
2016-12-06
Enable libstdc++ compilation on AVR targets
Felipe Magno de Almeida
1
-0
/
+49
2016-12-01
crossconfig.m4 (*-linux*): Add link-check for memalign.
Bernd Edlinger
1
-0
/
+13
2016-11-21
Don't define libstdc++-internal macros in Solaris 10+ <math.h>
Rainer Orth
1
-11
/
+73
2016-11-15
config-ml.in: Remove references to GCJ.
Matthias Klose
1
-1
/
+0
2016-10-26
Add missing header in Filesystem TS configure tests
Uros Bizjak
1
-0
/
+2
2016-09-30
libstdc++/77795 Only declare ::gets for C++98 and C++11
Jonathan Wakely
1
-0
/
+5
2016-09-29
Disable .gnu.attributes tags in compatibility-ldbl.o
Alan Modra
1
-9
/
+16
2016-09-23
* configure.ac: Define HAVE_MEMALIGN for newlib.
Jason Merrill
1
-0
/
+2
2016-09-23
[RTEMS] Always use atomic builtins for libstdc++
Sebastian Huber
1
-6
/
+8
2016-09-09
Implement P0035R4, C++17 new of over-aligned types.
Jason Merrill
1
-0
/
+13
2016-09-02
Use setrlimit for testing libstdc++ in cross toolchains
Maxim Kuvyrkov
1
-2
/
+2
2016-07-29
New libstdc++ symbol version for new basic_string symbols
Jonathan Wakely
1
-1
/
+1
2016-06-21
remove knetbsd support
Trevor Saunders
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
/
+89
2016-01-28
re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ...
John David Anglin
1
-15
/
+44
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
-9
/
+118
2016-01-13
Use ::isinf and ::isnan if libc defines them
Jonathan Wakely
1
-0
/
+48
2015-11-26
* configure: Regenerate.
David Edelsohn
1
-2
/
+2
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
/
+62
2015-11-14
acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Change locale implementation from darw...
Andreas Tobler
1
-6
/
+6
2015-11-13
More fine-grained autoconf checks for C99 library
Jennifer Yao
1
-300
/
+901
2015-10-11
Test for __cxa_thread_atexit_impl when cross-compiling libstdc++ for GNU targ...
Joseph Myers
1
-0
/
+11
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
-4
/
+26
2015-09-04
Add C++11 header <cuchar>.
Edward Smith-Rowland
1
-0
/
+81
2015-08-27
Provide nearly complete std::locale support for DragonFly
John Marino
1
-7
/
+7
2015-08-27
* configure: Regenerate.
Jonathan Wakely
1
-104
/
+280
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
-6
/
+8
2015-06-30
* configure: Regenerate.
Jonathan Wakely
1
-1
/
+1
[next]