aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_deque.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-05libstdc++: Avoid -Wzero-as-null-pointer-constant warning [PR103848]Jonathan Wakely1-3/+4
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-04libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely1-2/+2
2021-08-04libstdc++: Add [[nodiscard]] to sequence containersJonathan Wakely1-0/+49
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-8/+8
2021-02-09libstdc++: Remove execution branch in deque iterator operator-François Dumont1-12/+8
2021-02-01libstdc++: Make deque iterator operator- usable with value-init iteratorsFrançois Dumont1-6/+12
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-12libstdc++: Make self-move well-defined for containers [PR 85828]Jonathan Wakely1-0/+3
2020-04-17libstdc++: Add comparison operators to sequence containersJonathan Wakely1-8/+49
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-10libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algosFrançois Dumont1-71/+0
2019-10-29PR libstdc++/92267 fix ABI change in deque iteratorsJonathan Wakely1-3/+6
2019-10-17PR libstdc++/92124 fix incorrect container move assignmentJonathan Wakely1-2/+2
2019-06-03Enforce allocator::value_type consistency for containers in C++2aJonathan Wakely1-1/+1
2019-05-172019-05-17 François Dumont <fdumont@gcc.gnu.org>François Dumont1-75/+106
2019-05-17Move from state of allocators (LWG2593)François Dumont1-32/+1
2019-05-09stl_deque.h (operator==(const _Deque_iterator<>&, const _Deque_iterator<>&)):...François Dumont1-136/+111
2019-02-05Rename __is_trivially_relocatable to __is_bitwise_relocatable.Marc Glisse1-2/+2
2019-01-21Fix after P0600.Ulrich Drepper1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-22Improve relocationMarc Glisse1-0/+10
2018-08-22PR libstdc++/78448 limit vector::max_size and deque::max_sizeJonathan Wakely1-7/+24
2018-05-18Some libstdc++ fixes for -Wdeprecated-copy.Jason Merrill1-0/+14
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-21PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely1-0/+9
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-0/+2
2017-06-09Add deduction guides for sequence containers (P0433R2, partial)Jonathan Wakely1-0/+9
2017-03-20stl_deque.h (deque): Access allocator value_type only if concept checks are e...François Dumont1-103/+105
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-17Implement P0084R2, Emplace return type, for C++17Jonathan Wakely1-2/+10
2016-07-14Improve doxygen comments for allocators in containersJonathan Wakely1-8/+12
2016-06-162016-06-16 François Dumont <fdumont@gcc.gnu.org>François Dumont1-4/+26
2016-06-152016-06-15 François Dumont <fdumont@gcc.gnu.org>François Dumont1-20/+22
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-10Improve generated libstdc++ API docsJonathan Wakely1-0/+1
2015-09-24Leave moved-from std::deque in a valid stateJonathan Wakely1-0/+1
2015-08-18re PR libstdc++/67066 (libstdc++-v3/src/filesystem/dir.cc fails to compile wi...Jonathan Wakely1-0/+2
2015-07-13c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely1-7/+2
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely1-7/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-11re PR libstdc++/63811 (r217322 breaks bootstrap)Jonathan Wakely1-1/+1
2014-11-10Fix std::deque move construction with non-equal allocators.Jonathan Wakely1-8/+42
2014-11-04Do not assume allocator is assignable.Jonathan Wakely1-15/+3
2014-09-09Make std::deque meet C++11 allocator requirements.Jonathan Wakely1-74/+242
2014-02-22re PR libstdc++/60308 (std::deque leaks memory)Marc Glisse1-2/+2
2014-01-22re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s...Jonathan Wakely1-1/+7
2014-01-22* include/bits/stl_deque.h (_Deque_impl): Move comment.Jonathan Wakely1-3/+3