aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2024-11-08libstdc++: Do not define _Insert_base::try_emplace before C++17Jonathan Wakely1-0/+2
2024-11-07libstdc++: Fix conversions to key/value types for hash table insertion [PR115...Jonathan Wakely3-1/+76
2024-11-06libstdc++: Deprecate useless <cxxx> compatibility headers for C++17Jonathan Wakely16-109/+199
2024-11-04libstdc++: Fix up 117406.cc test [PR117406]Jakub Jelinek1-2/+2
2024-11-02libstdc++: Fix up std::{,b}float16_t std::{ilogb,l{,l}r{ound,int}} [PR117406]Jakub Jelinek1-0/+59
2024-11-01libstdc++: Add P1206R7 from_range members to std::list and std::forward_list ...Jonathan Wakely9-0/+845
2024-11-01libstdc++: Add missing <vector> header to unordered_set/pr115285.cc testJonathan Wakely1-1/+2
2024-10-31libstdc++: Add align_alloc attribute to aligned operator newJonathan Wakely1-0/+13
2024-10-30libstdc++: Fix copy&paste comments in vector range testsJonathan Wakely4-4/+4
2024-10-29libstdc++: Fix complexity of drop_view::begin() const [PR112641]Patrick Palka1-0/+12
2024-10-29libstdc++: Use if consteval rather than if (std::__is_constant_evaluated()) f...Jakub Jelinek1-0/+5
2024-10-28libstdc++: Fix tests for std::vector range operationsJonathan Wakely8-45/+50
2024-10-27libstdc++: Add P1206R7 from_range members to std::vector [PR111055]Jonathan Wakely9-0/+848
2024-10-27libstdc++: Fix std::vector<bool>::emplace to forward parameterJonathan Wakely1-0/+24
2024-10-25libstdc++: Disable parts of new test that depend on constexpr std::stringJonathan Wakely1-0/+2
2024-10-25libstdc++: implement concatenation of strings and string_viewsGiuseppe D'Angelo3-0/+245
2024-10-24libstdc++: Fix test broken when using COW std::stringFrançois Dumont1-3/+2
2024-10-24libstdc++: Fix typos in tests using macros for std::float128_t supportJonathan Wakely4-4/+4
2024-10-23ginclude: stdalign.h should define __xxx_is_defined macros for C++Jonathan Wakely1-0/+24
2024-10-23libstdc++: Always instantiate key_type to compute hash code [PR115285]François Dumont5-63/+100
2024-10-22libstdc++: Implement LWG 4166 changes to concat_view::end()Patrick Palka1-0/+20
2024-10-22libstdc++: Avoid using std::__to_address with iteratorsJonathan Wakely1-19/+0
2024-10-21libstdc++: Improve 26_numerics/headers/cmath/types_std_c++0x_neg.ccJonathan Wakely1-23/+24
2024-10-18libstdc++: Inline memmove optimizations for std::copy etc. [PR115444]Jonathan Wakely5-0/+247
2024-10-18libstdc++: Refactor std::uninitialized_{copy,fill,fill_n} algos [PR68350]Jonathan Wakely9-16/+35
2024-10-18libstdc++: Move std::__niter_base and std::__niter_wrap to stl_iterator.hJonathan Wakely1-0/+29
2024-10-15libstdc++: Implement LWG 3798 for range adaptors [PR106676]Jonathan Wakely1-0/+16
2024-10-14libstdc++: Implement LWG 3564 for ranges::transform_viewJonathan Wakely1-0/+19
2024-10-14libstdc++: Constrain std::expected comparisons (P3379R0)Jonathan Wakely5-4/+185
2024-10-14libstdc++: Use std::move for iterator in ranges::fill [PR117094]Jonathan Wakely1-0/+34
2024-10-13libstdc++: testsuite: adjust name_fortify test for pre-defined _FORTIFY_SOURCESam James1-0/+1
2024-10-13libstdc++: Fix ranges::copy_backward for a single memcpyable element [PR117121]Jonathan Wakely3-0/+45
2024-10-11libstdc++: Fix localized %c formatting for <chrono> [PR117085]Jonathan Wakely3-0/+19
2024-10-11libstdc++: Add missing whitespace in dg-do directivesJonathan Wakely2-2/+2
2024-10-11libstdc++: Fix some test failures with -fno-char8_tJonathan Wakely2-2/+9
2024-10-09libstdc++: Test 17_intro/names.cc with -D_FORTIFY_SOURCE=2 [PR116210]Jonathan Wakely2-0/+13
2024-10-09libstdc++: Workaround glibc headers on ia64-linuxFrank Scheiner1-0/+6
2024-10-09libstdc++: Ignore _GLIBCXX_USE_POSIX_SEMAPHORE if not supported [PR116992]Jonathan Wakely1-0/+2
2024-10-09libstdc++: Do not cast away const-ness in std::construct_at (LWG 3870)Jonathan Wakely1-15/+0
2024-10-09libstdc++: Make std::construct_at support arrays (LWG 3436)Jonathan Wakely2-0/+60
2024-10-09libstdc++: Fix formatting of chrono::duration with character rep [PR116755]Jonathan Wakely1-0/+66
2024-10-08contrib, libcpp, libstdc++: Update to Unicode 16.0Jakub Jelinek1-1/+1
2024-10-05libstdc++: add std::is_virtual_base_ofGiuseppe D'Angelo1-0/+34
2024-10-05libstdc++: Implement LWG 3664 changes to ranges::distancePatrick Palka1-0/+11
2024-10-04libstdc++/ranges: Implement various small LWG issuesPatrick Palka6-0/+59
2024-10-04libstdc++: Fix some Parallel Mode testsuite failuresJonathan Wakely3-4/+6
2024-10-02libstdc++: Populate std::time_get::get's %c format for C localeJonathan Wakely2-0/+74
2024-10-02libstdc++: Fix rounding in chrono::parseJonathan Wakely2-1/+40
2024-09-27libstdc++: Fix test FAILs due to -Wreturn-local-addrJonathan Wakely2-0/+2
2024-09-27libstdc++: Fix test FAIL due to -Wpointer-arithJonathan Wakely1-0/+1