summaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2020-03-16libstdc++: Add default constructor to net::service_already_exists (PR 94199)Jonathan Wakely
2020-03-16x32 does not support MS ABI, skip testcases that require it.Uros Bizjak
2020-03-12libstdc++: Fix test failure due to -Wnonnull warningsJonathan Wakely
2020-03-11libstdc++: Add a test that takes the split_view of a non-forward rangePatrick Palka
2020-03-11libstdc++: LWG 3286 ranges::size is not required to be valid after ...Patrick Palka
2020-03-10libstdc++: Fix uses of _M_current in split_view's outer iteratorJonathan Wakely
2020-03-10libstdc++: Fix noexcept guarantees for ranges::split_viewJonathan Wakely
2020-03-10libstdc++: Fix invalid noexcept-specifier (PR 94117)Jonathan Wakely
2020-03-10libstdc++: Change compile-only test to runJonathan Wakely
2020-03-09libstdc++: Handle type-changing path concatenations (PR 94063)Jonathan Wakely
2020-03-06libstdc++: Add missing friend declaration to join_view::_SentinelPatrick Palka
2020-03-06libstdc++: Give ranges::empty() a concrete return type (PR 93978)Patrick Palka
2020-03-06libstdc++: Fix PR number in ChangeLog (PR 94069)Jonathan Wakely
2020-03-06libstdc++: Fix call to __glibcxx_rwlock_init (PR 93244)Jonathan Wakely
2020-03-06libstdc++: Fix failing filesystem::path tests (PR 93244)Jonathan Wakely
2020-03-06libstdc++: Deal with ENOSYS == ENOTSUPAndreas Krebbel
2020-03-05libstdc++: Fix some warnings in filesystem testsJonathan Wakely
2020-03-05libstdc++: allow string_view insertion to work with <iosfwd> (PR 94051)Jonathan Wakely
2020-03-04libstdc++: Fix comment on __memcpyableJonathan Wakely
2020-03-03libstdc++: Fix incorrect use of memset in ranges::fill_n (PR 94017)Patrick Palka
2020-03-03libstdc++: Move-only input iterator support in <memory> algorithms (LWG 3355)Patrick Palka
2020-03-03libstdc++: Add a testsuite range type that has a sized sentinelPatrick Palka
2020-03-03libstdc++: Add a move-only testsuite iterator typePatrick Palka
2020-03-03libstdc++: Fix use of is_nothrow_assignable_v in <bits/ranges_uninitialized.h>Patrick Palka
2020-03-03libstdc++: Workaround is_trivially_copyable<volatile T> (PR 94013)Jonathan Wakely
2020-03-03libstdc++: Micro-optimisations for lexicographical_compare_three_wayJonathan Wakely
2020-03-02libstdc++: Fix std::lexicographic_compare for unsigned char (PR 93972)Jonathan Wakely
2020-03-02libstdc++: Rename __detail::__maybe_empty_t alias templateJonathan Wakely
2020-03-02libstdc++: Add 'typename' to fix compilation with ClangJonathan Wakely
2020-03-01x32: Update baseline_symbols.txtH.J. Lu
2020-02-29Skip charset.cc tests on *-*-hpux*.John David Anglin
2020-02-29Explicitly link with libatomic when needed.John David Anglin
2020-02-29libstdc++ Hastable: Move std::is_permutation to limit includesFrançois Dumont
2020-02-29Explicitly link with libatomic when needed.John David Anglin
2020-02-29Fix baseline symbols on hppa-linux-gnuJohn David Anglin
2020-02-28libstdc++: Fix bogus use of memcmp in ranges::lexicographical_compare (PR 93972)Patrick Palka
2020-02-28libstdc++: Update the <numeric> synopsis test to latest standardPatrick Palka
2020-02-28libstdc++: test for failing assertion should use 'run' not 'compile'Jonathan Wakely
2020-02-28libstdc++: Also disable caching of reverse_view::begin() for common_rangesPatrick Palka
2020-02-28libstdc++: Memoize {drop,drop_while,filter,reverse}_view::beginPatrick Palka
2020-02-28libstdc++: Fix FS-dependent filesystem testsJonathan Wakely
2020-02-28libstdc++: Fix failing test in debug modeJonathan Wakely
2020-02-27libstdc++: Disable diagnostic URLs in testsuiteJonathan Wakely
2020-02-27libstdc++: Add missing friend declarations in some range adaptorsPatrick Palka
2020-02-27libstdc++: -D_GLIBCXX_DEBUG fixes in the constrained algos testsPatrick Palka
2020-02-27libstdc++: Define <=> for Debug Mode arrayJonathan Wakely
2020-02-27libstdc++: Fix std::span test failures with _GLIBCXX_ASSERTIONSJonathan Wakely
2020-02-27libstdc++: Fix std::string error in Debug ModeJonathan Wakely
2020-02-27libstdc++: Support N3644 "Null Forward Iterators" for testsuite iteratorsJonathan Wakely
2020-02-27libstdc++: Make _GLIBCXX_CONCEPT_CHECKS more constexpr-friendlyJonathan Wakely