index
:
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
stl_vector.h
Age
Commit message (
Expand
)
Author
2025-08-26
libstdc++: Do not require assignment for vector::resize(n, v) [PR90192]
Tomasz Kamiński
2025-06-03
libstdc++: Replace some implicit conversions in std::vector
Jonathan Wakely
2025-06-02
libstdc++: Remove spaces before function parameter list
Jonathan Wakely
2025-05-22
libstdc++: Fix vector(from_range_t, R&&) for exceptions [PR120367]
Jonathan Wakely
2025-04-29
libstdc++: Use constexpr-if to simplify std::vector relocation
Jonathan Wakely
2025-04-11
libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]
Tomasz Kamiński
2025-03-25
libstdc++: Optimize std::vector construction from input iterators [PR108487]
Jonathan Wakely
2025-03-25
libstdc++: Fix std::vector::append_range for overlapping ranges
Jonathan Wakely
2025-03-21
libstdc++: Simplify std::vector::vector(from_range_t, const Alloc&)
Jonathan Wakely
2025-03-14
libstdc++: Missing 'constexpr' in vector's from_range ctor [PR119282]
Patrick Palka
2025-01-02
Update copyright years.
Jakub Jelinek
2024-11-17
Add __builtion_unreachable to vector::size(), vector::capacity()
Jan Hubicka
2024-10-27
libstdc++: Add P1206R7 from_range members to std::vector [PR111055]
Jonathan Wakely
2024-10-21
libstdc++: Simplify C++98 std::vector::_M_data_ptr overload set
Jonathan Wakely
2024-09-22
libstdc++: Use constexpr instead of _GLIBCXX20_CONSTEXPR in <vector>
Jonathan Wakely
2024-05-29
libstdc++: Use RAII to replace try/catch blocks
François Dumont
2024-03-22
libstdc++: Constrain std::vector default constructor [PR113841]
Jonathan Wakely
2024-02-28
libstdc++: Add more nodiscard uses in <vector>
Jonathan Wakely
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-21
optimize std::vector::push_back
Jan Hubicka
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
2023-06-01
libstdc++: Fix code size regressions in std::vector [PR110060]
Jonathan Wakely
2023-05-31
libstdc++: Express std::vector's size() <= capacity() invariant in code
Jonathan Wakely
2023-04-27
libstdc++: Add @headerfile and @since to doxygen comments [PR40380]
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2022-11-29
libstdc++: Remove unnecessary tag dispatching in std::vector
Jonathan Wakely
2022-04-14
libstdc++: Fix missing and incorrect feature test macros [PR105269]
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-12-01
libstdc++: Define std::__is_constant_evaluated() for internal use
Jonathan Wakely
2021-11-30
libstdc++: Skip tag dispatching for _S_relocate in C++17
Jonathan Wakely
2021-11-26
libstdc++: Fix trivial relocation for constexpr std::vector
Jonathan Wakely
2021-11-12
libstdc++: Implement constexpr std::vector for C++20
Jonathan Wakely
2021-10-04
libstdc++: Implement P1518R2 for container deduction guides
Jonathan Wakely
2021-08-04
libstdc++: Add [[nodiscard]] to sequence containers
Jonathan Wakely
2021-01-04
Update copyright years.
Jakub Jelinek
2020-04-17
libstdc++: Add comparison operators to sequence containers
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-10-17
PR libstdc++/92124 fix incorrect container move assignment
Jonathan Wakely
2019-06-03
Enforce allocator::value_type consistency for containers in C++2a
Jonathan Wakely
2019-04-05
PR libstdc++/87431 re-adjust never-valueless optimizations
Jonathan Wakely
2019-02-05
PR libstdc++/89130 restore support for non-MoveConstructible types
Jonathan Wakely
2019-01-24
PR libstdc++/88840 delay evaluation of constant until type is complete
Jonathan Wakely
2019-01-21
Fix after P0600.
Ulrich Drepper
2019-01-01
Update copyright years.
Jakub Jelinek
2018-11-22
Improve relocation
Marc Glisse
2018-10-30
PR libstdc++/87809 avoid invalid expressions in exception specifications
Jonathan Wakely
2018-10-25
Relocation (= move+destroy)
Marc Glisse
2018-10-10
PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)
Jonathan Wakely
2018-09-03
Fix vector::_Temporary_value::_M_ptr
Jonathan Wakely
[next]