aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2019-03-11PR libstdc++/89460 Fix Networking TS test failures on HP-UXJonathan Wakely7-16/+84
2019-03-11Change test to use const variables instead of macrosJonathan Wakely2-2/+5
2019-03-11PR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAXJonathan Wakely3-1/+51
2019-03-11re PR libstdc++/89641 (std::atomic<T> no longer works)Jakub Jelinek3-32/+46
2019-03-08Fix text of hyperlink in manualJonathan Wakely3-3/+7
2019-03-08Add fixed underlying type to enum path::formatJonathan Wakely2-1/+5
2019-03-08re PR libstdc++/89477 (Incorrect CTAD deduction guides for set and multiset)François Dumont7-81/+125
2019-03-08re PR libstdc++/89608 (Undetected iterator invalidations on unordered contain...François Dumont4-4/+52
2019-03-07RISC-V: Add libstdc++ check-abi support.Andreas Schwab2-0/+5823
2019-03-07Fix new test to run as well as compileJonathan Wakely2-2/+5
2019-03-07Update C++20 status table in libstdc++ manualJonathan Wakely3-29/+25
2019-03-07P0356R5 Simplified partial function applicationJonathan Wakely3-0/+284
2019-03-06Add feature test macro for bounded array traitsJonathan Wakely5-0/+22
2019-03-06PR libstdc++/86655 - std::assoc_legendre should not constrainEdward Smith-Rowland6-19/+247
2019-03-06Rewrite variant, also PR libstdc++/85517Ville Voutilainen4-199/+374
2019-03-06Add L suffix to __cpp_lib_char8_t valueJonathan Wakely3-3/+7
2019-03-06Add C++20 Traits for [Un]bounded Arrays (P1357R1)Jonathan Wakely8-0/+293
2019-03-06Constexpr in std::pointer_traits (P1006R1)Jonathan Wakely3-1/+34
2019-03-05Define midpoint and lerp functions for C++20 (P0811R3)Jonathan Wakely9-1/+473
2019-03-04PR libstdc++/88996 Implement P0439R0Edward Smith-Rowland4-41/+140
2019-03-04Remove redundant dg-do directive from testJonathan Wakely2-2/+3
2019-03-04Implement polymorphic_allocator<byte> for C++20 (P0339R6)Jonathan Wakely3-2/+155
2019-03-03PR libstdc++/89562 use binary mode for file I/OJonathan Wakely2-1/+15
2019-03-01Fix test memory_resource to work without sized deallocationJonathan Wakely2-0/+7
2019-03-01C++2a Utility functions to implement uses-allocator construction (P0591R4)Jonathan Wakely5-0/+745
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely16-49/+143
2019-02-26PR libstdc++/89477 constrain deduction guides for maps and setsJonathan Wakely18-65/+512
2019-02-26PR libstdc++/89416 fix alloc insertable trait for clang (again)Jonathan Wakely2-23/+28
2019-02-24PR libstdc++/89416 fix accessibility of membersJonathan Wakely2-1/+7
2019-02-23P0340R2 Making std::underlying_type SFINAE-friendlyJonathan Wakely3-3/+70
2019-02-23PR libstdc++/89446 fix null pointer dereference in char_traitsJonathan Wakely4-19/+87
2019-02-22baseline_symbols.txt: Adjust.Eric Botcazou3-4/+5
2019-02-22re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...Jakub Jelinek2-1/+7
2019-02-22configure.host (abi_baseline_pair): Adjust for SPARC64/Linux.Eric Botcazou4-0/+11505
2019-02-22Add tests for C++2a content of <atomic> headerJonathan Wakely3-0/+185
2019-02-22P0482R5 char8_t: Updates to gdb pretty printing supportTom Honermann2-2/+7
2019-02-22P0482R5 char8_t: Updates to existing standard library testsTom Honermann29-52/+280
2019-02-22Disambiguate __gnu_cxx::append_ partial specializationTom Honermann2-3/+8
2019-02-21PR libstdc++/89416 fix __is_move_insertable traitJonathan Wakely4-24/+78
2019-02-20re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...Jakub Jelinek2-1/+7
2019-02-19Adjust C++11/C++14 tests to work with -fchar8_tJonathan Wakely16-36/+119
2019-02-19P0482R5 char8_t: New standard library testsTom Honermann21-0/+1165
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann36-61/+1094
2019-02-18Fix libstdc++ filesystem testsWilco Dijkstra4-5/+11
2019-02-14Update libstdc++ documentation for C++2a implementation statusJonathan Wakely3-4/+6
2019-02-14Update libstdc++ documentation for implementation statusJonathan Wakely4-7/+59
2019-02-14DR 2586 fix value category in uses-allocator checksJonathan Wakely8-7/+76
2019-02-14Add std::timespec and std::timespec_get for C++17Jonathan Wakely6-0/+72
2019-02-14LWG 2537 fix priority_queue constructors to establish invariantJonathan Wakely4-2/+71
2019-02-14Enforce LWG DR 2566 requirement for container adaptorsJonathan Wakely4-9/+45