aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2024-04-22libstdc++: Fix conversion of simd to vector builtinMatthias Kretz1-1/+1
2024-04-22libstdc++: Silence irrelevant warnings in <experimental/simd>Matthias Kretz2-3/+8
2024-04-19libstdc++: Simplify constraints on <=> for std::reference_wrapperJonathan Wakely1-5/+11
2024-04-17libstdc++: Implement "Printing blank lines with println" for C++23Jonathan Wakely2-0/+26
2024-04-17libstdc++: Add include guard to simd-internal headerMatthias Kretz1-0/+4
2024-04-17libstdc++: Avoid ill-formed types on ARMMatthias Kretz1-2/+2
2024-04-15libstdc++: Add std::reference_wrapper comparison operators for C++26Jonathan Wakely4-0/+64
2024-04-15libstdc++: Heterogeneous std::pair comparisons [PR113386]Jonathan Wakely1-8/+24
2024-04-10libstdc++: Fix build for targets without FP std::from_chars [PR114633]Jonathan Wakely1-0/+4
2024-04-08libstdc++: Use char for _Utf8_view if char8_t isn't available [PR114519]Jonathan Wakely1-0/+3
2024-04-03libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606]Jonathan Wakely1-1/+1
2024-04-02libstdc++: Guard uses of char8_t with __cpp_char8_t [PR114519]Jonathan Wakely1-3/+7
2024-04-02libstdc++: Allow adjacent __maybe_present_t<false, ...> fields to overlapPatrick Palka1-5/+8
2024-03-27libstdc++: Add masked ++/-- implementation for sizeof < 16Matthias Kretz1-10/+14
2024-03-27libstdc++: Fix call signature of builtins from masked ++/--Matthias Kretz1-3/+9
2024-03-27libstdc++: add ARM SVE support to std::experimental::simdSrinivas Yadav Singanaboina9-104/+2152
2024-03-26libstdc++: fix generator iterator operator* return typeArsen Arsenović1-2/+2
2024-03-26libstdc++: fix _V badname in <generator>Arsen Arsenović1-8/+10
2024-03-23libstdc++: Disable std::formatter specializations (LWG 3944)Jonathan Wakely1-0/+23
2024-03-23libstdc++: Add __is_in_place_index_v helper and use it in <variant>Jonathan Wakely2-1/+8
2024-03-23libstdc++: Use std::type_identity_t in <string_view> as per LWG 3950 [PR114400]Jonathan Wakely1-2/+10
2024-03-22libstdc++: Destroy allocators in re-inserted container nodes [PR114401]Jonathan Wakely3-15/+28
2024-03-22libstdc++: Constrain std::vector default constructor [PR113841]Jonathan Wakely3-0/+9
2024-03-22libstdc++: Use feature test macros in <bits/stl_construct.h>Jonathan Wakely1-7/+7
2024-03-22libstdc++: Reorder feature test macro definitionsJonathan Wakely2-37/+37
2024-03-22libstdc++: Replace std::result_of with __invoke_result_t [PR114394]Jonathan Wakely2-1/+5
2024-03-20libstdc++: [_GLIBCXX_DEBUG] Define __cpp_lib_null_iteratorsFrançois Dumont2-2/+1
2024-03-19libstdc++: Fix infinite loop in std::binomial_distribution [PR114359]Jonathan Wakely1-1/+1
2024-03-19libstdc++: Suppress deprecation messages from <tbb/task.h> [PR101228]Jonathan Wakely1-0/+10
2024-03-19libstdc++: Regenerate <bits/version.h> in maintainer modeJonathan Wakely2-0/+10
2024-03-19libstdc++: Fix Python scripts to output the correct filenameJonathan Wakely2-2/+3
2024-03-19libstdc++: Begin lifetime of storage in std::vector<bool> [PR114367]Jonathan Wakely1-6/+6
2024-03-18libstdc++: Fix N3344 behavior on _Safe_iterator::_M_can_advanceFrançois Dumont1-0/+3
2024-03-18libstdc++: Fix _Safe_local_iterator<>::_M_valid_rangeFrançois Dumont1-1/+7
2024-03-17libstdc++: Implement N3644 on _Safe_iterator<> [PR114316]François Dumont1-0/+12
2024-03-14libstdc++: Fix std::format("{}", negative_integer) [PR114325]Jonathan Wakely1-3/+4
2024-03-14libstdc++: Add nodiscard in <algorithm>Jonathan Wakely3-71/+71
2024-03-14libstdc++: Add missing clear_padding in __atomic_float constructorxndcn1-1/+1
2024-03-14libstdc++: Update C++23 status in the manualJonathan Wakely1-1/+1
2024-03-09libstdc++: Do not require a time-of-day when parsing sys_days [PR114240]Jonathan Wakely1-1/+11
2024-03-09libstdc++: Fix parsing of leap seconds as chrono::utc_time [PR114279]Jonathan Wakely1-12/+62
2024-03-07libstdc++: Use std::from_chars to speed up parsing subsecond durationsJonathan Wakely1-10/+18
2024-03-07libstdc++: Fix parsing of fractional seconds [PR114244]Jonathan Wakely1-6/+12
2024-03-07libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR1...Jonathan Wakely3-4/+5
2024-03-07libstdc++: Update expiry times for leap seconds listsJonathan Wakely1-1/+1
2024-03-07libstdc++: Better diagnostics for std::format errorsJonathan Wakely1-0/+13
2024-03-04libstdc++: Add missing std::tuple constructor [PR114147]Jonathan Wakely1-0/+14
2024-02-29libstdc++: Fix std::basic_format_arg::handle for BasicFormattersJonathan Wakely1-5/+1
2024-02-29libstdc++: Fix conditions for using memcmp in std::lexicographical_compare_th...Jonathan Wakely1-19/+22
2024-02-28libstdc++: Fix noexcept on dtors in <experimental/scope> [PR114152]Jonathan Wakely1-3/+3