Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-11-30 | libstdc++: Move std::monostate to <utility> for C++26 (P0472R2) | Jonathan Wakely | 1 | -0/+4 |
2024-09-25 | libstdc++: #ifdef out #pragma GCC system_header | Jason Merrill | 1 | -0/+2 |
2024-05-07 | libstdc++: Constrain equality ops for std::pair, std::tuple, std::variant | Jonathan Wakely | 1 | -0/+1 |
2024-02-01 | libstdc++: Implement P2165R4 changes to std::pair/tuple/etc [PR113309] | Patrick Palka | 1 | -0/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-11-17 | libstdc++: Adjust std::in_range template parameter name | Jonathan Wakely | 1 | -7/+7 |
2023-11-16 | libstdc++: Only declare feature test macros in standard headers | Jonathan Wakely | 1 | -9/+15 |
2023-09-25 | libstdc++: Define C++23 std::forward_like (P2445R1) | Jonathan Wakely | 1 | -2/+3 |
2023-08-16 | libstdc++: Replace all manual FTM definitions and use | Arsen Arsenović | 1 | -20/+18 |
2023-03-22 | libstdc++: Define __cpp_lib_constexpr_algorithms in <utility> (LWG 3792) | Jonathan Wakely | 1 | -0/+4 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-04-01 | libstdc++: Implement std::unreachable() for C++23 (P0627R6) | Jonathan Wakely | 1 | -0/+26 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-08-17 | libstdc++: Add conditional noexcept to std::exchange | Jonathan Wakely | 1 | -0/+2 |
2021-07-27 | libstdc++: Reduce header dependencies on <array> and <utility> | Jonathan Wakely | 1 | -298/+10 |
2021-04-06 | libstdc++: Add nodiscard attribute to cast-like functions | Jonathan Wakely | 1 | -1/+5 |
2021-02-25 | libstdc++: Add std::to_underlying for C++23 | Jonathan Wakely | 1 | -0/+9 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-16 | libstdc++: Simplify built-in detection in <utility> | Jonathan Wakely | 1 | -11/+5 |
2020-07-07 | libstdc++: Replace __int_limits with __numeric_traits_integer | Jonathan Wakely | 1 | -6/+6 |
2020-06-19 | libstdc++: Remove redundant std:: qualification | Jonathan Wakely | 1 | -48/+48 |
2020-04-22 | libstdc++: Do not define __cpp_lib_constexpr_algorithms in <utility> | Jonathan Wakely | 1 | -6/+2 |
2020-02-17 | libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546) | Jonathan Wakely | 1 | -5/+6 |
2020-02-17 | libstdc++: Implement "Safe Integral Comparisons" (P0586R2) | Jonathan Wakely | 1 | -0/+74 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-09-10 | Implement C++20 p1424 - 'constexpr' feature macro concerns... | Edward Smith-Rowland | 1 | -1/+1 |
2019-08-01 | Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a... | Edward Smith-Rowland | 1 | -0/+6 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-06-19 | Remove unused <exception> header from <utility> | Jonathan Wakely | 1 | -4/+0 |
2018-06-14 | Partially revert move of std::tuple_element_t to <tuple> | Jonathan Wakely | 1 | -0/+10 |
2018-06-14 | Define __cpp_lib_tuple_element_t in <tuple> not <utility> | Jonathan Wakely | 1 | -7/+0 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-01 | Add noexcept to std::integral_constant members | Jonathan Wakely | 1 | -1/+1 |
2017-10-30 | Implement LWG 2485 | Ville Voutilainen | 1 | -0/+25 |
2017-09-18 | Use built-in for std::make_integer_sequnce | Jonathan Wakely | 1 | -34/+19 |
2017-05-12 | PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T> | Jonathan Wakely | 1 | -10/+12 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-01 | Implement LWG 2766, | Ville Voutilainen | 1 | -4/+0 |
2016-11-15 | Make std::tuple_size<cv T> SFINAE-friendly (LWG 2770) | Jonathan Wakely | 1 | -6/+12 |
2016-11-14 | Implement P0504R0 (Revisiting in-place tag types for any/optional/variant). | Ville Voutilainen | 1 | -17/+19 |
2016-08-15 | Implement LWG 2744 and LWG 2754. | Ville Voutilainen | 1 | -1/+14 |
2016-08-03 | Define std::as_const | Jonathan Wakely | 1 | -0/+7 |
2016-07-14 | Implement P0032R3, Homogeneous interface for variant, any and optional, | Ville Voutilainen | 1 | -0/+28 |
2016-06-16 | Remove trailing whitespace from libstdc++ headers | Jonathan Wakely | 1 | -2/+2 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-21 | re PR libstdc++/66693 ([C++17] std::tuple_size fails with const std::array) | Ville Voutilainen | 1 | -4/+49 |
2015-11-17 | PR libstdc++/66059 optimise _Build_index_tuple | Jonathan Wakely | 1 | -4/+15 |
2015-06-23 | array: Include <array>. | François Dumont | 1 | -1/+11 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |