aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-03libstdc++: Micro-optimisations for lexicographical_compare_three_wayJonathan Wakely2-3/+9
2020-03-02libstdc++: Fix std::lexicographic_compare for unsigned char (PR 93972)Jonathan Wakely3-2/+71
2020-03-02libstdc++: Rename __detail::__maybe_empty_t alias templateJonathan Wakely2-14/+25
2020-03-02libstdc++: Add 'typename' to fix compilation with ClangJonathan Wakely2-1/+6
2020-03-01x32: Update baseline_symbols.txtH.J. Lu2-0/+11
2020-02-29Skip charset.cc tests on *-*-hpux*.John David Anglin6-5/+11
2020-02-29Explicitly link with libatomic when needed.John David Anglin3-0/+8
2020-02-29libstdc++ Hastable: Move std::is_permutation to limit includesFrançois Dumont4-152/+161
2020-02-29Explicitly link with libatomic when needed.John David Anglin10-0/+22
2020-02-29Fix baseline symbols on hppa-linux-gnuJohn David Anglin2-0/+26
2020-02-28libstdc++: Fix bogus use of memcmp in ranges::lexicographical_compare (PR 93972)Patrick Palka3-2/+181
2020-02-28libstdc++: Update the <numeric> synopsis test to latest standardPatrick Palka2-0/+117
2020-02-28libstdc++: test for failing assertion should use 'run' not 'compile'Jonathan Wakely2-2/+13
2020-02-28libstdc++: Also disable caching of reverse_view::begin() for common_rangesPatrick Palka2-1/+5
2020-02-28libstdc++: Memoize {drop,drop_while,filter,reverse}_view::beginPatrick Palka6-15/+336
2020-02-28libstdc++: Fix FS-dependent filesystem testsJonathan Wakely3-36/+104
2020-02-28libstdc++: Fix failing test in debug modeJonathan Wakely2-0/+7
2020-02-27libstdc++: Disable diagnostic URLs in testsuiteJonathan Wakely2-1/+6
2020-02-27libstdc++: Add missing friend declarations in some range adaptorsPatrick Palka6-0/+89
2020-02-27libstdc++: -D_GLIBCXX_DEBUG fixes in the constrained algos testsPatrick Palka11-45/+60
2020-02-27libstdc++: Define <=> for Debug Mode arrayJonathan Wakely4-4/+30
2020-02-27libstdc++: Fix std::span test failures with _GLIBCXX_ASSERTIONSJonathan Wakely14-0/+28
2020-02-27libstdc++: Fix std::string error in Debug ModeJonathan Wakely2-1/+4
2020-02-27libstdc++: Support N3644 "Null Forward Iterators" for testsuite iteratorsJonathan Wakely2-0/+23
2020-02-27libstdc++: Make _GLIBCXX_CONCEPT_CHECKS more constexpr-friendlyJonathan Wakely3-1/+30
2020-02-26libstdc++: Fix use of inaccessible private member in split_view (PR93936)Patrick Palka3-1/+24
2020-02-26libstdc++: P1645R1 constexpr for <numeric> algorithmsPatrick Palka15-0/+541