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
/
queue
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-11
libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]
Tomasz KamiĆski
1
-1
/
+6
2025-03-13
libstdc++: Add P1206R7 from_range members to container adaptors [PR111055]
Jonathan Wakely
2
-0
/
+161
2025-01-02
Update copyright years.
Jakub Jelinek
13
-13
/
+13
2024-01-03
Update copyright years.
Jakub Jelinek
13
-13
/
+13
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
1
-0
/
+1
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 23_containers tests
Jonathan Wakely
2
-4
/
+2
2023-09-15
libstdc++: Remove dg-options "-std=gnu++23" from remaining tests
Jonathan Wakely
1
-1
/
+0
2023-01-16
Update copyright years.
Jakub Jelinek
13
-13
/
+13
2022-01-03
Update copyright years.
Jakub Jelinek
13
-13
/
+13
2021-10-05
libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor value
Jonathan Wakely
1
-1
/
+1
2021-10-04
libstdc++: Implement P1518R2 for container deduction guides
Jonathan Wakely
1
-0
/
+34
2021-10-01
libstdc++: Add container adaptor constructors taking iterators (P1425R4)
Jonathan Wakely
1
-0
/
+68
2021-09-28
libstdc++: Skip container adaptor tests that fail concept checks
Jonathan Wakely
2
-0
/
+4
2021-08-04
libstdc++: Add [[nodiscard]] to sequence containers
Jonathan Wakely
1
-1
/
+1
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
12
-12
/
+12
2020-04-19
libstdc++: Define operator<=> for std::stack and std::queue
Jonathan Wakely
1
-0
/
+60
2020-03-31
Library-side tests for parenthesized aggregate init
Ville Voutilainen
1
-0
/
+47
2020-01-01
Update copyright years.
Jakub Jelinek
10
-10
/
+10
2019-02-05
PR libstdc++/89128 add deduction guides for container adaptors
Jonathan Wakely
1
-0
/
+89
2019-01-01
Update copyright years.
Jakub Jelinek
9
-9
/
+9
2018-01-03
Update copyright years.
Jakub Jelinek
9
-9
/
+9
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
1
-1
/
+1
2017-01-26
Fix libstdc++ testsuite failures in C++98 and C++11 mode
Jonathan Wakely
1
-1
/
+1
2017-01-12
PR77528 partially revert r244278 and define default constructors
Jonathan Wakely
1
-0
/
+37
2017-01-10
PR77528 add default constructors for container adaptors
Jonathan Wakely
3
-1
/
+51
2017-01-01
Update copyright years.
Jakub Jelinek
7
-7
/
+7
2016-10-17
57619.C: Rename to 57619.cc.
Paolo Carlini
1
-2
/
+0
2016-10-17
Implement P0084R2, Emplace return type, for C++17
Jonathan Wakely
1
-0
/
+39
2016-08-26
Use effective-target instead of -std options
Jonathan Wakely
4
-7
/
+4
2016-01-04
Update copyright years.
Jakub Jelinek
6
-6
/
+6
2015-09-11
Allocator-extended constructors for container adaptors.
Jonathan Wakely
1
-2
/
+35
2015-01-05
Update copyright years.
Jakub Jelinek
6
-6
/
+6
2014-10-16
libstdc++.exp: Prefer -std=gnu++11.
Paolo Carlini
3
-3
/
+3
2014-09-22
Include <bits/uses_allocator.h> in <stack> and <queue>.
Jonathan Wakely
1
-0
/
+29
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
5
-5
/
+5
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
5
-5
/
+5
2009-12-14
explicit_instantiation/1_c++0x.cc: New.
Paolo Carlini
1
-0
/
+25
2009-08-25
basic_string.h (basic_string): Add cbegin(), cend(), crbegin(), crend() in C+...
Benjamin Kosnik
1
-0
/
+25
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
3
-32
/
+13
2007-10-16
stl_queue.h (queue<>::queue(_Sequence&&), [...]): Add.
Paolo Carlini
1
-0
/
+56
2007-02-20
[multiple changes]
Benjamin Kosnik
1
-0
/
+34
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
-7
/
+1
2004-03-04
1.cc: Provide explicit instantiations for non-weak systems.
Benjamin Kosnik
1
-1
/
+7
2003-07-31
Reshuffle 23_containers testsuite.
Benjamin Kosnik
1
-0
/
+41