aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2020-04-08libstdc++: Add comparison operators to types from Numerics clauseJonathan Wakely4-0/+63
2020-04-08libstdc++: Add comparison operators to <charconv> result typesJonathan Wakely4-1/+120
2020-04-07libstdc++: Restore ability to use <charconv> in C++14 (PR 94520)Jonathan Wakely6-92/+112
2020-04-06libstdc++: Make string_view::copy usable in constant expressions (PR 94498)Jonathan Wakely5-18/+167
2020-04-05libstdc++: Refer to Git documentationGerald Pfeifer3-2/+8
2020-04-03libstdc++: Fix std::to_address for debug iterators (PR 93960)Jonathan Wakely4-2/+55
2020-04-02libstdc++-v3/test: Better skip for "use_service.cc"Andrea Corallo2-1/+10
2020-04-01libstdc++: Move "free books" list from fsf.org to gnu.orgGerald Pfeifer3-2/+8
2020-03-31Library-side tests for parenthesized aggregate initVille Voutilainen28-0/+1803
2020-03-28libstdc++: Fix two tests that fail in C++20 modeJonathan Wakely3-3/+14
2020-03-28libstdc++: Fix std::reverse_iterator relational operatorsJonathan Wakely6-84/+167
2020-03-27libstdc++: Define __cpp_lib_ranges macro for C++20Jonathan Wakely9-20/+37
2020-03-27libstdc++: Add remaining C++20 changes to iterator adaptorsJonathan Wakely6-15/+521
2020-03-27libstdc++: Implement C++20 changes to insert iteratorsJonathan Wakely8-41/+305
2020-03-27libstdc++: Move definition earlier in fileJonathan Wakely2-5/+10
2020-03-26libstdc++: Add some C++20 additions to <chrono>Jonathan Wakely7-20/+386
2020-03-25libstdc++: Fix author in previous ChangeLog entryJonathan Wakely1-1/+3
2020-03-25libstdc++ Add missing tests for std::shared_timed_mutexJonathan Wakely3-0/+166
2020-03-25libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely23-45/+861
2020-03-21libstdc++: Fix experimental::path::generic_string (PR 93245)Jonathan Wakely3-18/+73
2020-03-21libstdc++: Fix path::generic_string allocator handling (PR 94242)Jonathan Wakely4-4/+103
2020-03-18libstdc++: Fix is_trivially_constructible (PR 94033)Jonathan Wakely3-43/+86
2020-03-18libstdc++ Fix compilation of <stop_token> with ClangJonathan Wakely2-0/+15
2020-03-18libstdc++: Fix compilation with released versions of ClangJonathan Wakely4-5/+11
2020-03-18libstdc++: Fix type-erasure in experimental::net::executor (PR 94203)Jonathan Wakely4-77/+284
2020-03-16libstdc++: Add default constructor to net::service_already_exists (PR 94199)Jonathan Wakely3-1/+52
2020-03-16x32 does not support MS ABI, skip testcases that require it.Uros Bizjak4-4/+4
2020-03-12libstdc++: Fix test failure due to -Wnonnull warningsJonathan Wakely2-1/+6
2020-03-11libstdc++: Add a test that takes the split_view of a non-forward rangePatrick Palka4-6/+42
2020-03-11libstdc++: LWG 3286 ranges::size is not required to be valid after ...Patrick Palka4-7/+173
2020-03-10libstdc++: Fix uses of _M_current in split_view's outer iteratorJonathan Wakely2-7/+11
2020-03-10libstdc++: Fix noexcept guarantees for ranges::split_viewJonathan Wakely3-35/+58
2020-03-10libstdc++: Fix invalid noexcept-specifier (PR 94117)Jonathan Wakely2-1/+5
2020-03-10libstdc++: Change compile-only test to runJonathan Wakely3-1/+10
2020-03-09libstdc++: Handle type-changing path concatenations (PR 94063)Jonathan Wakely3-0/+159
2020-03-06libstdc++: Add missing friend declaration to join_view::_SentinelPatrick Palka3-0/+29
2020-03-06libstdc++: Give ranges::empty() a concrete return type (PR 93978)Patrick Palka3-1/+43
2020-03-06libstdc++: Fix PR number in ChangeLog (PR 94069)Jonathan Wakely1-1/+1
2020-03-06libstdc++: Fix call to __glibcxx_rwlock_init (PR 93244)Jonathan Wakely3-1/+35
2020-03-06libstdc++: Fix failing filesystem::path tests (PR 93244)Jonathan Wakely4-15/+26
2020-03-06libstdc++: Deal with ENOSYS == ENOTSUPAndreas Krebbel2-1/+7
2020-03-05libstdc++: Fix some warnings in filesystem testsJonathan Wakely6-15/+22
2020-03-05libstdc++: allow string_view insertion to work with <iosfwd> (PR 94051)Jonathan Wakely3-0/+35
2020-03-04libstdc++: Fix comment on __memcpyableJonathan Wakely2-4/+11
2020-03-03libstdc++: Fix incorrect use of memset in ranges::fill_n (PR 94017)Patrick Palka7-5/+328
2020-03-03libstdc++: Move-only input iterator support in <memory> algorithms (LWG 3355)Patrick Palka5-16/+103
2020-03-03libstdc++: Add a testsuite range type that has a sized sentinelPatrick Palka2-0/+36
2020-03-03libstdc++: Add a move-only testsuite iterator typePatrick Palka4-66/+37
2020-03-03libstdc++: Fix use of is_nothrow_assignable_v in <bits/ranges_uninitialized.h>Patrick Palka2-10/+27
2020-03-03libstdc++: Workaround is_trivially_copyable<volatile T> (PR 94013)Jonathan Wakely12-43/+603