aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Add tests for std::remove_cvrefJonathan Wakely5-0/+171
2018-05-03PR libstdc++/84087 add default arguments to basic_string members (LWG 2268)Jonathan Wakely3-10/+72
2018-05-03PR libstdc++/84535 constrain std::thread constructorJonathan Wakely3-22/+71
2018-05-03Use std::invoke_result in std::async instead of std::result_ofJonathan Wakely2-2/+5
2018-05-03Define std::remove_cvref and std::remove_cvref_t for C++2aJonathan Wakely5-12/+33
2018-05-02deque.tcc (deque<>::_M_assign_aux): Cast to void to ensure overloaded comma n...François Dumont9-4/+170
2018-05-02PR libstdc++/68197 fail on negative iword/pword indicesJonathan Wakely4-35/+130
2018-05-02PR libstdc++/83860 avoid dangling references in valarray closure typesJonathan Wakely8-18/+195
2018-05-02Remove duplicate function call in testJonathan Wakely2-1/+3
2018-05-02PR libstdc++/69608 Move semantics for strstreambufJonathan Wakely3-1/+305
2018-05-01PR libstdc++/84654 Disable __float128 specializations for -mno-float128Tulio Magno Quites Machado Filho7-20/+67
2018-04-24Regenerate configure of target librariesH.J. Lu2-1/+5
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2-14/+17
2018-04-18PR libstdc++/85442 fix duplicate debuginfo for cxx11-ios_failure.ccJonathan Wakely3-4/+12
2018-04-18PR libstdc++/84442 if _Exit isn't declared then use _exit insteadJonathan Wakely2-0/+17
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2-1/+6
2018-04-16Make Filesystem TS tests pass in C++17 modeJonathan Wakely65-65/+165
2018-04-13Fix broken sed command from previous commitJonathan Wakely3-2/+5
2018-04-13Fix __iosfail_type_info hack to work on darwinJonathan Wakely3-9/+8
2018-04-12Fix comments that misspell names of files and classesJonathan Wakely5-5/+10
2018-04-12Remove #define made redundant by r259281Jonathan Wakely2-4/+4
2018-04-11Update libstdc++ manual in preparation for GCC 8 releaseJonathan Wakely27-46/+281
2018-04-10Update links to archived copy of SGI STL docsJonathan Wakely9-17/+26
2018-04-10PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...Jonathan Wakely18-103/+308
2018-04-05Add another workaround to std::variant for Clang bug 31852Jonathan Wakely2-3/+8
2018-04-04PR libstdc++/85183 fix std::variant move-assignmentJonathan Wakely3-3/+46
2018-03-26Add workaround to std::variant for Clang bug 31852Jonathan Wakely2-5/+20
2018-03-22PR libstdc++/85040 fix std::less<void> etc. ambiguitiesJonathan Wakely3-40/+79
2018-03-22xfail experimental/memory_resource/resource_adaptor.cc on 32-bit Solaris/x86 ...Rainer Orth2-0/+7
2018-03-21Fix some libstdc++ testsuite failuresJonathan Wakely5-1/+100
2018-03-20re PR libstdc++/84998 (std::hash<std::bitset<N>> fails in Debug Mode)François Dumont10-15/+37
2018-03-18api.xml: www.fsf.org has moved to https.Gerald Pfeifer7-6/+15
2018-03-18documentation_hacking.xml: Adjust link to docbook.org.Gerald Pfeifer2-1/+6
2018-03-17Fix new test that fails in C++98 modeJonathan Wakely2-10/+15
2018-03-14PR libstdc++/78420 Make std::less etc. yield total order for pointersJonathan Wakely3-18/+478
2018-03-12PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-co...Jonathan Wakely5-0/+86
2018-03-09printers.py (build_libstdcxx_dictionary): Fix std::_Fwd_list_iterator and std...François Dumont2-4/+10
2018-03-09PR libstdc++/84769 qualify std::get and std::get_if to avoid ADLJonathan Wakely2-6/+12
2018-03-09Use non-throwing is_directory in filesystem::create_directoryJonathan Wakely3-6/+7
2018-03-08printers.py (NodeIteratorPrinter): New.François Dumont4-23/+46
2018-03-06re PR libstdc++/84601 (std::optional<std::pair<int, int>> is not assignment c...Ville Voutilainen4-29/+428
2018-03-02PR libstdc++/84671 handle digit separators in duration literalsJonathan Wakely3-3/+43
2018-02-27Implement the missing bits of LWG 2769Ville Voutilainen4-36/+43
2018-02-23PR libstdc++/84532 prevent unwrapping of reference_wrapper argumentsJonathan Wakely4-9/+90
2018-02-20aligned_buffer.h [...] (template<> __aligned_buffer): Define as __aligned_mem...François Dumont2-0/+10
2018-02-19CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2-1/+21
2018-02-15PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwinJonathan Wakely5-9/+50
2018-01-29Remove duplicate "//" in commentJonathan Wakely1-1/+1
2018-01-29PR libstdc++/83833 fix failing test on ia32Jonathan Wakely2-0/+5
2018-01-29Regenerate libstdc++ documentationJonathan Wakely7-12/+21