aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/deque/cons
AgeCommit message (Expand)AuthorFilesLines
2025-04-11libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]Tomasz Kamiński1-0/+5
2025-03-26libstdc++: Add P1206R7 range operations to std::deque [PR111055]Tomasz Kamiński1-0/+117
2025-01-02Update copyright years.Jakub Jelinek10-10/+10
2024-01-03Update copyright years.Jakub Jelinek10-10/+10
2023-01-16Update copyright years.Jakub Jelinek10-10/+10
2022-01-03Update copyright years.Jakub Jelinek10-10/+10
2021-10-04libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely1-0/+29
2021-08-04libstdc++: Add [[nodiscard]] to sequence containersJonathan Wakely1-12/+12
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from containers testsJonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek10-10/+10
2020-08-12libstdc++: Make self-move well-defined for containers [PR 85828]Jonathan Wakely1-0/+44
2020-01-01Update copyright years.Jakub Jelinek9-9/+9
2019-06-17Fix tests that fail without PCHJonathan Wakely1-0/+1
2019-01-01Update copyright years.Jakub Jelinek9-9/+9
2018-01-03Update copyright years.Jakub Jelinek9-9/+9
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-06-09Add deduction guides for sequence containers (P0433R2, partial)Jonathan Wakely1-0/+70
2017-01-01Update copyright years.Jakub Jelinek8-8/+8
2016-10-1757619.C: Rename to 57619.cc.Paolo Carlini5-9/+0
2016-08-26Use effective-target instead of -std optionsJonathan Wakely4-6/+4
2016-01-04Update copyright years.Jakub Jelinek8-8/+8
2015-01-05Update copyright years.Jakub Jelinek8-8/+8
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini3-3/+3
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford8-8/+8
2013-07-04codecvt_members.cc: Fix typo.Veres Lajos1-1/+1
2013-03-18PR libstdc++/55977 (partial, std::vector and std::deque bits)Paolo Carlini1-0/+70
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford7-9/+7
2010-12-012.cc: Fix to explicitely invoke the copy construtor with or without C++0x mode.François Dumont1-1/+2
2010-06-18re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of ...Paolo Carlini1-0/+40
2010-01-09set.h: Revert last change, per DR 1204 [Ready]; mention the latter in comment.Paolo Carlini1-40/+0
2010-01-09set.h: Protect move assignment operator vs self assignment.Paolo Carlini3-33/+115
2009-05-28testsuite_allocator.h (check_new, [...]): Move to ...Benjamin Kosnik2-3/+3
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek5-33/+22
2007-11-12stl_deque.h (deque<>::push_back<>(_Args...), [...]): Add.Chris Jefferson1-1/+0
2007-10-03moveable.cc: New.Chris Jefferson1-0/+65
2007-03-029661-1.cc: Include <cstdlib>.Paolo Carlini1-1/+2
2006-10-03testsuite_allocator.h (allocation_tracker): To tracker_allocator_counter.Benjamin Kosnik1-8/+8
2006-01-09re PR libstdc++/25658 (testsuite failure: 23_containers/deque/cons/assign/1.cc)Paolo Carlini1-7/+7
2005-12-26mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter.Chris Jefferson1-2/+2
2005-12-24stl_algobase.h (fill(const _Deque_iterator&, const _Deque_iterator&, const _T...Paolo Carlini1-0/+51
2005-08-17All files: Update FSF address.Kelley Cook3-3/+3
2005-03-16binders.cc: Remove explicit instantiations for non-weak systems.Paolo Carlini2-16/+2
2004-05-22testsuite_hooks.h (func_callback): Declare copy constructor and assignment op...Benjamin Kosnik1-5/+5
2004-03-25stl_list.h: Created a _List_impl class and made it derive from the allocator...Dhruv Matani1-0/+88
2004-03-041.cc: Provide explicit instantiations for non-weak systems.Benjamin Kosnik2-2/+14
2003-09-23locale_facets.tcc: Tweak to avoid warnings.Benjamin Kosnik2-9/+9
2003-07-31Reshuffle 23_containers testsuite.Benjamin Kosnik2-0/+573