Age | Commit message (Expand) | Author | Files | Lines |
2022-03-03 | libstdc++: Use non-debug vector in constexpr test [PR104748] | Jonathan Wakely | 1 | -5/+11 |
2022-03-03 | libstdc++: Fix test failure on AIX | Jonathan Wakely | 1 | -0/+2 |
2022-03-03 | libstdc++: Implement std::strong_order for floating-point types [PR96526] | Jonathan Wakely | 1 | -0/+102 |
2022-02-22 | libstdc++: Implement P2415R2 changes to viewable_range / views::all | Patrick Palka | 3 | -27/+58 |
2022-02-17 | libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559] | Jonathan Wakely | 1 | -0/+13 |
2022-02-17 | libstdc++: Make std::error_code printer more robust | Jonathan Wakely | 1 | -2/+8 |
2022-02-15 | libstdc++: Add missing constexpr to uses-allocator construction utilities [PR... | Jonathan Wakely | 2 | -1/+46 |
2022-02-14 | libstdc++: Fix stream extraction of IEEE128 long double [PR100912] | Jonathan Wakely | 1 | -5/+3 |
2022-02-14 | libstdc++: Fix typo in pragma | Jonathan Wakely | 1 | -1/+1 |
2022-02-11 | libstdc++: Fix FAIL: 20_util/temporary_buffer.cc for C++14 | Jonathan Wakely | 1 | -1/+1 |
2022-02-11 | libstdc++: Fix test failures at -O0 | Jonathan Wakely | 3 | -0/+7 |
2022-02-10 | libstdc++: Add atomic_fetch_xor to <stdatomic.h> | Jonathan Wakely | 1 | -0/+11 |
2022-02-08 | libstdc++: Adjust Filesystem TS test for Windows | Jonathan Wakely | 1 | -0/+15 |
2022-02-02 | libstdc++: Fix invalid instantiations in tests | Jonathan Wakely | 2 | -4/+12 |
2022-02-01 | Declare std::array members with attribute const [PR101831]. | Martin Sebor | 4 | -0/+93 |
2022-02-02 | libstdc++: Do not use dirent::d_type unconditionally | Jonathan Wakely | 2 | -0/+8 |
2022-02-01 | libstdc++: Add more tests for filesystem directory iterators | Jonathan Wakely | 3 | -1/+87 |
2022-02-01 | libstdc++: Reset filesystem::recursive_directory_iterator on error | Jonathan Wakely | 2 | -0/+271 |
2022-01-30 | libstdc++ testsuite: Don't run lwg3464.cc tests on simulators | Hans-Peter Nilsson | 2 | -2/+2 |
2022-01-27 | libstdc++: Prevent -Wstringop-overread warning in std::deque [PR100516] | Jonathan Wakely | 1 | -0/+14 |
2022-01-27 | libstdc++: Avoid overflow in ranges::advance(i, n, bound) | Jonathan Wakely | 1 | -0/+37 |
2022-01-23 | libstdc++: Fix std::spanstream move assignment [PR104032] | Jonathan Wakely | 1 | -0/+113 |
2022-01-23 | libstdc++: Restore support for unordered_map<const T, ...> [PR104174] | Jonathan Wakely | 1 | -0/+4 |
2022-01-21 | libstdc++: Fix typo in comment | Jonathan Wakely | 1 | -1/+1 |
2022-01-21 | libstdc++: Fix constexpr constructor for atomic<shared_ptr<T>> | Jonathan Wakely | 2 | -0/+6 |
2022-01-19 | libstdc++: Include <stddef.h> for size_t and ptrdiff_t [PR104123] | Jonathan Wakely | 1 | -2/+3 |
2022-01-18 | libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099] | Jonathan Wakely | 3 | -3/+29 |
2022-01-18 | libstdc++: Fix ambiguous std::pair constructors [PR101124] | Jonathan Wakely | 1 | -2/+10 |
2022-01-18 | libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C library | Tom Honermann | 2 | -0/+24 |
2022-01-18 | libstdc++: Define <stdatomic.h> for C++23 | Jonathan Wakely | 1 | -0/+130 |
2022-01-17 | libstdc++: Directly implement hexfloat std::from_chars for binary32/64 | Patrick Palka | 1 | -0/+152 |
2022-01-17 | libstdc++: Define <stacktrace> header for C++23 | Jonathan Wakely | 5 | -0/+125 |
2022-01-17 | libstdc++: Rename non-reserved macros in config header [PR103650] | Jonathan Wakely | 1 | -0/+13 |
2022-01-17 | libstdc++: Implement C++20 atomic<shared_ptr> and atomic<weak_ptr> | Jonathan Wakely | 2 | -0/+245 |
2022-01-14 | libstdc++: Fix 22_locale/numpunct/members/char/3.cc execution test | Uros Bizjak | 1 | -3/+3 |
2022-01-14 | libstdc++: Add attribute to features deprecated in C++17 [PR91260] | Jonathan Wakely | 79 | -113/+302 |
2022-01-14 | libstdc++: Add C++20 std::make_shared enhancements (P0674R1) | Jonathan Wakely | 5 | -4/+413 |
2022-01-14 | libstdc++: Ignore cv-quals when std::allocator<void> constructs | Jonathan Wakely | 1 | -0/+15 |
2022-01-14 | libstdc++: Use std::construct_at in std::common_iterator [PR103992] | Jonathan Wakely | 1 | -0/+16 |
2022-01-12 | libstdc++: Add explicit dg-do directive to .../103955.cc | Patrick Palka | 1 | -0/+1 |
2022-01-12 | libstdc++: Avoid overflow in bounds checks [PR103955] | Patrick Palka | 1 | -0/+30 |
2022-01-11 | libstdc++: Make copyable-box completely constexpr (LWG 3572) | Jonathan Wakely | 1 | -0/+28 |
2022-01-11 | libstdc++: Make std::common_iterator completely constexpr-able (LWG 3574) | Jonathan Wakely | 2 | -7/+16 |
2022-01-10 | libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760] | Jakub Jelinek | 8 | -10/+656 |
2022-01-10 | libstdc++: Fix and simplify freestanding configuration [PR103866] | Jonathan Wakely | 1 | -0/+1 |
2022-01-10 | libstdc++: Add dg-timeout-factor to some more regex tests | Jonathan Wakely | 4 | -0/+4 |
2022-01-08 | Testsuite: Make dependence on -fdelete-null-pointer-checks explicit | Sandra Loosemore | 1 | -0/+1 |
2022-01-06 | libstdc++: Add self-merge check to std::forward_list::merge [PR103853] | Pavel I. Kryukov | 1 | -0/+48 |
2022-01-06 | libstdc++: Increase timeout for pthread7-rope.cc test | Jonathan Wakely | 1 | -1/+2 |
2022-01-05 | libstdc++: Optimize operations on small size hashtable [PR 68303] | François Dumont | 2 | -1/+126 |