aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2017-07-19Use dg-require-fileio in new testJonathan Wakely2-1/+5
2017-07-19PR libstdc++/81395 fix crash when write follows large readJonathan Wakely3-1/+54
2017-07-18stl_list.h (struct _List_node_header): New.François Dumont3-64/+181
2017-07-15Reorder std::scoped_lock parameters as per P0739R0 DR statusJonathan Wakely5-5/+46
2017-07-14Constrain std::variant constructor for class template argument deductionJason Merrill3-0/+48
2017-07-11Improvements to the libstdc++ FAQ and manualJonathan Wakely6-403/+462
2017-07-10Include missing header for std::freeJonathan Wakely2-0/+3
2017-07-10PR libstdc++/81381 support stateful allocators in basic_stringbufJonathan Wakely4-5/+54
2017-07-10PR libstdc++/81338 correctly manage string capacityJonathan Wakely5-5/+91
2017-07-06Fix memory leaks in libstdc++ testsJonathan Wakely3-50/+16
2017-07-06Fix memory leaks in libstdc++ ABI testsJonathan Wakely5-8/+24
2017-07-06Prevent __uses_alloc from holding dangling referencesJonathan Wakely3-4/+19
2017-06-27re PR libstdc++/80187 (C++ variant should be trivially copy constructible if ...Tim Shen3-82/+341
2017-06-27PR libstdc++/81221 only run new test for check-parallelJonathan Wakely2-2/+5
2017-06-27PR libstdc++/81221 fix namespace qualification for parallel modeJonathan Wakely3-2/+33
2017-06-22PR libstdc++/81173 fix undefined memset with null pointerJonathan Wakely2-14/+21
2017-06-21PR libstdc++/80675, PR libstdc++/80940Ville Voutilainen4-29/+159
2017-06-21Update baseline symbols for aarch64-none-linux-gnuRamana Radhakrishnan2-0/+7
2017-06-21PR libstdc++/81092 Regenerate configure for libtool_VERSION changeJonathan Wakely2-1/+6
2017-06-20baseline_symbols.txt: Update.Uros Bizjak2-0/+28
2017-06-20Always check for target i?86 and x86_64Rainer Orth2-1/+6
2017-06-19Update Solaris baselines for GCC 8.0 (PR libstdc++/81092)Rainer Orth9-0/+45
2017-06-18x32: Update baseline_symbols.txtH.J. Lu2-0/+10
2017-06-18re PR libstdc++/81092 (Missing symbols for new std::wstring constructors)Andreas Schwab2-1/+9
2017-06-17Get rid of dg-skip-if etc. default argsRainer Orth17-16/+21
2017-06-17PR libstdc++/80893 don't run test for C++98 modesJonathan Wakely2-0/+7
2017-06-16Add std::get_deleter overload with correct signatureJonathan Wakely4-1/+66
2017-06-16re PR libstdc++/81092 (Missing symbols for new std::wstring constructors)Jakub Jelinek4-1/+45
2017-06-16Fix std::wbuffer_convert::sync()Jonathan Wakely3-1/+43
2017-06-16PR libstdc++/81092 add std::wstring symbols and bump library versionJonathan Wakely12-11/+94
2017-06-16Fix missing returns in libstdc++ header and testsJonathan Wakely8-4/+25
2017-06-16stl_bvector.h (__fill_bvector(_Bit_type*, unsigned int, unsigned int, bool)):...François Dumont3-617/+741
2017-06-152017-06-15 François Dumont <fdumont@gcc.gnu.org>François Dumont2-6/+11
2017-06-15Use pthread effective-target in testsuiteRainer Orth214-427/+655
2017-06-14Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0Jonathan Wakely15-79/+151
2017-06-12Finish implementing P0426R1 "Constexpr for std::char_traits" for C++17Pedro Alves4-22/+123
2017-06-12stl_tree.h (_Rb_tree_impl()): Restore _Node_allocator default init.François Dumont5-7/+183
2017-06-12PR libstdc++/55917 do not handle exceptions in std::threadJonathan Wakely3-28/+59
2017-06-09Support move-only deleters in std::shared_ptr (LWG 2802)Jonathan Wakely5-13/+96
2017-06-09Add deduction guides for sequence containers (P0433R2, partial)Jonathan Wakely9-0/+330
2017-06-08PR libstdc++/81017 add noexcept to std::function move operationsJonathan Wakely4-6/+16
2017-06-07Add C++17 deduction guide for std::basic_regex (P0433R2, partial)Jonathan Wakely3-0/+71
2017-06-07PR libstdc++/81002 fix std::basic_regex range constructorJonathan Wakely4-6/+43
2017-06-07Add C++17 deduction guide for std::basic_string (P0433R2, partial)Jonathan Wakely6-1/+236
2017-06-05PR libstdc++/80939 Remove unmeetable constexpr specifiersJonathan Wakely2-14/+27
2017-06-05Optimize std::advance for single incrementsJonathan Wakely2-1/+10
2017-06-05Add noexcept to shared_ptr owner comparisons (LWG 2873)Jonathan Wakely5-13/+70
2017-06-03baseline_symbols.txt: Update.Andreas Schwab2-0/+30
2017-06-03configure.ac (*-*-linux-android*): Set target_makefile_frag.Eric Botcazou2-1/+6
2017-06-02PR libstdc++/80624 satisfy invariant for char_traits<char16_t>::eof()Jonathan Wakely6-1/+159