Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | Update copyright years. | Jakub Jelinek | 59 | -59/+59 |
2021-12-09 | libstdc++: Fix non-reserved name in std::allocator base class [PR64135] | Jonathan Wakely | 1 | -2/+2 |
2021-11-20 | libstdc++: [_GLIBCXX_DEBUG] Reduce performance impact on std::erase_if | François Dumont | 4 | -8/+38 |
2021-11-17 | libstdc++: Use std::construct_at in net::ip::address | Jonathan Wakely | 1 | -4/+4 |
2021-11-15 | c++: check constexpr constructor body | Jason Merrill | 1 | -0/+2 |
2021-10-09 | libstdc++: Always define typedefs and hash functions for wide strings [PR 98725] | Jonathan Wakely | 1 | -6/+0 |
2021-10-08 | libstdc++: Restore debug checks in uniform container erasure functions | Jonathan Wakely | 6 | -43/+16 |
2021-10-07 | libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header | Jonathan Wakely | 5 | -5/+5 |
2021-10-07 | libstdc++: Avoid debug checks in uniform container erasure functions | Jonathan Wakely | 6 | -16/+43 |
2021-10-01 | libstdc++: Add std::__conditional_t alias template | Jonathan Wakely | 3 | -9/+9 |
2021-09-17 | libstdc++: Add 'noexcept' to path::iterator members | Jonathan Wakely | 1 | -18/+24 |
2021-08-31 | libstdc++: Improve error handling in Net TS name resolution | Jonathan Wakely | 1 | -4/+23 |
2021-08-26 | libstdc++: Make Networking TS headers more portable [PR100285] | Jonathan Wakely | 2 | -5/+33 |
2021-08-12 | libstdc++: Add [[nodiscard]] to experimental::randint | Jonathan Wakely | 1 | -0/+1 |
2021-07-27 | libstdc++: Simplify std::optional::value() | Jonathan Wakely | 1 | -31/+25 |
2021-07-27 | libstdc++: Remove unnecessary uses of <utility> | Jonathan Wakely | 5 | -9/+7 |
2021-07-01 | libstdc++: Improvements to Doxygen markup | Jonathan Wakely | 2 | -7/+29 |
2021-07-01 | libstdc++: Improve Doxygen documentation groups [PR 101258] | Jonathan Wakely | 4 | -1/+68 |
2021-07-01 | libstdc++: Make <experimental/simd> depend on C++17 | Jonathan Wakely | 1 | -0/+3 |
2021-06-25 | libstdc++: Make use of __builtin_bit_cast for simd | Matthias Kretz | 2 | -22/+72 |
2021-06-24 | libstdc++: Fix internal names: add missing underscores | Matthias Kretz | 1 | -6/+6 |
2021-06-24 | libstdc++: Ensure unrolled loops inline the lambda | Matthias Kretz | 1 | -4/+8 |
2021-06-24 | libstdc++: Avoid raising fp exceptions in trunc, floor, and ceil | Matthias Kretz | 1 | -12/+12 |
2021-06-24 | libstdc++: Fix condition when AVX512F ldexp implementation is used | Matthias Kretz | 1 | -2/+3 |
2021-06-24 | libstdc++: Minor simd_math cleanups | Matthias Kretz | 1 | -16/+6 |
2021-06-24 | libstdc++: Remove incorrect fabs(simd) overload | Matthias Kretz | 1 | -16/+0 |
2021-06-24 | libstdc++: Improve simd fixed_size codegen | Matthias Kretz | 2 | -4/+3 |
2021-06-24 | libstdc++: Remove dead code in simd | Matthias Kretz | 1 | -49/+0 |
2021-06-24 | libstdc++: Improve copysign(simd) codegen | Matthias Kretz | 4 | -3/+16 |
2021-06-11 | libstdc++: Fix filesystem::path comparisons for C++23 | Jonathan Wakely | 1 | -4/+12 |
2021-06-08 | libstdc++: Finish implementing LWG 3413 for propagate_const | Jonathan Wakely | 1 | -1/+7 |
2021-05-17 | libstdc++: Fix filesystem::path constraints for volatile [PR 100630] | Jonathan Wakely | 1 | -1/+1 |
2021-04-30 | libstdc++: Use <sys/socket.h> features conditionally [PR 100285] | Jonathan Wakely | 1 | -0/+8 |
2021-04-27 | libstdc++: Minor refactoring in <experimental/internet> | Jonathan Wakely | 1 | -19/+22 |
2021-04-27 | libstdc++: Better preprocessor conditions in net::ip [PR 100286] | Jonathan Wakely | 1 | -11/+46 |
2021-04-27 | libstdc++: Define net::socket_base::message_flags operators as friends [PR 10... | Jonathan Wakely | 2 | -65/+59 |
2021-04-26 | libstdc++: Fix internet socket option classes | Jonathan Wakely | 2 | -99/+88 |
2021-04-26 | libstdc++: Fix socket option classes | Jonathan Wakely | 2 | -20/+81 |
2021-04-26 | libstdc++: Simplify definition of net::ip::resolver_base constants | Jonathan Wakely | 1 | -30/+19 |
2021-04-26 | libstdc++: Add missing 'inline' specifiers to net::ip functions [PR 100259] | Jonathan Wakely | 1 | -4/+4 |
2021-04-23 | libstdc++: Allow net::io_context to compile without <poll.h> [PR 100180] | Jonathan Wakely | 1 | -2/+13 |
2021-04-23 | libstdc++: Clarify argument to net::io_context::async_wait | Jonathan Wakely | 2 | -11/+14 |
2021-04-23 | libstdc++ Simplify definition of net::socket_base constants | Jonathan Wakely | 1 | -30/+29 |
2021-04-06 | libstdc++: Fix doxygen markup for group close commands | Jonathan Wakely | 11 | -45/+45 |
2021-03-03 | libstdc++: Don't use reserved identifiers in simd headers | Rainer Orth | 3 | -10/+10 |
2021-02-12 | libstdc++: Include scope ID in net::internet::address_v6::to_string() | Jonathan Wakely | 1 | -6/+18 |
2021-02-12 | libstdc++: Fix errors in <experimental/internet> | Jonathan Wakely | 2 | -11/+21 |
2021-02-03 | libstdc++: Improve "find_first/last_set" for NEON | yaozhongxiao | 1 | -3/+14 |
2021-02-03 | libstc++: Implement hmin and hmax | Matthias Kretz | 2 | -2/+84 |
2021-02-03 | libstdc++: Fix mask reduction of simd_mask<double> on POWER7 | Matthias Kretz | 3 | -3/+43 |