summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/list
Commit message (Expand)AuthorAgeFilesLines
* 2018-09-02 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-09-021-0/+35
* Forward declare debug containers so std::pmr aliases workJonathan Wakely2018-08-241-0/+25
* Remove C++14-isms from C++11 testsJonathan Wakely2018-08-231-2/+2
* Fix tests that fail in C++98 modeJonathan Wakely2018-08-231-1/+1
* re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator...François Dumont2018-08-221-0/+37
* Define aliases for containers using polymorphic_allocatorJonathan Wakely2018-08-101-0/+27
* Add missing dg-require-cstdint directives to testsJonathan Wakely2018-07-261-0/+1
* P0646R1 Improving the Return Value of Erase-Like Algorithms IJonathan Wakely2018-07-042-0/+121
* deque.tcc (deque<>::_M_assign_aux): Cast to void to ensure overloaded comma n...François Dumont2018-05-021-0/+36
* Update copyright years.Jakub Jelinek2018-01-03126-126/+126
* PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely2017-11-212-0/+58
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-152-2/+2
* stl_list.h (struct _List_node_header): New.François Dumont2017-07-181-0/+71
* Use pthread effective-target in testsuiteRainer Orth2017-06-152-4/+6
* Add deduction guides for sequence containers (P0433R2, partial)Jonathan Wakely2017-06-091-0/+70
* Fix Debug Mode test failuresJonathan Wakely2017-03-231-1/+1
* re PR libstdc++/80034 (unqualified calls to std::distance in std::list::sort)Ville Voutilainen2017-03-131-0/+32
* Fix libstdc++ testsuite failures in C++98 and C++11 modeJonathan Wakely2017-01-261-5/+5
* PR libstdc++/78389 fix backwards size adjustments.Ville Voutilainen2017-01-161-4/+6
* Define cxx11-abi effective target for libstdc++ testsJonathan Wakely2017-01-131-1/+2
* re PR libstdc++/78389 (list::merge and list::sort are not exception safe)Ville Voutilainen2017-01-131-0/+85
* Update copyright years.Jakub Jelinek2017-01-01120-120/+120
* 57619.C: Rename to 57619.cc.Paolo Carlini2016-10-1737-58/+2
* Implement P0084R2, Emplace return type, for C++17Jonathan Wakely2016-10-171-0/+49
* [libstdc++-v3] Fix dg-require before dg-run directives in testsuite.Matthew Wahab2016-09-1212-12/+12
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2636-53/+37
* Simplify dg-options for tests using pthreadsJonathan Wakely2016-08-192-4/+2
* Fix DR 438 std::list test to pass in C++98 modeJonathan Wakely2016-07-311-1/+1
* Fix DR 438 container tests to pass in C++98 modeJonathan Wakely2016-07-283-3/+3
* Update copyright years.Jakub Jelinek2016-01-04119-119/+119
* libstdc++: Run tests on RTEMSSebastian Huber2015-09-032-2/+2
* c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely2015-07-131-10/+1
* Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely2015-06-263-3/+3
* C++11 allocator support for std::list.Jonathan Wakely2015-06-1710-3/+450
* list.tcc (list::operator=(const list&), [...]): Use __addressof instead of op...Jonathan Wakely2015-06-161-0/+32
* 2015-06-03 François Dumont fdumont@gcc.gnu.org>François Dumont2015-06-031-0/+1
* std_c++0x_neg.cc: Add -std=c++98.Jason Merrill2015-05-094-8/+8
* re PR libstdc++/61347 (std::distance(list.first(),list.end()) in O(1))Marc Glisse2015-04-141-0/+49
* Update copyright years.Jakub Jelinek2015-01-05110-110/+110
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-1618-18/+18
* re PR libstdc++/61347 (std::distance(list.first(),list.end()) in O(1))Marc Glisse2014-10-134-4/+4
* re PR libstdc++/49561 ([C++0x] std::list::size complexity)Jonathan Wakely2014-10-104-4/+4
* stl_list.h (_List_base::_List_base(_List_base&&)): Optimize.Jonathan Wakely2014-08-074-4/+4
* re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely2014-05-232-4/+4
* PR libstdc++/58764 (again)Jonathan Wakely2014-01-224-4/+4
* re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s...Jonathan Wakely2014-01-225-4/+32
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-02109-109/+109
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-182-165/+0
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-184-4/+4
* re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing int...François Dumont2013-08-011-0/+34