aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2022-09-09libstdc++: Rename parameter to avoid darwin __weak qualifierJonathan Wakely1-0/+4
2022-09-09libstdc++: Fix typo in adjacent_view::_Iterator [PR106798]Patrick Palka1-0/+12
2022-09-09libstdc++: Fix zip_view's operator- for integer-class difference type [PR106766]Patrick Palka1-0/+18
2022-09-08libstdc++: mallinfo deprecated, use mallinfo2 when glibc => 2.33François Dumont1-33/+30
2022-09-08c++: Fix type completeness checks for type traits [PR106838]Jonathan Wakely5-0/+6
2022-09-08libstdc++: Clear padding bits in atomic compare_exchangeThomas Rodgers2-0/+85
2022-09-08libstdc++: Find make_error_code and make_error_condition via ADL onlyJonathan Wakely2-0/+96
2022-09-06libstdc++: Fix pretty printer tests of tuple indexesPhilipp Fent2-3/+3
2022-09-02libstdc++: Fix laziness of __and/or/not_Patrick Palka1-0/+29
2022-09-01libstdc++: Implement ranges::adjacent_transform_view from P2321R2Patrick Palka1-0/+106
2022-08-31libstdc++: [_GLIBCXX_DEBUG] Review nullptr assertion diagnosticsFrançois Dumont6-12/+12
2022-08-31libstdc++: Implement ranges::adjacent_view from P2321R2Patrick Palka1-0/+110
2022-08-31libstdc++: [_GLIBCXX_DEBUG] Add backtrace generation on demandFrançois Dumont1-0/+17
2022-08-31libstdc++: Add test for std::con/disjunction's short circuitingPatrick Palka1-0/+26
2022-08-31libstdc++: Add noexcept-specifier to std::reference_wrapper::operator()Jonathan Wakely1-0/+15
2022-08-31libstdc++: Improve comments in std::reference_wrapper testsJonathan Wakely3-2/+6
2022-08-31libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>Jonathan Wakely27-59/+59
2022-08-27libstdc++: Add test for std::con/disjunction's base classPatrick Palka1-0/+34
2022-08-26libstdc++: Implement ranges::zip_transform_view from P2321R2Patrick Palka1-0/+108
2022-08-26libstdc++: Simplify std::error_code and std::error_conditionJonathan Wakely2-7/+55
2022-08-26libstdc++: Add nonnull to starts_with/ends_with/contains string membersJonathan Wakely6-0/+72
2022-08-24libstdc++: Implement ranges::zip_view from P2321R2Patrick Palka1-0/+111
2022-08-24libstdc++: Fix fallout from P2321R2 std::pair/tuple enhancementsPatrick Palka1-0/+41
2022-08-24libstdc++: Fix regression in std::stable_sortJonathan Wakely1-0/+51
2022-08-24libstdc++: Add check for LWG 3741 problem caseJonathan Wakely1-0/+5
2022-08-23libstdc++: Implement std::pair/tuple/misc enhancements from P2321R2Patrick Palka3-0/+898
2022-08-23libstdc++: Fix visit<void>(v) for non-void visitors [PR106589]Jonathan Wakely1-0/+8
2022-08-22libstdc++: Fix for explicit copy ctors in <thread> and <future> [PR106695]Jonathan Wakely2-0/+50
2022-08-22libstdc++: Check for overflow in regex back-reference [PR106607]Jonathan Wakely1-0/+25
2022-08-08libstdc++: [_GLIBCXX_DEBUG] Do not consider detached iterators as value-initi...François Dumont5-0/+199
2022-08-05libstdc++: Add feature test macro for <experimental/scope>Jonathan Wakely1-0/+6
2022-08-05libstdc++: Implement <experimental/scope> from LFTSv3Jonathan Wakely2-0/+660
2022-08-04libstdc++: Make std::string_view(Range&&) constructor explicitJonathan Wakely2-9/+49
2022-08-04libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719)Jonathan Wakely3-0/+97
2022-08-04libstdc++: Update value of __cpp_lib_ios_noreplace macroJonathan Wakely2-4/+4
2022-07-20libstdc++: Fix std::common_iterator triviality [PR100823]Jonathan Wakely1-0/+15
2022-07-20libstdc++: Fix std::common_iterator assignment [PR100823]Jonathan Wakely1-0/+43
2022-07-20libstdc++: Fix minor bugs in std::common_iteratorJonathan Wakely1-1/+22
2022-07-19libstdc++: Complete __gnu_debug::string Standard conformityFrançois Dumont15-64/+154
2022-07-15c++: Add __reference_con{struc,ver}ts_from_temporary [PR104477]Marek Polacek4-0/+179
2022-07-12libstdc++: Check for EOF if extraction avoids buffer overflow [PR106248]Jonathan Wakely2-0/+80
2022-07-05libstdc++: testsuite: why cast getpid resultAlexandre Oliva1-1/+2
2022-07-05libstdc++: testsuite: cast getpid resultAlexandre Oliva1-1/+1
2022-07-01libstdc++: Add nodiscard attribute to filesystem operationsJonathan Wakely14-24/+24
2022-06-30libstdc++: Improve exceptions thrown from fs::temp_directory_pathJonathan Wakely2-0/+10
2022-06-30libstdc++: Fix experimental::filesystem::status on Windows [PR88881]Jonathan Wakely1-1/+5
2022-06-28libstdc++: testsuite: Guard use of C99 std::log2Jonathan Wakely1-0/+2
2022-06-27libstdc++: testsuite: use cmath long double overloadsAlexandre Oliva1-3/+3
2022-06-27libstdc++: testsuite: require cmath for exp simdAlexandre Oliva2-0/+2
2022-06-27libstdc++: testsuite: complex proj requirementsAlexandre Oliva1-0/+13