Age | Commit message (Expand) | Author | Files | Lines |
2023-02-06 | libstdc++: Fix testsuite warnings about new C++23 deprecations | Jonathan Wakely | 5 | -0/+13 |
2023-02-06 | libstdc++: Implement P1413R3 'deprecate aligned_storage and aligned_union' | Nathaniel Shead | 2 | -0/+52 |
2023-02-04 | libstdc++: Optimize basic_string move assignment | François Dumont | 1 | -0/+52 |
2023-02-03 | libstdc++: Implement ranges::find_last{,_if,_if_not} from P1223R5 | Patrick Palka | 3 | -0/+274 |
2023-02-03 | libstdc++: Implement ranges::iota from P2440R1 | Patrick Palka | 1 | -0/+29 |
2023-02-03 | libstdc++: Implement ranges::contains/contains_subrange from P2302R4 | Patrick Palka | 2 | -0/+70 |
2023-02-02 | libstdc++: Define std::basic_stringbuf::view() for old std::string ABI | Jonathan Wakely | 8 | -8/+0 |
2023-02-02 | libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636] | Jonathan Wakely | 1 | -0/+8 |
2023-02-02 | libstdc++: Use emplace in std::variant::operator=(T&&) as per LWG 3585 | Jonathan Wakely | 1 | -0/+16 |
2023-02-01 | libstdc++ testsuite: Correct S0 in std/time/hh_mm_ss/1.cc | Hans-Peter Nilsson | 1 | -1/+1 |
2023-01-27 | libstdc++: Fix up FAIL in 17_intro/names.cc on glibc < 2.19 [PR108568] | Jakub Jelinek | 1 | -2/+5 |
2023-01-27 | libstdc++: Use dg-bogus in new test [PR108554] | Jonathan Wakely | 1 | -0/+2 |
2023-01-26 | libstdc++: Add returns_nonnull to non-inline std::map detail [PR108554] | Jonathan Wakely | 1 | -0/+19 |
2023-01-24 | libstdc++: Include std::ranges::subrange definition in <tuple> [PR102301] | Jonathan Wakely | 2 | -0/+48 |
2023-01-18 | libstdc++: Deprecate std::filesystem::u8path for C++20 | Jonathan Wakely | 5 | -0/+20 |
2023-01-18 | libstdc++: testsuite: Simplify codecvt_unicode | Dimitrij Mijoski | 3 | -22/+17 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 8959 | -8960/+8960 |
2023-01-15 | libstdc++: Remove dg-xfail-run-if in std/time/tzdb_list/1.cc | Jonathan Wakely | 1 | -4/+10 |
2023-01-15 | libstdc++: [_GLIBCXX_DEBUG] Complete deadlock fix on safe iterators [PR108288] | François Dumont | 3 | -0/+66 |
2023-01-15 | libstdc++: Remove unconditional -pthread from test options | Jonathan Wakely | 1 | -1/+1 |
2023-01-15 | libstdc++: Fix narrowing conversion in std/time/clock/utc/io.cc | Jonathan Wakely | 1 | -1/+2 |
2023-01-14 | libstdc++: Disable unwanted code for --with-libstdcxx-zoneinfo=no | Jonathan Wakely | 2 | -0/+2 |
2023-01-14 | libstdc++: Embed a static copy of tzdata.zi | Jonathan Wakely | 1 | -5/+2 |
2023-01-14 | libstdc++: Fix ostream insertion operators for calendar types | Jonathan Wakely | 10 | -0/+322 |
2023-01-13 | libstdc++: Fix a few !HOSTED test regressions | Arsen Arsenović | 7 | -15/+37 |
2023-01-13 | libstdc++: Enable string_view in freestanding | Arsen Arsenović | 12 | -15/+64 |
2023-01-13 | libstdc++: Fix Unicode codecvt and add tests [PR86419] | Dimitrij Mijoski | 3 | -0/+1396 |
2023-01-13 | libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327] | Jonathan Wakely | 1 | -3/+6 |
2023-01-12 | libstdc++: Extend max_align_t special case to 64-bit HP-UX [PR77691] | Jonathan Wakely | 1 | -0/+4 |
2023-01-06 | libstdc++: Add feature-test macros for implemented C++23 views [PR108260] | Patrick Palka | 11 | -0/+84 |
2023-01-06 | libstdc++: Fix misuse of alloca in std::bitset [PR108214] | Jonathan Wakely | 1 | -0/+21 |
2023-01-05 | libstdc++: Reduce size of std::bind_front(empty_type) result [PR108290] | Jonathan Wakely | 1 | -1/+37 |
2023-01-05 | libstdc++: Fix std::chrono::hh_mm_ss with unsigned rep [PR108265] | Jonathan Wakely | 1 | -0/+16 |
2023-01-04 | libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258] | Jonathan Wakely | 1 | -3/+16 |
2022-12-24 | libstdc++, testsuite: Correct an init. | Iain Sandoe | 1 | -1/+1 |
2022-12-23 | Reimplement GNU threads library on native Windows | Eric Botcazou | 2 | -1/+32 |
2022-12-22 | libstdc++: Add std::format support to <chrono> | Jonathan Wakely | 16 | -6/+961 |
2022-12-22 | libstdc++: Implement C++20 time zone support in <chrono> | Jonathan Wakely | 20 | -11/+1421 |
2022-12-21 | libstdc++: Don't call 4-5 argument to_chars with chars_format{} | Jakub Jelinek | 2 | -7/+17 |
2022-12-16 | libstdc++: Add monadic operations to std::expected for C++23 (P2505R5) | Jonathan Wakely | 5 | -2/+303 |
2022-12-16 | libstdc++: Fixes for std::expected | Jonathan Wakely | 3 | -3/+142 |
2022-12-16 | libstdc++: Diagnose broken allocator rebind members | Jonathan Wakely | 7 | -7/+37 |
2022-12-16 | libstdc++: Fix self-move for std::weak_ptr [PR108118] | Jonathan Wakely | 1 | -0/+19 |
2022-12-15 | c++, libstdc++: Add typeinfo for _Float{16,32,64,128,32x,64x} and __bf16 type... | Jakub Jelinek | 1 | -1/+2 |
2022-12-12 | libstdc++: Add a test checking for chrono::duration overflows | Jonathan Wakely | 1 | -0/+29 |
2022-12-12 | libstdc++: Fix constraint on std::basic_format_string [PR108024] | Jonathan Wakely | 1 | -0/+16 |
2022-12-12 | libstdc++: Change names that clash with Win32 or Clang | Jonathan Wakely | 1 | -0/+11 |
2022-12-12 | libstdc++: Define atomic lock-free type aliases for C++20 [PR98034] | Jonathan Wakely | 1 | -0/+34 |
2022-12-12 | libstdc++: Make operator<< for stacktraces less templated (LWG 3515) | Jonathan Wakely | 1 | -6/+5 |
2022-12-09 | libstdc++: Fix some -Wunused warnings in tests | Jonathan Wakely | 1 | -0/+2 |