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