aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2020-02-01Fixes after recent configure changes relating to static librariesAndrew Burgess2-1/+5
2020-01-31libstdc++: Always return a sentinel<I> from __gnu_test::test_range::end()Patrick Palka5-64/+88
2020-01-29libstdc++: Fix conformance issues in <stop_token> (PR92895)Jonathan Wakely10-102/+880
2020-01-29libstdc++: Simplify constraints on std::compare_three_wayJonathan Wakely3-9/+15
2020-01-29libstdc++: Make std::compare_three_way check if <=> is valid (PR 93479)Jonathan Wakely3-1/+51
2020-01-29libstdc++: Make tests for std::ranges access functions more robustJonathan Wakely6-35/+112
2020-01-28libstdc++: Fix order of changelog entriesJonathan Wakely1-10/+10
2020-01-28libstdc++: Avoid using sizeof with function types (PR 93470)Jonathan Wakely2-1/+6
2020-01-28libstdc++: Replace glibc-specific check for clock_gettime (PR 93325)Jonathan Wakely3-32/+70
2020-01-28Fix 2 typos in documentation of libstdc++.Martin Liska3-2/+8
2020-01-27gcc: Add new configure options to allow static libraries to be selectedAndrew Burgess2-15/+36
2020-01-27libstdc++: Fix deduction guide for std::span (PR93426)Jonathan Wakely3-2/+92
2020-01-24libstdc++: Simplify construction of comparison category typesJonathan Wakely2-28/+21
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki16-11/+78
2020-01-23reject macros in math decl checkAlexandre Oliva3-0/+26
2020-01-23tolerate padding in mbstate_tAlexandre Oliva2-7/+25
2020-01-23libstdc++: Simplify makefile rule for largefile-config.h (PR91947)Jonathan Wakely3-32/+19
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