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-06-05
ptr_traits.h (pointer_traits): Fix typos.
Jonathan Wakely
3
-4
/
+50
2011-06-04
testsuite_allocator.h (tracker_allocator::construct): Update to C++0x definit...
Jonathan Wakely
2
-24
/
+41
2011-06-01
hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...
Paolo Carlini
68
-95
/
+684
2011-05-31
basic_string.h: Use noexcept per the FDIS (minus compare(const string&)...
Paolo Carlini
6
-85
/
+136
2011-05-31
status_cxx200x.xml: Update.
Jonathan Wakely
42
-173
/
+175
2011-05-31
type_traits (__or_, __and_): Add trivial definitions for a single element.
Paolo Carlini
10
-71
/
+132
2011-05-31
tuple: Restore is_convertible constraint.
Jonathan Wakely
3
-74
/
+6
2011-05-30
re PR libstdc++/49236 (FAIL: 20_util/weak_ptr/comparison/cmp_neg.cc)
Paolo Carlini
2
-1
/
+7
2011-05-30
tuple: Implement uses-allocator construction.
Jonathan Wakely
10
-31
/
+765
2011-05-28
pointer_to.cc: Fix.
Jonathan Wakely
2
-2
/
+8
2011-05-28
acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBCXX_CHECK_SC_NPROCESSOR...
Jonathan Wakely
12
-7
/
+374
2011-05-28
pointer_to.cc: New.
Jonathan Wakely
2
-0
/
+54
2011-05-28
Makefile.am: Add new ptr_traits.h header.
Jonathan Wakely
22
-59
/
+1290
2011-05-28
future (launch): Update enumerators and define operators required for bitmask...
Jonathan Wakely
6
-33
/
+165
2011-05-28
future: Use noexcept.
Jonathan Wakely
3
-67
/
+72
2011-05-27
thread (this_thread::sleep_until): Move after sleep_for.
Jonathan Wakely
2
-6
/
+10
2011-05-27
re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?...
Paolo Carlini
16
-30
/
+76
2011-05-26
list.cc: Use noexcept per the FDIS.
Paolo Carlini
35
-522
/
+564
2011-05-26
stl_queue.h: Use noexcept per the FDIS.
Paolo Carlini
3
-0
/
+11
2011-05-26
gnu.ver: Correct last change, export instead at the existing @3.4.16.
Paolo Carlini
5
-8
/
+11
2011-05-26
documentation_hacking.xml: Minor corrections.
Jonathan Wakely
2
-2
/
+6
2011-05-26
mutex: Add doxygen comments.
Jonathan Wakely
2
-0
/
+8
2011-05-25
gnu.ver: Export recently added basic_streambuf and basic_stringbuf symbols @3...
Paolo Carlini
5
-2
/
+22
2011-05-26
guard.cc: Fix comments.
Jonathan Wakely
2
-15
/
+19
2011-05-25
re PR libstdc++/49060 (use of deleted memory in __gnu_cxx::hashtable::erase)
Ian Lance Taylor
3
-7
/
+51
2011-05-25
random.h (random_device::min, max): Specify constexpr.
Paolo Carlini
2
-4
/
+8
2011-05-25
thread: Use noexcept throughout per the FDIS.
Paolo Carlini
3
-35
/
+40
2011-05-25
dr2020.cc: Fix typo.
Paolo Carlini
2
-1
/
+5
2011-05-24
re PR libstdc++/49151 ([C++0x][constexpr] chrono::duration has incorrect non-...
Paolo Carlini
3
-25
/
+103
2011-05-24
re PR libstdc++/49141 (26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX ...
Paolo Carlini
4
-6
/
+13
2011-05-24
c++config (_GLIBCXX_NOTHROW): Update for noexcept.
Paolo Carlini
3
-4
/
+13
2011-05-24
re PR libstdc++/37144 (A bug in include/ext/pb_ds/detail/pat_trie_/constructo...
Benjamin Kosnik
360
-10178
/
+9230
2011-05-23
streambuf_iterator.h: Use noexcept per the FDIS.
Paolo Carlini
2
-6
/
+19
2011-05-23
* libsupc++/exception_ptr.h: Fix compilation in C++0x mode.
Jason Merrill
2
-1
/
+7
2011-05-23
[multiple changes]
Paolo Carlini
5
-3
/
+131
2011-05-21
unique_ptr.h: Use noexcept per the FDIS.
Paolo Carlini
2
-43
/
+47
2011-05-21
propagation_consistent.cc: Fix vs POD-ness of value_type.
Paolo Carlini
5
-21
/
+24
2011-05-21
char_traits.h: Use noexcept throughout.
Paolo Carlini
10
-74
/
+311
2011-05-20
re PR c++/24163 (dependent Base class scope examined during unqualified name ...
Jason Merrill
19
-55
/
+89
2011-05-19
tuple (tuple_element<__i, [...]): Add.
Paolo Carlini
7
-21
/
+139
2011-05-19
tuple (tuple<>::operator=(tuple&&)): Specify as noexcept.
Paolo Carlini
12
-28
/
+282
2011-05-19
[multiple changes]
Paolo Carlini
25
-76
/
+1722
2011-05-18
shared_ptr_base.h: Use noexcept.
Jonathan Wakely
5
-127
/
+141
2011-05-18
* doc/xml/manual/bitmap_allocator.xml: Fix typos.
Jonathan Wakely
2
-3
/
+7
2011-05-18
initializer_list: Use noexcept specifier.
Paolo Carlini
6
-191
/
+218
2011-05-18
tuple: Use noexcept where appropriate.
Paolo Carlini
4
-37
/
+101
2011-05-16
utility: Simplify the last commit, the whole std::get code is C++0x only.
Paolo Carlini
2
-18
/
+17
2011-05-16
utility (get(std::pair<>&&)): Add.
Paolo Carlini
8
-39
/
+154
2011-05-15
c++config (_GLIBCXX_NOEXCEPT, [...]): Add.
Paolo Carlini
4
-251
/
+277
2011-05-11
overloads_c++0x_neg.cc: Use dg-require-cmath.
Paolo Carlini
3
-9
/
+9
[next]