aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2017-07-19PR libstdc++/81476 Optimise vector insertion from input iteratorsJonathan Wakely1-0/+86
2017-07-19Fix indentation in libstdc++ testsuite utilsJonathan Wakely1-6/+6
2017-07-19Use dg-require-fileio in new testJonathan Wakely1-1/+1
2017-07-19PR libstdc++/81395 fix crash when write follows large readJonathan Wakely1-0/+46
2017-07-18stl_list.h (struct _List_node_header): New.François Dumont1-0/+71
2017-07-15Reorder std::scoped_lock parameters as per P0739R0 DR statusJonathan Wakely3-2/+33
2017-07-14Constrain std::variant constructor for class template argument deductionJason Merrill1-0/+39
2017-07-10Include missing header for std::freeJonathan Wakely1-0/+1
2017-07-10PR libstdc++/81381 support stateful allocators in basic_stringbufJonathan Wakely1-0/+42
2017-07-10PR libstdc++/81338 correctly manage string capacityJonathan Wakely1-0/+40
2017-07-06Fix memory leaks in libstdc++ testsJonathan Wakely2-50/+11
2017-07-06Fix memory leaks in libstdc++ ABI testsJonathan Wakely4-8/+18
2017-06-27re PR libstdc++/80187 (C++ variant should be trivially copy constructible if ...Tim Shen1-3/+100
2017-06-27PR libstdc++/81221 only run new test for check-parallelJonathan Wakely1-2/+1
2017-06-27PR libstdc++/81221 fix namespace qualification for parallel modeJonathan Wakely1-0/+23
2017-06-21PR libstdc++/80675, PR libstdc++/80940Ville Voutilainen1-0/+53
2017-06-20Always check for target i?86 and x86_64Rainer Orth1-1/+1
2017-06-17Get rid of dg-skip-if etc. default argsRainer Orth16-16/+16
2017-06-17PR libstdc++/80893 don't run test for C++98 modesJonathan Wakely1-0/+2
2017-06-16Add std::get_deleter overload with correct signatureJonathan Wakely1-0/+44
2017-06-16Fix std::wbuffer_convert::sync()Jonathan Wakely1-0/+39
2017-06-16PR libstdc++/81092 add std::wstring symbols and bump library versionJonathan Wakely3-3/+34
2017-06-16Fix missing returns in libstdc++ header and testsJonathan Wakely6-4/+8
2017-06-16stl_bvector.h (__fill_bvector(_Bit_type*, unsigned int, unsigned int, bool)):...François Dumont1-0/+67
2017-06-15Use pthread effective-target in testsuiteRainer Orth213-427/+636
2017-06-14Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0Jonathan Wakely13-77/+124
2017-06-12Finish implementing P0426R1 "Constexpr for std::char_traits" for C++17Pedro Alves1-8/+8
2017-06-12stl_tree.h (_Rb_tree_impl()): Restore _Node_allocator default init.François Dumont3-0/+166
2017-06-12PR libstdc++/55917 do not handle exceptions in std::threadJonathan Wakely1-0/+48
2017-06-09Support move-only deleters in std::shared_ptr (LWG 2802)Jonathan Wakely1-0/+51
2017-06-09Add deduction guides for sequence containers (P0433R2, partial)Jonathan Wakely4-0/+280
2017-06-08PR libstdc++/81017 add noexcept to std::function move operationsJonathan Wakely2-4/+6
2017-06-07Add C++17 deduction guide for std::basic_regex (P0433R2, partial)Jonathan Wakely1-0/+61
2017-06-07PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely1-0/+30
2017-06-07Add C++17 deduction guide for std::basic_string (P0433R2, partial)Jonathan Wakely2-0/+195
2017-06-05Add noexcept to shared_ptr owner comparisons (LWG 2873)Jonathan Wakely3-5/+52
2017-06-02PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof()Jonathan Wakely3-0/+146
2017-06-01re PR c++/80812 (ICE: in build_value_init_noctor, at cp/init.c:483)Ville Voutilainen1-0/+29
2017-05-31PR libstdc++/80893 Fix null dereference in vector<bool>Jonathan Wakely2-1/+81
2017-05-28re PR c++/80737 (variant<any> as class member resulting to compile errors)Tim Shen1-0/+31
2017-05-23PR libstdc++/67578 Implement non-trivial std::random_device::entropyXi Ruoyao1-1/+2
2017-05-19PR libstdc++/80796 Add new std::search overload for C++17Jonathan Wakely1-0/+47
2017-05-18PR libstdc++/80478 make std::mem_fn work with noexcept functionsJonathan Wakely1-0/+27
2017-05-17Implement new C++ intrinsics __is_assignable and __is_constructible.Ville Voutilainen7-4/+12
2017-05-16Test source_location::current() in default member initializerJonathan Wakely1-2/+2
2017-05-16Implement std::experimental::source_location (N4519)Jonathan Wakely1-0/+117
2017-05-16optional (_Optional_base::_M_get): Check precondition.Marc Glisse1-3/+3
2017-05-15Fix order and types of members in C++17 insert_return_type structsJonathan Wakely4-0/+44
2017-05-12PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T>Jonathan Wakely2-0/+84
2017-05-11PR libstdc++/80285 optimize std::make_shared for -fno-rttiJonathan Wakely3-3/+114