aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2020-01-20libstdc++: Fix recent documentation changesJonathan Wakely13-55/+47
2020-01-19Clean up references to Subversion in documentation sources.Eric S. Raymond10-30/+26
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe4-0/+299
2020-01-17libstdc++: Fix freestanding build PR 92376)Jonathan Wakely3-1/+27
2020-01-16libstdc++: std::ctype fixes for recent versions of NetBSDJonathan Wakely4-35/+37
2020-01-16libstdc++: Improve unordered containers == operator (PR 91263)François Dumont5-73/+178
2020-01-15libstdc++: Fix weakly_incrementable to allow __int128 (PR 93267)Jonathan Wakely6-20/+84
2020-01-13libstdc++: Ensure root-dir converted to forward slash (PR93244)Jonathan Wakely5-0/+154
2020-01-13libstdc++: Value-initialize std::atomic for C++20 (P0883R2)Jonathan Wakely16-15/+270
2020-01-10libstdc++: Improve comment about testsuite utilitiesJonathan Wakely2-4/+9
2020-01-10libstdc++: Fix testcase for C++98 compatibilityJonathan Wakely2-1/+4
2020-01-10libstdc++: Make istreambuf_iterator base class consistent (PR92285)Jonathan Wakely4-14/+69
2020-01-09rename local _C2 identifiers in stl map header filesOlivier Hainque4-20/+30
2020-01-09libstdc++: Fix <ext/pointer.h> incompatibilities with C++20Jonathan Wakely3-4/+21
2020-01-09libstdc++: Fix testsuite failures and warnings due to is_pod deprecationJonathan Wakely8-0/+27
2020-01-09libstdc++: Implementing P0767 - deprecate PODJeanHeyd "ThePhD" Meneide4-2/+44
2020-01-09libstdc++: Fix whitespace in ChangeLog-2019Jonathan Wakely1-1/+1
2020-01-09libstdc++: Fix undefined behaviour in random dist serialization (PR93205)Jonathan Wakely4-202/+172
2020-01-09libstdc++: Define memory resource key functions non-inline (PR93208)Jonathan Wakely5-2/+57
2020-01-09PR libstdc++/92124 fix incorrect unordered container move assignmentFrançois Dumont3-36/+135
2020-01-08libstdc++: Fix error handling in filesystem::remove_all (PR93201)Jonathan Wakely5-32/+182
2020-01-08Rename condition_variable_any wait* methods to match current draft standardThomas Rodgers3-26/+36
2020-01-07PR libstdc++/92124 fix incorrect container move assignmentFrançois Dumont4-1/+141
2020-01-06libstdc++: Remove redundant inequality operators in <stop_token>Jonathan Wakely3-17/+41
2020-01-06libstdc++: Define __cpp_lib_three_way_comparison conditionallyJonathan Wakely4-9/+16
2020-01-03libstdc++: Only use std::compare_three_way when concepts are supportedJonathan Wakely2-0/+7
2020-01-01baseline_symbols.txt: Update.John David Anglin2-9/+4
2020-01-01Update copyright years.Jakub Jelinek9390-16600/+16609
2019-12-30VxWorks has_nanosleep for libstdc++ enable-libstdcxx-time autoCorentin Gay3-0/+15
2019-12-30Adapt libstdc++ os_defines for VxWorks to more recent versionsJerome Lambourg2-4/+82
2019-12-25Define HAVE_ for math long double functions declared in vxworks headersAlexandre Oliva3-0/+1173
2019-12-20libstdc++: Add inline to maybe-constexpr functions (PR 92927)Jonathan Wakely2-3/+9
2019-12-20libstdc++: Test setrlimit with c++ in configureJerome Lambourg3-7/+28
2019-12-20libstdc++: Fix versioned namespace testsFrançois Dumont4-4/+11
2019-12-20libstdc++: Fix pretty printers script and testsFrançois Dumont4-2/+13
2019-12-20libstdc++: Strengthen the check for availability of pthread_rwlock_tJerome Lambourg3-11/+56
2019-12-12libstdc++: Simplify std::common_comparison_categoryJonathan Wakely2-31/+30
2019-12-12libstdc++: Fix tr1 definition ambiguity in versioned namespaceFrançois Dumont9-0/+40
2019-12-12libstdc++: Qualify isdigit call to fix versioned namespace build.François Dumont2-1/+7
2019-12-11libstdc++: Fix whitepace in changelogJonathan Wakely1-2/+2
2019-12-11Restore enable_if lost during original import of pstlThomas Rodgers3-2/+8
2019-12-10libstdc++: Correct noexcept-specifiers on span constructorsJonathan Wakely3-1/+68
2019-12-10libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algosFrançois Dumont28-259/+1988
2019-12-10libstdc++: Fix description of std::ios::trunc (PR 92886)Jonathan Wakely2-1/+4
2019-12-10libstdc++: Define __cpp_lib_constexpr_complex macroJonathan Wakely5-0/+64
2019-12-10libstdc++: Reduce header dependencies in <span>Jonathan Wakely2-2/+6
2019-12-10libstdc++: Fix bug in std::indirect_result_tJonathan Wakely3-13/+64
2019-12-09libstdc++: Implement ranges::safe_range for C++20 (P1870R1)Jonathan Wakely20-183/+482
2019-12-09libstdc++: Improve testing for path::operator+=(const string&)Jonathan Wakely2-0/+21
2019-12-09libstdc++: fix buffer overflow in path::operator+= (PR92853)Jonathan Wakely4-10/+90