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-10-02
ctgmath: Include <complex>.
Jonathan Wakely
5
-8
/
+34
2014-10-02
stl_function.h: Generic associative lookup feature is not supported.
Edward Smith-Rowland
13
-22
/
+46
2014-10-01
printers.py (StdDebugIteratorPrinter.to_string): Adapt to latest modification...
François Dumont
2
-2
/
+7
2014-10-01
type_traits: Add is_final<> type trait for C++14.
Edward Smith-Rowland
6
-0
/
+123
2014-10-01
Implement SD-6: SG10 Feature Test Recommendations
Edward Smith-Rowland
23
-13
/
+221
2014-09-30
hook.in: Only import libstdcxx.v6.
Siva Chandra Reddy
3
-15
/
+37
2014-09-30
status_cxx2011.xml: Update.
Jonathan Wakely
3
-12
/
+13
2014-09-29
baseline_symbols.txt: New file.
Andreas Schwab
2
-0
/
+3850
2014-09-29
configure.host (abi_baseline_pair): If try_cpu is generic use host_cpu for th...
Andreas Schwab
2
-2
/
+12
2014-09-29
re PR libstdc++/62313 (Data race in debug iterators)
François Dumont
7
-112
/
+247
2014-09-25
DR 1339
Jonathan Wakely
7
-42
/
+126
2014-09-25
* include/bits/vector.tcc (vector::_M_fill_assign): Use _M_swap_data.
Jonathan Wakely
2
-1
/
+5
2014-09-25
* testsuite/27_io/basic_ios/conv/bool_neg.cc: Add dg-do compile.
Jonathan Wakely
2
-0
/
+3
2014-09-25
bool_neg.cc: New.
Jonathan Wakely
4
-0
/
+110
2014-09-25
re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...
Tim Shen
8
-91
/
+187
2014-09-24
re PR libstdc++/56193 (ios_base should replace operator void* with explicit o...
Jonathan Wakely
4
-0
/
+20
2014-09-24
gnu.ver: Make GLIBCXX_3.4 patterns stricter so the new GLIBCXX_3.4.21 symbols...
Jonathan Wakely
2
-20
/
+78
2014-09-24
re PR libstdc++/29988 (More stl_tree.h enhancements: improving operator=)
François Dumont
18
-239
/
+897
2014-09-24
re PR libstdc++/63353 (libstdc++-v3/src/c++11/ios.cc:232: possible typo ?)
Jonathan Wakely
2
-1
/
+6
2014-09-23
gnu.ver: Adjust basic_ostream exports.
Jonathan Wakely
5
-5
/
+44
2014-09-22
Makefile.in (check-parallel-%): Add @.
Jason Merrill
3
-6
/
+12
2014-09-22
Include <bits/uses_allocator.h> in <stack> and <queue>.
Jonathan Wakely
6
-0
/
+102
2014-09-22
status_cxx2011.xml: Update C++11 status.
Jonathan Wakely
4
-41
/
+34
2014-09-22
mutex (try_lock): Do not swallow exceptions.
Jonathan Wakely
3
-8
/
+15
2014-09-22
Fix ChangeLog date in my last commit.
Jonathan Wakely
1
-1
/
+1
2014-09-22
Make streams movable and swappable.
Jonathan Wakely
43
-70
/
+1888
2014-09-18
dyncast.cc (__dynamic_cast): Handle mid-destruction dynamic_cast more gracefu...
Jason Merrill
2
-0
/
+17
2014-09-15
Makefile.in (dg_target_exps): Remove.
Jakub Jelinek
6
-97
/
+181
2014-09-15
regex.h (basic_regex): Rename _Ch_typeraits template parameters to _Ch_traits.
Jonathan Wakely
2
-4
/
+9
2014-09-12
deque (__gnu_debug::deque): Make base class C++11 allocator aware.
Jonathan Wakely
2
-2
/
+7
2014-09-12
re PR libstdc++/59603 (std::random_shuffle tries to swap element with itself)
Jonathan Wakely
3
-2
/
+52
2014-09-11
re PR libstdc++/63219 (Superfluous template parameter in match_result::format...
Jonathan Wakely
6
-5
/
+21
2014-09-10
hook.in: Load the xmethods.
Siva Chandra Reddy
9
-3
/
+274
2014-09-10
re PR libgcc/56846 (_Unwind_Backtrace on ARM and noexcept)
Tony Wang
2
-0
/
+13
2014-09-09
Make std::deque meet C++11 allocator requirements.
Jonathan Wakely
19
-95
/
+938
2014-09-06
hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified.
François Dumont
11
-42
/
+128
2014-08-30
baseline_symbols.txt: Update.
John David Anglin
2
-0
/
+48
2014-08-29
complex (complex): Define copy constructor and assignment operator as defaulted.
Jonathan Wakely
2
-17
/
+27
2014-08-28
*: Fix incorrect standard references in comments.
Jonathan Wakely
43
-71
/
+75
2014-08-27
re PR libstdc++/62159 (Missing headers for freestanding implementation)
Jonathan Wakely
3
-18
/
+33
2014-08-26
Whitespace fixes in libstdc++-v3/ChangeLog
Jonathan Wakely
1
-2
/
+2
2014-08-21
62154.cc: Disable when the target doesn't provide atomic builtins.
Tony Wang
2
-0
/
+6
2014-08-19
os_defines.h (_GLIBCXX_THREAD_ATEXIT_WIN32): Define.
Yaakov Selkowitz
4
-0
/
+44
2014-08-15
re PR libstdc++/62154 (std::throw_with_nested should not require a polymorphi...
Jonathan Wakely
3
-59
/
+133
2014-08-14
requirements: Remove empty directory.
Matthias Klose
1
-0
/
+5
2014-08-14
parser.c (cp_parser_init_declarator): Remove redundant check of decl_specifie...
Paolo Carlini
3
-6
/
+9
2014-08-13
re PR libstdc++/61841 (broken std::thread on Hurd)
Jonathan Wakely
4
-0
/
+29
2014-08-13
Fix the date ...
Sylvestre Ledru
1
-1
/
+1
2014-08-13
profiler_hash_func.h: Fix a comment typo
Sylvestre Ledru
2
-1
/
+5
2014-08-13
2014-08-13 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
2
-1
/
+5
[next]