pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string.
[gcc.git] / libstdc++-v3 / testsuite / 23_containers /
2016-10-17 Paolo Carlini57619.C: Rename to 57619.cc.
2016-10-17 Jonathan WakelyImplement P0084R2, Emplace return type, for C++17
2016-10-05 Jonathan WakelyPR 70101 fix allocator-extended ctors for std::priority...
2016-10-05 Jonathan Wakely77864 Fix noexcept conditions for map/set default const...
2016-09-25 François Dumontdebug.cc: Include debug/vector.
2016-09-22 Jonathan WakelyImplement C++17 node extraction and insertion (P0083R5)
2016-09-15 Jonathan WakelyFix testsuite to not increment bool
2016-09-14 Marek Polacektypeck.c (cp_build_unary_op): Diagnose incrementing...
2016-09-14 Christophe LyonFix dg-require before dg-run directives in testsuite.
2016-09-12 Matthew Wahab[libstdc++-v3] Fix dg-require before dg-run directives...
2016-08-31 Jonathan WakelyMove comparison object in map/set move assignment
2016-08-26 Jonathan WakelyUse effective-target instead of -std options
2016-08-23 Jonathan Wakelylibstdc++/77334 move assign RB trees of non-copyable...
2016-08-19 Jonathan WakelySimplify dg-options for tests using pthreads
2016-08-16 Jonathan WakelyPR 72847 Prevent double-free in std::vector<bool>
2016-08-01 Jonathan WakelyRemove ignored "xfail" from dg-do compile directives
2016-07-31 Jonathan WakelyFix DR 438 std::list test to pass in C++98 mode
2016-07-31 Jonathan WakelyMove dg-error directives to relevant lines
2016-07-28 Jonathan WakelyFix DR 438 container tests to pass in C++98 mode
2016-07-28 Jonathan WakelyFix std::vector test to pass in C++98 mode
2016-07-22 Jonathan WakelyMove allocator in std::string and RB tree move constructors
2016-07-21 Jonathan WakelyDefine missing delete operators in libstdc++ testsuite
2016-07-21 Jonathan WakelyRemove memory leaks in libstdc++ testsuite
2016-07-12 Jonathan WakelyAdd tests and docs for LWG 2212 support
2016-07-12 Jonathan WakelyAdd std::vector::emplace() testcase from LWG 2164
2016-07-11 François Dumontstl_vector.h (push_back(const value_type&)): Forward...
2016-07-08 Jonathan Wakely* testsuite/23_containers/vector/modifiers/insert/alias...
2016-07-04 François DumontAdd tests for inserting aliased objects into std::vector
2016-07-04 Jonathan WakelyFix std::vector's use of temporary objects
2016-07-02 François Dumontget_debug_neg.cc: Adjust dg-error line numbers.
2016-06-20 François Dumontre PR libstdc++/71181 (Reserving in unordered_map doesn...
2016-06-16 Daniel KrueglerProvide swappable traits (p0185r1)
2016-06-16 Jonathan WakelyOptimize inserting value_type into std::vector
2016-05-24 François Dumontc++config (_GLIBCXX14_USE_CONSTEXPR): New.
2016-04-18 Jonathan WakelyMake use of extensions more explicit in libstdc++ tests
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-21 Ville Voutilainenre PR libstdc++/66693 ([C++17] std::tuple_size fails...
2015-11-21 David Edelsohn* testsuite/23_containers/vector/profile/vector.cc...
2015-11-10 Jonathan WakelyFix return type of heterogeneous find for sets
2015-09-24 Jonathan WakelyLeave moved-from std::deque in a valid state
2015-09-11 Jonathan WakelyAllocator-extended constructors for container adaptors.
2015-09-03 Sebastian Huberlibstdc++: Run tests on RTEMS
2015-08-08 Ville VoutilainenImplement N4279, Improved insertion interface for uniqu...
2015-07-16 François Dumontstl_algobase.h (__miter_base): Move...
2015-07-13 Jonathan Wakelyc++config (_GLIBCXX_NOEXCEPT_IF): Define.
2015-07-05 François Dumonthashtable.h (_Hashtable<>::__rehash_policy): Do not...
2015-07-01 Jonathan Wakelyalloc_traits.h (__alloctr_rebind): Remove.
2015-06-26 Jonathan WakelyImplement N4258 (Cleaning-up noexcept in the Library...
2015-06-24 Paolo Carliniget_neg.cc: Adjust dg-error line numbers.
2015-06-23 François Dumontarray: Include <array>.
2015-06-17 Jonathan WakelyC++11 allocator support for std::list.
2015-06-17 Jonathan Wakelyforward_list.h (forward_list::_M_get_Node_allocator...
2015-06-16 Jonathan Wakelylist.tcc (list::operator=(const list&), [...]): Use...
2015-06-07 François Dumontstl_tree.h (_Rb_tree<>::__is_transparent<>): Move to...
2015-06-03 François Dumont2015-06-03 François Dumont fdumont@gcc.gnu.org>
2015-05-29 François Dumont2015-05-29 François Dumont fdumont@gcc.gnu.org>
2015-05-28 Jonathan Wakelyre PR libstdc++/65352 (array<T,0>::begin()/end() etc...
2015-05-20 Jonathan Wakelyre PR libstdc++/66078 (20_util/specialized_algorithms...
2015-05-19 François Dumont66055.cc: Add constructor invocations.
2015-05-14 Nathan Myersre PR libstdc++/66055 (hash containers missing required...
2015-05-13 Jonathan Wakelyalloc_traits.h (_S_max_size): Implement LWG 2466.
2015-05-09 Jason Merrillstd_c++0x_neg.cc: Add -std=c++98.
2015-04-14 Marc Glissere PR libstdc++/61347 (std::distance(list.first(),list...
2015-01-26 Jonathan Wakely2.cc: Add test for non-transparent comparison function.
2015-01-20 Jonathan WakelyImplement N3657: heterogeneous lookup in associative...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-20 François Dumontvector (std::__debug::vector<>::clear()): Do not reset...
2014-12-19 Jonathan WakelyNew std::string implementation.
2014-11-10 Jonathan WakelyFix std::deque move construction with non-equal allocators.
2014-11-05 François Dumontre PR libstdc++/63698 (std::set leaks nodes on assignment)
2014-11-04 Jonathan WakelyDo not assume allocator is assignable.
2014-10-31 Jonathan WakelyMake std::vector<bool> meet C++11 allocator requirements.
2014-10-16 Paolo Carlinilibstdc++.exp: Prefer -std=gnu++11.
2014-10-15 François Dumontre PR libstdc++/63500 (bug in debug version of std...
2014-10-15 Paolo Carlini57899.cc: Prefer -std=gnu++11.
2014-10-13 Marc Glissere PR libstdc++/61347 (std::distance(list.first(),list...
2014-10-10 Jonathan Wakelyre PR libstdc++/49561 ([C++0x] std::list::size complexity)
2014-10-05 François Dumontre PR libstdc++/63456 (unordered_map incorrectly frees...
2014-10-02 Edward Smith-Rowlandstl_function.h: Generic associative lookup feature...
2014-10-01 Edward Smith-RowlandImplement SD-6: SG10 Feature Test Recommendations
2014-09-24 François Dumontre PR libstdc++/29988 (More stl_tree.h enhancements...
2014-09-22 Jonathan WakelyInclude <bits/uses_allocator.h> in <stack> and <queue>.
2014-09-09 Jonathan WakelyMake std::deque meet C++11 allocator requirements.
2014-09-06 François Dumonthashtable_policy.h (_Prime_rehash_policy): Constructor...
2014-08-09 François Dumontre PR libstdc++/61667 (setting max_load_factor of unord...
2014-08-07 Jonathan Wakelystl_list.h (_List_base::_List_base(_List_base&&)):...
2014-07-29 François Dumont2014-07-29 François Dumont <fdumont@gcc.gnu.org>
2014-06-27 Paolo Carlini2014-06-27 Paolo Carlini <paolo.carlini@oracle.com>
2014-06-26 François Dumont2014-06-26 François Dumont <fdumont@gcc.gnu.org>
2014-06-06 François Dumont1.cc: Simplify test.
2014-05-23 Jonathan Wakely1.cc: Add xfail for dragonfly.
2014-05-23 Jonathan Wakelyre PR libstdc++/60793 (Add target *-*-dragonfly* to...
2014-05-21 François Dumontre PR libstdc++/61143 (Arithmetic exception on emplacin...
2014-05-15 Jonathan Wakelytuple (tuple_size<cv _Tp>): Implement LWG 2313.
2014-05-13 Jonathan Wakelyre PR libstdc++/60497 (unique_ptr<T> tries to complete...
2014-05-07 Jonathan Wakelyre PR libstdc++/61086 (ubsan detects undefined behaviou...
2014-05-07 Jonathan Wakelyre PR libstdc++/61023 (set/map move assignment doesn...
2014-05-06 François Dumontmacros.h [...]: Add parameter to pass the 2 instances...
2014-04-15 Jonathan Wakelyre PR c++/60786 (In C++11 an explicit instantiation...
2014-03-24 John David Anglin45713.cc: Skip compile on hppa*64*-*-*.
next