aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2019-05-20Fix test failure due to Networking TS headers using mutexesJonathan Wakely2-8/+15
2019-05-20CWG 2094 - volatile scalars are trivially copyable.Marek Polacek2-1/+10
2019-05-20Fix failing tests for use of non-reserved namesJonathan Wakely3-1/+12
2019-05-20PR c++/90532 Ensure __is_constructible(T[]) is falseJonathan Wakely6-47/+46
2019-05-20std::allocator::deallocate support sized-deallocationPádraig Brady2-3/+16
2019-05-20Fix test bug with mismatched alignment in allocate/deallocateJonathan Wakely2-2/+7
2019-05-18PR libstdc++/90520 adjust Xmethod for recent unique_ptr changesJonathan Wakely3-4/+26
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-2/+2
2019-05-172019-05-17 François Dumont <fdumont@gcc.gnu.org>François Dumont4-193/+320
2019-05-17PR libstdc++/90246 Improve text of std::variant exceptions and assertionsJonathan Wakely2-16/+36
2019-05-17Fix std::variant test for ILP32 targetsJonathan Wakely3-1/+24
2019-05-17Fix uses of non-reserved names for template parametersJonathan Wakely7-14/+158
2019-05-17PR libstdc++/85965 move is_invocable assertions againJonathan Wakely14-33/+101
2019-05-17Fix __invoke_r<void> to be valid in C++11Jonathan Wakely2-1/+5
2019-05-17Add missing piece of P0777R1 and update C++20 status docsJonathan Wakely7-27/+35
2019-05-17Move from state of allocators (LWG2593)François Dumont18-57/+65
2019-05-16Remove incorrect assertion from filesystem::absoluteJonathan Wakely2-3/+4
2019-05-16Implement sane variant converting constructor (P0608R3)Jonathan Wakely4-30/+118
2019-05-16Changes to std::variant to reduce code sizeJonathan Wakely2-17/+17
2019-05-16Replace _Equal_helper with simpler class templateJonathan Wakely2-36/+23
2019-05-16Change EBO accessors from static to non-static member functionsJonathan Wakely2-38/+35
2019-05-16Remove unnecessary non-const accessors in hash table basesJonathan Wakely2-36/+23
2019-05-15Qualify calls in std::visit and std::visit<R>Jonathan Wakely2-4/+8
2019-05-14Fix NullablePointer test utilityJonathan Wakely2-1/+6
2019-05-14Remove obsolete Solaris 10 supportRainer Orth16-23101/+23
2019-05-14Add __raw_visit and __raw_idx_visit, use INVOKE<R>Jonathan Wakely2-123/+139
2019-05-14nonesuch is insufficiently useless (lwg2996)Nina Dinka Ranns7-17/+108
2019-05-14Use INVOKE<R> in std::function, std::bind and std::packaged_taskJonathan Wakely4-128/+32
2019-05-14Define std::__invoke_r for INVOKE<R>Jonathan Wakely4-2/+146
2019-05-14Add __is_nothrow_convertible to fix std::is_nothrow_invocable_rJonathan Wakely7-14/+100
2019-05-14Reduce header dependencies in <iterator>Jonathan Wakely2-2/+4
2019-05-14Removing unused, non-standard function in _Rb_treeJonathan Wakely2-12/+4
2019-05-14Make std::match_results::_M_resize more usefulJonathan Wakely3-10/+23
2019-05-14PR libstdc++/69724 avoid temporary in std::thread constructionJonathan Wakely3-8/+90
2019-05-14Inconsistency wrt Allocators in basic_string assignment (LWG2579)Nina Dinka Ranns4-29/+113
2019-05-14Fix indentation in testsuite utility headerJonathan Wakely2-133/+136
2019-05-14Add __gnu_test::NullablePointer utility to testsuiteJonathan Wakely6-56/+111
2019-05-14Fix unique_ptr pretty printer for empty classesJonathan Wakely4-5/+57
2019-05-14LWG 2899 - Make is_move_constructible correct for unique_ptrJonathan Wakely4-52/+153
2019-05-13PR libstdc++/90454.cc path construction from void*Jonathan Wakely5-5/+34
2019-05-13Small markup changes to PBDS docsJonathan Wakely3-11/+18
2019-05-13Document P0811R3 status in C++20 tableEdward Smith-Rowland2-0/+15
2019-05-13Fix ChangeLog dateJonathan Wakely1-1/+1
2019-05-13Remove Profile Mode, deprecated since GCC 7.1Jonathan Wakely130-12111/+282
2019-05-13Remove array_allocator extension, deprecated since 4.9.0Jonathan Wakely18-617/+25
2019-05-11stl_bvector.h (operator==(const _Bit_iterator_base&, const _Bit_iterator_base...François Dumont2-57/+87
2019-05-10PR libstdc++/81266 fix std::thread::native_handle_type testJonathan Wakely2-1/+11
2019-05-10PR libstdc++/90397 fix std::variant friend declarationsJonathan Wakely2-6/+16
2019-05-10PR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugsJonathan Wakely4-23/+138
2019-05-10Improve API docs for <memory> and <new>Jonathan Wakely6-22/+179