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/gfortran-test
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-15
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-15
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
/
testsuite
/
23_containers
/
multimap
/
modifiers
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-18
libstdc++: Add P1206R7 from_range members to ordered maps [PR111055]
Tomasz Kamiński
1
-0
/
+99
2025-01-02
Update copyright years.
Jakub Jelinek
20
-20
/
+20
2024-01-03
Update copyright years.
Jakub Jelinek
20
-20
/
+20
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 23_containers tests
Jonathan Wakely
1
-2
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
20
-20
/
+20
2022-01-03
Update copyright years.
Jakub Jelinek
20
-20
/
+20
2021-05-10
libstdc++: Remove redundant -std=gnu++17 option from containers tests
Jonathan Wakely
2
-2
/
+0
2021-01-04
Update copyright years.
Jakub Jelinek
20
-20
/
+20
2020-10-29
libstdc++: Avoid warnings in tests
Jonathan Wakely
1
-6
/
+12
2020-07-31
libstdc++: Ensure c++NN effective target present in all C++17 tests
Jonathan Wakely
2
-0
/
+2
2020-03-31
Library-side tests for parenthesized aggregate init
Ville Voutilainen
1
-0
/
+71
2020-01-01
Update copyright years.
Jakub Jelinek
19
-19
/
+19
2019-05-13
Remove Profile Mode, deprecated since GCC 7.1
Jonathan Wakely
1
-1
/
+0
2019-01-01
Update copyright years.
Jakub Jelinek
19
-19
/
+19
2018-09-03
PR libstdc++/87194 fix range insertion into maps and sets
Jonathan Wakely
1
-0
/
+46
2018-09-03
PR libstdc++/78595 implement insertion into maps in terms of emplace
Jonathan Wakely
1
-0
/
+115
2018-01-03
Update copyright years.
Jakub Jelinek
17
-17
/
+17
2017-12-20
re PR libstdc++/82522 (std::map::insert(value_type &&) not selected)
François Dumont
1
-0
/
+7
2017-10-24
libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.
François Dumont
1
-0
/
+1
2017-10-13
PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)
Jonathan Wakely
1
-0
/
+32
2017-01-14
Skip tests that are incompatible with Profile Mode
Jonathan Wakely
1
-0
/
+1
2017-01-01
Update copyright years.
Jakub Jelinek
16
-16
/
+16
2016-10-17
57619.C: Rename to 57619.cc.
Paolo Carlini
12
-29
/
+0
2016-09-22
Implement C++17 node extraction and insertion (P0083R5)
Jonathan Wakely
2
-0
/
+260
2016-08-26
Use effective-target instead of -std options
Jonathan Wakely
9
-11
/
+10
2016-01-04
Update copyright years.
Jakub Jelinek
14
-14
/
+14
2015-01-05
Update copyright years.
Jakub Jelinek
14
-14
/
+14
2014-10-16
libstdc++.exp: Prefer -std=gnu++11.
Paolo Carlini
6
-6
/
+6
2014-10-15
57899.cc: Prefer -std=gnu++11.
Paolo Carlini
1
-1
/
+1
2014-01-26
stl_map.h: Remove anachronistic comment.
Jonathan Wakely
1
-1
/
+1
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
14
-14
/
+14
2013-06-26
abi_tag.cc: Avoid spurious fails with check-debug.
Paolo Carlini
1
-0
/
+1
2013-06-10
c++config (_GLIBCXX_ABI_TAG_CXX11): Add.
Benjamin Kosnik
3
-0
/
+162
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
11
-11
/
+11
2012-11-10
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jason Merrill
1
-1
/
+1
2012-09-24
re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)
François Dumont
1
-0
/
+108
2011-11-15
re PR libstdc++/51142 ([C++0x] map::erase(key) doesn't compile with -D_GLIBCX...
Paolo Carlini
1
-0
/
+38
2011-02-10
47628.cc: Do not test in C++0x mode.
Paolo Carlini
1
-2
/
+3
2011-02-07
re PR libstdc++/47628 (non-compliant C++0x erase methods on STL containers)
Paolo Carlini
1
-0
/
+45
2010-11-10
PR libstdc++/44436 (partial)
Paolo Carlini
4
-0
/
+309
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
4
-20
/
+16
2006-01-08
PR libstdc++/22102 (insert as close to hint as possible)
Paolo Carlini
1
-0
/
+141
2006-01-04
sso_string_base.h (__sso_string_base<>::_M_dataplus): Use _CharT_alloc_type a...
Paolo Carlini
3
-0
/
+323
2005-08-17
All files: Update FSF address.
Kelley Cook
1
-1
/
+1
2005-03-16
binders.cc: Remove explicit instantiations for non-weak systems.
Paolo Carlini
1
-5
/
+1
2004-05-17
boost_concept_check.h: Fix old attribute syntax.
Jonathan Wakely
1
-0
/
+3
2004-03-10
swap.cc: Add in bits for non-weak systems.
Benjamin Kosnik
1
-0
/
+4
2004-03-09
re PR c++/13658 ([testcase] namespace association vs. templates part one)
Benjamin Kosnik
1
-0
/
+63