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/existing-fp8
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
/
include
/
debug
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-04
Update copyright years.
Jakub Jelinek
33
-33
/
+33
2015-12-10
Improve generated libstdc++ API docs
Jonathan Wakely
1
-3
/
+6
2015-09-17
2015-09-17 François Dumont <fdumont@gcc.gnu.org>
François Dumont
1
-49
/
+50
2015-09-11
Implement N4258 noexcept for std::basic_string.
Jonathan Wakely
1
-16
/
+34
2015-09-09
Enable lightweight checks with _GLIBCXX_ASSERTIONS.
Jonathan Wakely
1
-2
/
+12
2015-08-26
try_emplace and insert_or_assign for Debug Mode.
Jonathan Wakely
2
-0
/
+165
2015-08-25
re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)
François Dumont
4
-21
/
+110
2015-08-25
Revert my change to commit with PR reference again.
François Dumont
4
-110
/
+21
2015-08-24
formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.
François Dumont
4
-21
/
+110
2015-07-16
stl_algobase.h (__miter_base): Move...
François Dumont
1
-1
/
+2
2015-07-13
c++config (_GLIBCXX_NOEXCEPT_IF): Define.
Jonathan Wakely
10
-28
/
+25
2015-06-29
stl_iterator_base_types.h (_Iter_base): Limit definition to pre-C++11 mode.
François Dumont
19
-246
/
+834
2015-06-23
array: Include <array>.
François Dumont
1
-2
/
+11
2015-06-22
list (__gnu_debug::list): Use allocator-aware _Safe_container base.
Jonathan Wakely
2
-5
/
+6
2015-06-17
C++11 allocator support for std::list.
Jonathan Wakely
1
-2
/
+8
2015-06-17
forward_list.h (_Fwd_list_base(const _Node_alloc_type&)): Change parameter to...
Jonathan Wakely
1
-1
/
+4
2015-06-17
forward_list.h (forward_list::_M_get_Node_allocator): Remove unnecessary uses...
Jonathan Wakely
1
-7
/
+8
2015-06-16
list.tcc (list::operator=(const list&), [...]): Use __addressof instead of op...
Jonathan Wakely
3
-14
/
+15
2015-06-07
stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename t...
François Dumont
4
-3
/
+299
2015-06-05
Add __is_nothrow_swappable and take it into use.
Ville Voutilainen
1
-1
/
+1
2015-05-29
2015-05-29 François Dumont fdumont@gcc.gnu.org>
François Dumont
11
-114
/
+192
2015-05-28
re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...
Jonathan Wakely
1
-2
/
+2
2015-05-23
2015-05-23 François Dumont fdumont@gcc.gnu.org>
François Dumont
1
-2
/
+2
2015-05-20
formatter.h (_GLIBCXX_TYPEID): New macro to simplify usage of typeid.
François Dumont
1
-95
/
+75
2015-05-17
unordered_map.h (unordered_map, [...]): Add missing constructors.
François Dumont
2
-0
/
+143
2015-04-28
vector (_Safe_vector::operator=): Add missing returns.
Stephan Bergmann
1
-1
/
+5
2015-01-05
Update copyright years.
Jakub Jelinek
30
-30
/
+30
2014-12-20
vector (std::__debug::vector<>::clear()): Do not reset guaranteed capacity.
François Dumont
1
-1
/
+0
2014-12-12
re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...
Jonathan Wakely
1
-9
/
+9
2014-10-15
re PR libstdc++/63500 (bug in debug version of std::make_move_iterator?)
François Dumont
1
-3
/
+11
2014-09-29
re PR libstdc++/62313 (Data race in debug iterators)
François Dumont
6
-112
/
+226
2014-09-12
deque (__gnu_debug::deque): Make base class C++11 allocator aware.
Jonathan Wakely
1
-2
/
+2
2014-09-09
Make std::deque meet C++11 allocator requirements.
Jonathan Wakely
1
-2
/
+8
2014-09-06
hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified.
François Dumont
2
-4
/
+12
2014-05-13
re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...
Jonathan Wakely
1
-1
/
+1
2014-05-07
re PR libstdc++/61086 (ubsan detects undefined behaviour in the standard libr...
Jonathan Wakely
1
-1
/
+1
2014-05-06
macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...
François Dumont
20
-1352
/
+1322
2014-03-21
re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end) ...
Jonathan Wakely
3
-84
/
+87
2014-03-11
re PR libstdc++/60499 (non-reserved name in <debug/vector>)
Jonathan Wakely
8
-20
/
+20
2014-01-24
re PR libstdc++/59548 (Abort after copying std::unordered_map in debug mode)
Jonathan Wakely
2
-1
/
+14
2014-01-22
re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s...
Jonathan Wakely
7
-7
/
+30
2014-01-20
re PR libstdc++/56267 (unordered containers require Assignable hash function)
Jonathan Wakely
3
-13
/
+13
2014-01-13
set.h (set): Implement C++11 allocator-aware container requirements.
François Dumont
4
-28
/
+182
2014-01-08
stl_vector.h (std::vector<>::_M_move_assign): Pass *this allocator instance w...
François Dumont
2
-10
/
+23
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
29
-29
/
+29
2013-11-22
safe_local_iterator.h (_Safe_local_iterator<>): Remove _M_bucket, use same in...
François Dumont
4
-53
/
+44
2013-11-08
safe_iterator.h (_BeforeBeginHelper<>::_S_Is): Take only a const safe iterato...
François Dumont
5
-121
/
+119
2013-10-25
formatter.h (__check_singular): Add const on iterator reference.
François Dumont
3
-14
/
+17
2013-09-25
re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)
Marc Glisse
1
-20
/
+35
2013-09-24
re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)
Marc Glisse
1
-9
/
+9
[next]