summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/vector
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-01171-171/+171
* Replace dynamic exception specifications in testsuiteJonathan Wakely2016-12-071-1/+1
* re PR libstdc++/68838 (AIX 32 bit wchar_t testsuite failures)David Edelsohn2016-11-291-2/+0
* 57619.C: Rename to 57619.cc.Paolo Carlini2016-10-1770-155/+5
* Implement P0084R2, Emplace return type, for C++17Jonathan Wakely2016-10-172-0/+77
* debug.cc: Include debug/vector.François Dumont2016-09-251-0/+42
* Fix testsuite to not increment boolJonathan Wakely2016-09-151-1/+0
* typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.Marek Polacek2016-09-141-0/+1
* Fix dg-require before dg-run directives in testsuite.Christophe Lyon2016-09-1413-13/+13
* [libstdc++-v3] Fix dg-require before dg-run directives in testsuite.Matthew Wahab2016-09-126-6/+6
* Use effective-target instead of -std optionsJonathan Wakely2016-08-2678-111/+78
* Simplify dg-options for tests using pthreadsJonathan Wakely2016-08-191-3/+2
* PR 72847 Prevent double-free in std::vector<bool>Jonathan Wakely2016-08-161-0/+49
* Fix DR 438 container tests to pass in C++98 modeJonathan Wakely2016-07-284-4/+4
* Fix std::vector test to pass in C++98 modeJonathan Wakely2016-07-281-2/+5
* Define missing delete operators in libstdc++ testsuiteJonathan Wakely2016-07-211-2/+10
* Add std::vector::emplace() testcase from LWG 2164Jonathan Wakely2016-07-121-0/+14
* stl_vector.h (push_back(const value_type&)): Forward to _M_realloc_insert.François Dumont2016-07-111-4/+3
* * testsuite/23_containers/vector/modifiers/insert/aliasing.cc: New.Jonathan Wakely2016-07-081-0/+79
* Add tests for inserting aliased objects into std::vectorFrançois Dumont2016-07-042-0/+214
* Fix std::vector's use of temporary objectsJonathan Wakely2016-07-043-5/+111
* Optimize inserting value_type into std::vectorJonathan Wakely2016-06-161-0/+573
* Update copyright years.Jakub Jelinek2016-01-04163-163/+163
* * testsuite/23_containers/vector/profile/vector.cc: Add maxdata option on AIX.David Edelsohn2015-11-211-0/+2
* libstdc++: Run tests on RTEMSSebastian Huber2015-09-031-2/+2
* stl_algobase.h (__miter_base): Move...François Dumont2015-07-161-0/+44
* c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely2015-07-132-20/+2
* Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely2015-06-265-11/+5
* re PR libstdc++/66078 (20_util/specialized_algorithms/uninitialized_copy/8085...Jonathan Wakely2015-05-201-0/+88
* std_c++0x_neg.cc: Add -std=c++98.Jason Merrill2015-05-094-8/+8
* Update copyright years.Jakub Jelinek2015-01-05161-161/+161
* vector (std::__debug::vector<>::clear()): Do not reset guaranteed capacity.François Dumont2014-12-201-15/+18
* Make std::vector<bool> meet C++11 allocator requirements.Jonathan Wakely2014-10-318-0/+498
* libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2014-10-1642-44/+44
* re PR libstdc++/63500 (bug in debug version of std::make_move_iterator?)François Dumont2014-10-151-0/+39
* Make std::deque meet C++11 allocator requirements.Jonathan Wakely2014-09-091-2/+41
* 2014-07-29 François Dumont <fdumont@gcc.gnu.org>François Dumont2014-07-291-1/+1
* 2014-06-27 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2014-06-271-1/+1
* 2014-06-26 François Dumont <fdumont@gcc.gnu.org>François Dumont2014-06-261-1/+1
* 1.cc: Add xfail for dragonfly.Jonathan Wakely2014-05-231-1/+1
* re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely2014-05-231-2/+2
* re PR libstdc++/61086 (ubsan detects undefined behaviour in the standard libr...Jonathan Wakely2014-05-074-4/+4
* macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...François Dumont2014-05-061-0/+48
* re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end) ...Jonathan Wakely2014-03-213-2/+64
* re PR libstdc++/60499 (non-reserved name in <debug/vector>)Jonathan Wakely2014-03-111-0/+27
* re PR libstdc++/59829 (Calling vector::data() occurs undefined behavior when ...Jonathan Wakely2014-01-295-4/+71
* 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/+33
* stl_vector.h (std::vector<>::_M_move_assign): Pass *this allocator instance w...François Dumont2014-01-083-1/+72
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-02145-145/+145