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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-02
status_cxx200x.xml: Update to reflect current status and FDIS content.
Jonathan Wakely
100
-959
/
+1130
2011-04-30
[multiple changes]
Paolo Carlini
5
-41
/
+70
2011-04-30
Makefile.am (install-freestanding-headers): Also install cxxabi_tweaks.h.
Doug Kwan
3
-0
/
+8
2011-04-28
2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
7
-66
/
+29
2011-04-28
re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)
Paolo Carlini
12
-35
/
+223
2011-04-27
move.h (move_if_noexcept): Add.
Paolo Carlini
4
-3
/
+180
2011-04-26
2011-04-26 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
1
-6
/
+6
2011-04-25
type_traits (struct underlying_type): Add.
Paolo Carlini
6
-2
/
+144
2011-04-24
multiway_merge.h: Uglify equally_split and equally_split_point throughout.
Paolo Carlini
10
-26
/
+39
2011-04-24
parallel_mode.xml: Fix link to libgomp online documentation.
Gerald Pfeifer
2
-2
/
+7
2011-04-24
* libsupc++/cxxabi.h: Adjust link to FAQ entry.
Gerald Pfeifer
2
-1
/
+5
2011-04-22
libstdc++.exp (check_v3_target_time): Discard unused compilation result thank...
François Dumont
2
-84
/
+66
2011-04-20
remove useless if-before-free tests
Jim Meyering
2
-2
/
+6
2011-04-19
re PR libstdc++/48521 ([C++0x] std::result_of doesn't work with pointer to me...
Jonathan Wakely
11
-102
/
+463
2011-04-19
re PR testsuite/48675 (20_util/hash/chi2_quality.cc timeout)
Hans-Peter Nilsson
2
-0
/
+11
2011-04-19
type_traits (is_nothrow_default_constructible, [...]): Add.
Paolo Carlini
25
-171
/
+804
2011-04-17
moveable.cc: Actually run it in parallel-mode for check-parallel.
Paolo Carlini
2
-5
/
+6
2011-04-17
PR libstdc++/48635 (again)
Daniel Krugler
3
-4
/
+65
2011-04-16
re PR libstdc++/48631 ([C++0x] default_delete<T[]> accepts pointer conversion...
Daniel Krugler
4
-3
/
+45
2011-04-16
re PR libstdc++/48635 ([C++0x] unique_ptr<T, D&> moves the deleter instead of...
Daniel Krugler
3
-4
/
+93
2011-04-15
* scripts/extract_symvers.pl: Handle NOTY.
Rainer Orth
2
-2
/
+7
2011-04-15
istream: Fix comments in the light of DR60 + N3168.
Paolo Carlini
2
-13
/
+20
2011-04-13
[multiple changes]
Paolo Carlini
39
-431
/
+3113
2011-04-12
re PR libstdc++/48476 ([C++0x] conversion between std::tuple which have refer...
Takaya Saito
5
-11
/
+185
2011-04-12
re PR libstdc++/48566 (libstdc++-v3 testsuite failures due to missing includes)
Paolo Carlini
12
-19
/
+45
2011-04-11
PR c++/48457, Core 1238
Jason Merrill
2
-1
/
+5
2011-04-11
moveable.cc: Actually run it in parallel-mode for check-parallel.
Paolo Carlini
11
-51
/
+46
2011-04-10
re PR libstdc++/48541 (std::function(std::_Function_base) should use std::add...
Jonathan Wakely
3
-1
/
+48
2011-04-10
re PR libstdc++/48465 (undefined reference to std::basic_string::_S_compare(u...
Jonathan Wakely
5
-2
/
+19
2011-04-07
In C++0x mode, import iota and is_sorted from namespace std into namespace __...
Jeffrey Yasskin
5
-1
/
+73
2011-04-02
re PR libstdc++/48398 ([C++0x] std::unique_ptr<T, D> is broken when D::pointe...
Jonathan Wakely
4
-6
/
+55
2011-04-02
Add missing change log for r171531
Jonathan Wakely
1
-0
/
+9
2011-03-31
exception_ptr.h needs the forward declaration because it's included from...
Jeffrey Yasskin
3
-2
/
+8
2011-03-31
re PR libstdc++/48382 (ctype_noninline.h should not be installed)
Paolo Carlini
24
-126
/
+289
2011-03-25
future (future::share): Add.
Jonathan Wakely
3
-47
/
+96
2011-03-25
default.cc: Do not call members which require a fully established result state.
Jonathan Wakely
3
-12
/
+18
2011-03-25
random.h (negative_binomial_distribution<>:: negative_binomial_distribution(_...
Paolo Carlini
3
-8
/
+17
2011-03-24
random.h (negative_binomial_distribution<>:: negative_binomial_distribution(_...
Paolo Carlini
9
-23
/
+313
2011-03-24
moveable2.cc: Tweak Copyright years.
Paolo Carlini
2
-2
/
+2
2011-03-24
baseline_symbols.txt: Regenerate.
Rainer Orth
6
-18
/
+402
2011-03-23
baseline_symbols.txt: Regenerated.
Jakub Jelinek
3
-0
/
+552
2011-03-22
MAINTAINERS (crx port, [...]): Remove.
Joseph Myers
3
-2
/
+5
2011-03-22
moveable2.cc: Tweak Copyright years.
Paolo Carlini
1
-0
/
+7
2011-03-22
shared_ptr.h (operator>, [...]): Add, per DR 1401.
Paolo Carlini
7
-39
/
+361
2011-03-22
gnu.ver (GLIBCXX_3.4.15): Export _ZNSsC2EOSs and _ZNSbIwSt11char_traitsIwESaI...
Jakub Jelinek
18
-0
/
+163
2011-03-21
prune.exp (prune_gcc_output): Prune "could not create compact unwind for" war...
Jack Howarth
2
-0
/
+8
2011-03-21
baseline_symbols.txt: Update.
Jakub Jelinek
13
-18
/
+1883
2011-03-21
testsuite_abi.cc (check_version): Set incompatible even when adding symbols t...
Jakub Jelinek
2
-4
/
+14
2011-03-21
* config/abi/pre/gnu.ver: Remove typeinfo name exports for C++0x types.
Benjamin Kosnik
2
-6
/
+4
2011-03-21
gnu.ver (CXXABI_1.3): Don't export _ZT[IS][PK]*[no].
Jakub Jelinek
2
-6
/
+16
[next]