aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers
AgeCommit message (Expand)Author
2017-08-18PR libstdc++/81891 fix double-free in hashtable constructorJonathan Wakely
2017-07-182017-07-18 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-06-17Get rid of dg-skip-if etc. default argsRainer Orth
2017-06-17PR libstdc++/80893 don't run test for C++98 modesJonathan Wakely
2017-06-16Fix missing returns in libstdc++ header and testsJonathan Wakely
2017-06-162017-06-16 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-06-15Use pthread effective-target in testsuiteRainer Orth
2017-06-122017-06-12 François Dumont <fdumont@gcc.gnu.org>François Dumont
2017-06-09Add deduction guides for sequence containers (P0433R2, partial)Jonathan Wakely
2017-05-31PR libstdc++/80893 Fix null dereference in vector<bool>Jonathan Wakely
2017-05-15Fix order and types of members in C++17 insert_return_type structsJonathan Wakely
2017-04-28PR libstdc++/80553 don't allow destroying non-destructible typesJonathan Wakely
2017-04-26Improve tests for vector and deque move-assignmentJonathan Wakely
2017-03-23Fix Debug Mode test failuresJonathan Wakely
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely
2017-03-13PR libstdc++/80034Ville Voutilainen
2017-01-26Fix libstdc++ testsuite failures in C++98 and C++11 modeJonathan Wakely
2017-01-19PR67085 pass comparison functions by reference in heap algorithmsJonathan Wakely
2017-01-19Fix unsafe moves inside loopsJonathan Wakely
2017-01-19PR67085 move comparison functions in heap operationsJonathan Wakely
2017-01-16PR libstdc++/78389 fix backwards size adjustments.Ville Voutilainen
2017-01-14Skip tests that are incompatible with Profile ModeJonathan Wakely
2017-01-13Define cxx11-abi effective target for libstdc++ testsJonathan Wakely
2017-01-13PR libstdc++/78389Ville Voutilainen
2017-01-13Mark test as XFAIL for C++17 modeJonathan Wakely
2017-01-12PR77528 partially revert r244278 and define default constructorsJonathan Wakely
2017-01-11PR78134 fix return types of heterogeneous lookup functionsJonathan Wakely
2017-01-11PR78273 fix count to work with partitioning functionJonathan Wakely
2017-01-10PR77528 add default constructors for container adaptorsJonathan Wakely
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-16Add assertion to _Rb_tree::erase to check for end iteratorsJonathan Wakely
2016-12-08Delete std::swap for debug mode arrayJonathan Wakely
2016-12-07Replace dynamic exception specifications in testsuiteJonathan Wakely
2016-12-01Implement LWG 2766,Ville Voutilainen
2016-11-29PR libstdc++/68838David Edelsohn
2016-10-172016-10-17 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2016-10-17Implement P0084R2, Emplace return type, for C++17Jonathan Wakely
2016-10-05PR 70101 fix allocator-extended ctors for std::priority_queueJonathan Wakely
2016-10-0577864 Fix noexcept conditions for map/set default constructorsJonathan Wakely
2016-09-252016-09-25 François Dumont <fdumont@gcc.gnu.org>François Dumont
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely
2016-09-15Fix testsuite to not increment boolJonathan Wakely
2016-09-14 * typeck.c (cp_build_unary_op): Diagnose incrementing booleanMarek Polacek
2016-09-14Fix dg-require before dg-run directives in testsuite.Christophe Lyon
2016-09-12[libstdc++-v3] Fix dg-require before dg-run directives in testsuite.Matthew Wahab
2016-08-31Move comparison object in map/set move assignmentJonathan Wakely
2016-08-26Use effective-target instead of -std optionsJonathan Wakely
2016-08-23libstdc++/77334 move assign RB trees of non-copyable typesJonathan Wakely
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely
2016-08-16PR 72847 Prevent double-free in std::vector<bool>Jonathan Wakely