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
2014-11-21
Always use PIC option with -shared in libtool
H.J. Lu
2
-3
/
+8
2014-11-20
re PR c++/63959 (G++ misreports volatile int as trivially copyable)
Ville Voutilainen
1
-0
/
+2
2014-11-18
re PR libstdc++/43622 (Incomplete C++ library support for __float128)
Marc Glisse
5
-3
/
+31
2014-11-17
re PR c++/33911 (attribute deprecated vs. templates)
Jason Merrill
3
-0
/
+17
2014-11-14
mt_allocator.cc: Fix assumption that sizeof(void *) is equal to sizeof(size_t).
Joel Sherrill
2
-2
/
+12
2014-11-14
Define C++11 version of std::ios_base::failure.
Jonathan Wakely
13
-17
/
+288
2014-11-14
regex.h: Support embedded zeros in sub_match comparisons (DR 2217)
Daniel Kruegler
3
-4
/
+78
2014-11-13
re PR libstdc++/63775 ([C++11] Regex range with leading dash (-) not working)
Tim Shen
4
-17
/
+116
2014-11-12
std::shared_ptr atomic operations
Jonathan Wakely
10
-0
/
+540
2014-11-12
Implement resolutions of LWG 2399, 2400 and 2401.
Jonathan Wakely
6
-26
/
+50
2014-11-12
LWG DR 2315. weak_ptr should be movable
Jonathan Wakely
5
-22
/
+99
2014-11-12
Add -Wno-deprecated to dg-options.
Jonathan Wakely
9
-8
/
+20
2014-11-12
1.cc: Remove unused header.
Jonathan Wakely
6
-5
/
+7
2014-11-12
optional (_Has_addressof): Check for non-member operator&.
Jonathan Wakely
4
-6
/
+29
2014-11-11
Define __void_t and SFINAE-friendly iterator_traits.
Jonathan Wakely
7
-45
/
+43
2014-11-11
Make std::mem_fn work with varargs functions.
Jonathan Wakely
9
-158
/
+151
2014-11-11
associative-containers.cc: Add new file missed from earlier commit.
Siva Chandra Reddy
2
-0
/
+84
2014-11-11
re PR libstdc++/61107 (stl_algo.h: std::__inplace_stable_partition() doesn't ...
François Dumont
6
-79
/
+189
2014-11-11
re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))
Francois-Xavier Coudert
2
-1
/
+6
2014-11-11
xmethods.py: Add xmethods for associative containers.
Siva Chandra Reddy
2
-0
/
+66
2014-11-11
re PR libstdc++/63811 (r217322 breaks bootstrap)
Jonathan Wakely
2
-1
/
+7
2014-11-10
Fix std::deque move construction with non-equal allocators.
Jonathan Wakely
6
-12
/
+60
2014-11-10
Major maintenance patch of the profile mode.
François Dumont
24
-1540
/
+1917
2014-11-05
re PR libstdc++/63698 (std::set leaks nodes on assignment)
François Dumont
3
-11
/
+61
2014-11-04
* testsuite/util/testsuite_allocator.h (operator==): Fix recursion.
Jonathan Wakely
2
-1
/
+3
2014-11-04
numeric.h: Do not use default arguments in function template redeclarations (...
Jonathan Wakely
2
-6
/
+6
2014-11-04
Do not assume allocator is assignable.
Jonathan Wakely
3
-15
/
+60
2014-11-04
Make reference_wrapper trivially copyable.
Jonathan Wakely
4
-12
/
+43
2014-11-04
Use ctype_base::blank in regex_traits.
Jonathan Wakely
3
-11
/
+9
2014-11-04
* include/std/functional (_Bind_simple): Simplify construction.
Jonathan Wakely
2
-12
/
+5
2014-11-04
Use aliases for type traits in C++14 mode.
Jonathan Wakely
3
-30
/
+26
2014-11-03
algo.h: Do not use default arguments in function template redeclarations (def...
Paolo Carlini
2
-23
/
+17
2014-11-03
Check number of arguments in bind expressions.
Jonathan Wakely
3
-4
/
+35
2014-11-03
Add support for ref-qualified functions to std::mem_fn
Jonathan Wakely
3
-284
/
+223
2014-10-31
Make std::vector<bool> meet C++11 allocator requirements.
Jonathan Wakely
11
-53
/
+650
2014-10-30
configure.host (aix5+): New stanza.
David Edelsohn
2
-2
/
+12
2014-10-29
Use perfect forwarding in std::function invokers.
Jonathan Wakely
3
-10
/
+75
2014-10-29
any: Add feature-testing macro.
Jonathan Wakely
7
-1
/
+19
2014-10-29
Add <experimental/algorithm> and <experimental/functional>.
Jonathan Wakely
12
-15
/
+1005
2014-10-25
status_cxx2011.xml: Update unordered container specific behavior.
François Dumont
2
-2
/
+7
2014-10-24
C++11 explicitly forbids macros for bool, true and false.
Jonathan Wakely
2
-0
/
+41
2014-10-24
atomic_base.h: Avoid including <stdbool.h>.
Paolo Carlini
4
-4
/
+12
2014-10-23
complexity.cc: Add missing test variable.
François Dumont
5
-3
/
+26
2014-10-23
status_cxx2011.xml: Update status.
Jonathan Wakely
3
-17
/
+9
2014-10-23
re PR libstdc++/63497 (std::regex can't handle [^class] correctly and cause r...
Tim Shen
3
-19
/
+31
2014-10-21
prog_bar.cc: Qualify size_t.
Joern Rennecke
4
-7
/
+13
2014-10-21
Implement more Library Fundamentals v1 variable templates.
Ville Voutilainen
11
-0
/
+384
2014-10-21
Fix date of last ChangeLog entry.
Jonathan Wakely
1
-1
/
+1
2014-10-20
Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ...
Jonathan Wakely
38
-52
/
+275
2014-10-19
Fix race in libstdc++ testsuite
Maxim Kuvyrkov
2
-12
/
+23
[next]