aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner1-1/+1
2015-07-16stl_algobase.h (__miter_base): Move...François Dumont1-0/+44
2015-07-13re PR libstdc++/66855 (codecvt wrong endianness in UTF-16 conversions)Jonathan Wakely1-0/+52
2015-07-13c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely14-153/+182
2015-07-05hashtable.h (_Hashtable<>::__rehash_policy): Do not rehash container.François Dumont1-14/+20
2015-07-03Implement std::experimental::fundamentals_v2::propagate_const.Ville Voutilainen17-0/+652
2015-07-01alloc_traits.h (__alloctr_rebind): Remove.Jonathan Wakely2-1/+5
2015-07-01ptr_traits.h (__ptrtr_elt_type, [...]): RemoveJonathan Wakely2-2/+19
2015-07-01Implement N4502, the C++ Detection Idiom.Jonathan Wakely1-0/+85
2015-06-30Implement N4387, "Improving pair and tuple", and LWG 2367.Ville Voutilainen5-3/+481
2015-06-26Implement N4258 (Cleaning-up noexcept in the Library rev 3)Jonathan Wakely15-28/+83
2015-06-24get_neg.cc: Adjust dg-error line numbers.Paolo Carlini2-4/+4
2015-06-23array: Include <array>.François Dumont2-4/+4
2015-06-221.cc: Use non-negative rho argument.Jonathan Wakely1-1/+1
2015-06-17C++11 allocator support for std::list.Jonathan Wakely10-3/+450
2015-06-17forward_list.h (forward_list::_M_get_Node_allocator): Remove unnecessary uses...Jonathan Wakely1-0/+32
2015-06-16list.tcc (list::operator=(const list&), [...]): Use __addressof instead of op...Jonathan Wakely1-0/+32
2015-06-12Use atomics in guard.cc.Ramana Radhakrishnan3-4/+4
2015-06-12tuple (__is_tuple_like_impl): Disambiguate array in debug and profile modes.Jonathan Wakely1-1/+5
2015-06-08re PR libstdc++/66441 (wstring_convert not working correctly)Jonathan Wakely1-0/+49
2015-06-08re PR libstdc++/66417 (std::codecvt_utf16<char32_t, 0x10FFFF, std::codecvt_mo...Jonathan Wakely1-0/+76
2015-06-07stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename t...François Dumont4-67/+75
2015-06-05status_cxx2017.xml: Update status tables.Jonathan Wakely4-4/+30
2015-06-05shared_mutex (__shared_mutex_pthread, [...]): New helper types implementing t...Jonathan Wakely6-0/+268
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen3-0/+131
2015-06-032015-06-03 François Dumont fdumont@gcc.gnu.org>François Dumont1-0/+1
2015-06-02[libstdc++-v3]Add _GLIBCXX_HAVE_LIMIT_FSIZE to guard 27_io/fpos/14775.cc.Renlin Li1-1/+1
2015-06-01libstdc++.exp (libstdc++_init): Unset LANGUAGE environment variable.Jonathan Wakely1-0/+4
2015-05-292015-05-29 François Dumont fdumont@gcc.gnu.org>François Dumont2-4/+4
2015-05-29future (__async_result_of): New alias template.Jonathan Wakely1-0/+42
2015-05-28re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...Jonathan Wakely2-3/+3
2015-05-26xmethods.py (UniquePtrMethodsMatcher): Add operator-> support.Doug Evans1-1/+18
2015-05-26locale_conv.h: Fix copyright years.Jonathan Wakely8-8/+8
2015-05-20* testsuite/util/testsuite_fs.h (nonexistent_path): Don't use tempnam.Jonathan Wakely1-10/+5
2015-05-20re PR libstdc++/66078 (20_util/specialized_algorithms/uninitialized_copy/8085...Jonathan Wakely3-3/+146
2015-05-1966055.cc: Add constructor invocations.François Dumont4-0/+16
2015-05-15ops.cc (stat_type): Define alias for struct stat and use throughout the file.Jonathan Wakely5-0/+297
2015-05-14re PR libstdc++/66055 (hash containers missing required reserving constructors)Nathan Myers4-0/+120
2015-05-13shared_ptr_base.h (__shared_count(unique_ptr&&)): Check for nullptr (LWG 2415).Jonathan Wakely3-4/+16
2015-05-13stl_raw_storage_iter.h (raw_storage_iterator::base()): Define (LWG 2454).Jonathan Wakely1-0/+36
2015-05-13tuple (apply): Handle pointers to member (LWG 2418).Jonathan Wakely1-0/+14
2015-05-13alloc_traits.h (_S_max_size): Implement LWG 2466.Jonathan Wakely11-11/+22
2015-05-13libstdc++: Bump to automake 1.11.6Michael Haubenwallner1-7/+35
2015-05-09synopsis.cc: Add _GLIBCXX14_CONSTEXPR.Jason Merrill2-0/+20
2015-05-09std_c++0x_neg.cc: Add -std=c++98.Jason Merrill41-24/+79
2015-05-05c.opt (Wterminate): New.Jason Merrill2-2/+2
2015-05-02any (any::_Storage): Fix alignment of buffer.Jonathan Wakely2-1/+53
2015-05-02iterator: New.Jonathan Wakely3-0/+169
2015-05-02numeric: New.Jonathan Wakely2-0/+60
2015-05-02any (any::_Storage): Make non-copyable.Jonathan Wakely2-1/+76