aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2018-09-29fdl-1.3.xml: The Free Software Foundation web site now uses https.Gerald Pfeifer3-2/+8
2018-09-28functions.h (__foreign_iterator_aux3(const _Safe_iterator<>&, const _InputeIt...François Dumont2-1/+8
2018-09-25Use steady_clock to implement condition_variable::wait_for with predicateMike Crowe2-2/+8
2018-09-25PR libstdc++/87431 optimise valueless_by_exception()Jonathan Wakely2-0/+9
2018-09-24codecvt.xml: Move link to "UTF-8 and Unicode FAQ" to https.Gerald Pfeifer2-1/+6
2018-09-24policy_data_structures_biblio.xml: Update link to "Priority Queues and the STL".Gerald Pfeifer2-1/+6
2018-09-23using_exceptions.xml: Move boost.orgs link to https.Gerald Pfeifer2-2/+7
2018-09-21re PR libstdc++/87135 ([C++17] unordered containers violate iterator validity...François Dumont4-8/+19
2018-09-21Un-split hypot<long double> testsJonathan Wakely3-30/+11
2018-09-20hypot-long-double.cc: Skip on arm*.Christophe Lyon2-1/+6
2018-09-19Don't use __glibcxx_assert to check class invariantsJonathan Wakely2-10/+9
2018-09-18re PR libstdc++/87135 ([C++17] unordered containers violate iterator validity...François Dumont3-14/+48
2018-09-18Fix location of invocable check for unique_ptr deleterJonathan Wakely3-4/+48
2018-09-13Limit workaround for Clang bug to __clang_major__ <= 7Jonathan Wakely2-1/+6
2018-09-11PR libstdc++/87278 restore support for std::make_shared<volatile T>()Jonathan Wakely3-1/+32
2018-09-11Implement LWG 2905 changes to constrain unique_ptr constructorsJonathan Wakely6-42/+160
2018-09-05* libsupc++/cxxabi.h (__cxa_demangle): Clarify doxygen comment.Jonathan Wakely2-2/+7
2018-09-03PR libstdc++/78179 run long double tests separatelyJonathan Wakely3-1/+35
2018-09-03Fix vector::_Temporary_value::_M_ptrJonathan Wakely2-3/+7
2018-09-03PR libstdc++/87194 fix range insertion into maps and setsJonathan Wakely10-50/+306
2018-09-03PR libstdc++/78595 implement insertion into maps in terms of emplaceJonathan Wakely8-42/+523
2018-09-022018-09-02 François Dumont <fdumont@gcc.gnu.org>François Dumont7-384/+429
2018-09-01profile_mode.xml: Update three ieeexplore.ieee.org references.Gerald Pfeifer2-3/+8
2018-08-3110.cc: Add dg-require-fileio.Sandra Loosemore42-0/+128
2018-08-30noexcept30.C: Make dependence on -fdelete-null-pointer-checks explicit.Sandra Loosemore2-0/+6
2018-08-30Avoid undefined shifts in ceil2 operationsJonathan Wakely4-4/+24
2018-08-30Fix undefined references seen with mingw-w64Jonathan Wakely2-0/+7
2018-08-30Fix __gnu_cxx::_Pointer_adapter for long long arithmeticJonathan Wakely3-0/+25
2018-08-29PR libstdc++/31413 fix test failure on Debian systemsJonathan Wakely2-1/+29
2018-08-28PR libstdc++/87116 fix path::lexically_normal() handling of dot-dotJonathan Wakely3-7/+88
2018-08-25Don't force visibility to hidden for Darwin > 8.Iain Sandoe2-7/+16
2018-08-24new(nothrow) is malloc-likeMarc Glisse2-4/+11
2018-08-24Forward declare debug containers so std::pmr aliases workJonathan Wakely22-1/+392
2018-08-23Fix failure when -fno-rtti test is run in C++17 or laterJonathan Wakely2-2/+7
2018-08-23Define debug mode function for C++98Jonathan Wakely2-3/+4
2018-08-23Fix C++98 tests to not use C++11 features.Jonathan Wakely3-3/+7
2018-08-23Fix comments in testsuite scriptJonathan Wakely2-3/+5
2018-08-23Fix C++11-ism in C++98 member functionJonathan Wakely2-1/+5
2018-08-23Fix testsuite failures for __gnu_debug::string with old ABIJonathan Wakely4-11/+77
2018-08-23Remove C++14-isms from C++11 testsJonathan Wakely3-3/+7
2018-08-23Skip tests that depend on the cxx11 std::stringJonathan Wakely4-0/+10
2018-08-23Fix tests that fail in C++98 modeJonathan Wakely7-6/+16
2018-08-22PR libstdc++/87061 remove pmr type aliases for COW stringsJonathan Wakely7-3/+26
2018-08-22PR libstdc++/78448 limit vector::max_size and deque::max_sizeJonathan Wakely7-15/+381
2018-08-22re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator...François Dumont25-537/+1093
2018-08-22PR libstdc++/77854 document size_type for containersJonathan Wakely5-2/+24
2018-08-21P0646R1 Improving the Return Value of Erase-Like Algorithms IFrançois Dumont3-61/+199
2018-08-21* testsuite/18_support/new_nothrow.cc: XFAIL on AIX.David Edelsohn2-0/+5
2018-08-21Remove redundant { dg-do run } directives in testsJonathan Wakely6-10/+9
2018-08-20PR libstdc++/86963 Remove use of __tuple_base in std::tupleJonathan Wakely2-90/+57