aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2024-11-20libstdc++: Fix std::unordered_set::emplace optimization [PR117686]Jonathan Wakely1-0/+16
2024-11-18testsuite: move dg-test cleanup code from gcc-dg.exp to its own fileDavid Malcolm1-0/+1
2024-11-14libstdc++: Make equal and is_permutation short-circuit (LWG 3560)Jonathan Wakely2-0/+100
2024-11-14libstdc++: Implement LWG 3563 changes to keys_view and values_viewPatrick Palka1-0/+14
2024-11-14libstdc++: Fix get<0> constraint for lvalue ranges::subrange (LWG 3589)Jonathan Wakely1-0/+30
2024-11-14libstdc++: Make _GLIBCXX_NODISCARD work for C++11 and C++14Jonathan Wakely26-40/+38
2024-11-14libstdc++: Add missing constraint to operator+ for std::move_iteratorJonathan Wakely1-0/+12
2024-11-14libstdc++: Add missing parts of LWG 3480 for directory iterators [PR117560]Jonathan Wakely1-0/+16
2024-11-13libstdc++: Refactor std::hash specializationsJonathan Wakely6-0/+267
2024-11-13libstdc++: Simplify _Hashtable merge functionsJonathan Wakely4-0/+498
2024-11-13libstdc++: Refactor Hashtable insertion [PR115285]Jonathan Wakely2-14/+21
2024-11-13libstdc++: Allow unordered_set assignment to assign to existing nodesJonathan Wakely2-6/+9
2024-11-13libstdc++: Fix calculation of system time in performance testsJonathan Wakely1-1/+4
2024-11-13libstdc++: Use __is_single_threaded() in performance testsJonathan Wakely1-6/+3
2024-11-13libstdc++: Stop using std::unary_function in perf testsJonathan Wakely2-2/+8
2024-11-13libstdc++: Fix nodiscard warnings in perf test for memory poolsJonathan Wakely1-3/+12
2024-11-11libstdc++: Fix typos in iterator increment for std::text_encoding [PR117520]Jonathan Wakely1-2/+17
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