aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2020-05-23libstdc++: Compile PR93978 testcase with -WallPatrick Palka2-2/+9
2020-05-23libstdc++: Fix function that can't be constexpr in C++11 (PR 95289)Jonathan Wakely3-1/+37
2020-05-23libstdc++: Refactor filesystem::path string conversionsJonathan Wakely4-197/+198
2020-05-23libstdc++: Remove incorrect static specifiersJonathan Wakely3-12/+17
2020-05-23libstdc++: Simplify filesystem::path SFINAE constraintsJonathan Wakely3-48/+100
2020-05-21libstdc++: Enable simple invocation of runtest in testsuiteMatthias Kretz3-2/+8
2020-05-21libstdc++: Avoid constraint recursion with iterator_traits (PR 93983)Jonathan Wakely3-4/+55
2020-05-21libstdc++: Use macro for nodiscard attributeJonathan Wakely2-2/+5
2020-05-21libstdc++: Better requirements checking in Networking TSJonathan Wakely3-27/+169
2020-05-21libstdc++: Fix net::basic_socket::close(error_code&)Jonathan Wakely5-14/+189
2020-05-21libstdc++: Use 'using' for types in Networking TS headersJonathan Wakely6-90/+99
2020-05-19libstdc++: Use RDRAND as fallback if RDSEED keeps failing (PR 94087)Jonathan Wakely3-2/+98
2020-05-18c++: Explain fn template argument type/value mismatches [PR66439]Patrick Palka3-0/+9
2020-05-15x86: Also check if -fcf-protection worksH.J. Lu2-0/+8
2020-05-14x86: Default CET run-time support to autoH.J. Lu2-2/+6
2020-05-13x86-vxworks malloc aligns to 8 bytes like solarisAlexandre Oliva3-5/+15
2020-05-12Actually comment the new testsUlrich Drepper2-0/+64
2020-05-12Implent C++20 std::atomic_flag::testUlrich Drepper3-0/+29
2020-05-11Revert "libstdc++ Enhance thread safety of debug mode iterators"François Dumont2-52/+28
2020-05-10libstdc++ Enhance thread safety of debug mode iteratorsFrançois Dumont2-28/+52
2020-05-07libstdc++: Fix whitespace in ChangelogJonathan Wakely1-8/+8
2020-05-07libstdc++: Fix some C++20 algorithms to work in parallel modeJonathan Wakely4-23/+39
2020-05-07libstdc++: Make relational operators work with const guarded iterators (PR 92...Jonathan Wakely2-12/+24
2020-05-07Update the baseline symbols for SPARC64/LinuxEric Botcazou3-0/+177
2020-05-06libstdc++ std::fill overload for std::vector<bool>::iteratorFrançois Dumont4-49/+102
2020-05-06x32: Update baseline_symbols.txtH.J. Lu2-0/+21
2020-05-06libstdc++: Update Solaris baselines for GCC 10.1Rainer Orth5-0/+57
2020-05-06Revert "Use const for template argument."Martin Liska2-2/+10
2020-05-06libstdc++: Document library versioning for 9.[123] and 10.1Jonathan Wakely3-5/+16
2020-05-06libstdc++: Update {x86_64,i?86,powerpc64,s390x,aarch64}-linux baselines for G...Jakub Jelinek8-0/+124
2020-05-05Add missing ChangeLog entries.Martin Liska1-0/+6
2020-05-05Use const for template argument.Martin Liska1-2/+2
2020-05-04libstdc++: Fix the return type of __cxa_finalizeFangrui Song2-1/+5
2020-05-04libstdc++: Fix broken link to SGI STL FAQJonathan Wakely4-212/+215
2020-05-04libstdc++: Fix incorrect size calculation in PMR resource (PR 94906)Jonathan Wakely2-2/+9
2020-05-04libstdc++: Avoid negating a size_t [pr 94747]Nathan Sidwell2-5/+12
2020-05-04libstdc++: Make pmr::synchronized_pool_resource work without libpthread (PR 9...Jonathan Wakely5-44/+179
2020-05-03libstdc++: Make byte-sized std::fill_n a constant expression (PR 94933)Jonathan Wakely3-1/+48
2020-05-01libstdc++: Add more tests for _E10, _E11 etc. (PR 94901)Jonathan Wakely2-1/+19
2020-05-01libstdc++: Replace deduced return type in ranges::iter_move (PR 92894)Jonathan Wakely4-11/+153
2020-05-01libstdc++: Replace reserved identifier _T with _Tp (PR 94901)Jonathan Wakely3-2/+81
2020-04-30libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)Jonathan Wakely8-13/+471
2020-04-29libstdc++: Fix outdated comment about std::string instantiations (PR 94854)Jonathan Wakely2-5/+11
2020-04-28libstdc++: Fixes for feature test macros (PR 91480)Jonathan Wakely11-7/+57
2020-04-28libstdc++: Fix regression in std::_Construct (PR 94831)Jonathan Wakely5-14/+84
2020-04-28libstdc++: Fix subrange::advance and subrange::prev (LWG 3433)Patrick Palka3-10/+119
2020-04-28coroutines: Fix handling of non-class coroutine returns [PR94759]Iain Sandoe2-3/+19
2020-04-24libstdc++: Make net::service_already_exists default constructibleJonathan Wakely3-4/+13
2020-04-24libstdc++: Fix constructor constraints for std::any (PR 90415)Jonathan Wakely6-71/+255
2020-04-23libstdc++: Mark experimental::net::system_context ctor deletedThomas Rodgers3-1/+15