aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
8 dayslibstdc++: Fix _Atomic(T) macro in <stdatomic.h> [PR115807]Jonathan Wakely1-1/+1
2024-06-21libstdc++: Fix find_last_set(simd_mask) to ignore padding bitsMatthias Kretz1-13/+13
2024-06-20libstdc++: Fix simd<char> conversion for -fno-signed-char for ClangMatthias Kretz1-18/+27
2024-06-20libstdc++: Avoid MMX return types from __builtin_shufflevectorMatthias Kretz1-11/+28
2024-06-20libstdc++: Use __builtin_shufflevector for simd split and concatMatthias Kretz3-192/+125
2024-06-11libstdc++: Define __cpp_lib_constexpr_algorithms in <utility> (LWG 3792)Jonathan Wakely1-0/+4
2024-06-11libstdc++: Fix uses of non-reserved names in headersJonathan Wakely6-48/+48
2024-06-11libstdc++: Implement some missing functions for net::ip::network_v6Jonathan Wakely1-4/+22
2024-06-11libstdc++: Add preprocessor checks to <experimental/internet> [PR100285]Jonathan Wakely1-0/+2
2024-06-11libstdc++: Fix std::__uninitialized_default_n for constant evaluation [PR110542]Jonathan Wakely1-0/+6
2024-06-11libstdc++: Fix infinite loop in std::binomial_distribution [PR114359]Jonathan Wakely1-1/+1
2024-06-11libstdc++: Begin lifetime of storage in std::vector<bool> [PR114367]Jonathan Wakely1-6/+6
2024-06-11libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606]Jonathan Wakely1-1/+1
2024-06-11libstdc++: Destroy allocators in re-inserted container nodes [PR114401]Jonathan Wakely3-13/+26
2024-05-08libstdc++: Fix conversion of simd to vector builtinMatthias Kretz1-1/+1
2024-05-08libstdc++: Silence irrelevant warnings in <experimental/simd>Matthias Kretz2-3/+8
2024-05-08libstdc++: Add include guard to simd-internal headerMatthias Kretz1-0/+4
2024-05-08libstdc++: Avoid ill-formed types on ARMMatthias Kretz1-2/+2
2024-05-08libstdc++: Add masked ++/-- implementation for sizeof < 16Matthias Kretz1-10/+14
2024-05-08libstdc++: Fix call signature of builtins from masked ++/--Matthias Kretz1-3/+9
2024-05-08libstdc++: Avoid vector casts while still avoiding PR90424Matthias Kretz1-25/+15
2024-05-08libstdc++: Replace use of incorrect non-temporal storeMatthias Kretz2-37/+7
2024-05-08libstdc++: Protect against macrosMatthias Kretz1-4/+4
2024-03-18libstdc++: Implement P2538R1 ADL-proof std::projectedJonathan Wakely1-10/+25
2024-03-18libstdc++: Add @headerfile and @since to doxygen comments [PR40380]Jonathan Wakely16-8/+87
2024-03-18libstdc++: Fix Doxygen warningJonathan Wakely1-5/+5
2024-03-18libstdc++: Improve Doxygen comments in <tuple>Jonathan Wakely1-5/+23
2024-03-18libstdc++: Fix -Wsystem-headers warningsJonathan Wakely3-3/+7
2024-03-18libstdc++: Improve doxygen docs for <mutex>Jonathan Wakely3-4/+57
2024-03-18libstdc++: Improve doxygen docs for some of <memory>Jonathan Wakely3-4/+14
2024-03-18libstdc++: Improve doxygen docs for algorithms and moreJonathan Wakely4-104/+112
2024-03-18libstdc++: Improve doxygen docs for std::allocatorJonathan Wakely4-10/+41
2024-03-18libstdc++: Improve doxygen docs for <regex>Jonathan Wakely4-10/+65
2024-03-18libstdc++: Improve doxygen docs for <atomic>Jonathan Wakely3-25/+54
2024-03-18libstdc++: Add macros for the inline namespace std::_V2Jonathan Wakely6-18/+26
2024-03-18libstdc++: Simplify fs::path construction using variable templateJonathan Wakely1-9/+6
2024-03-18libstdc++: Update std::pointer_traits to match new LWG 3545 wordingJonathan Wakely1-14/+6
2024-03-18libstdc++: Simplify detection idiom using conceptsJonathan Wakely4-39/+43
2024-03-18libstdc++: Improve doxygen docs for std::pointer_traitsJonathan Wakely1-0/+6
2024-03-18libstdc++: Fix allocator propagation in regex algorithms [PR107376]Jonathan Wakely2-9/+11
2024-03-18libstdc++: Define std::basic_stringbuf::view() for old std::string ABIJonathan Wakely1-7/+25
2024-03-18libstdc++: Explicitly default some copy ctors and assignmentsJonathan Wakely2-0/+16
2024-03-18libstdc++: Add static_assert to std::integer_sequence [PR112473]Jonathan Wakely1-0/+3
2024-03-18libstdc++: Remove non-void static assertions in variant's std::get [PR111172]Jonathan Wakely1-4/+0
2024-03-18libstdc++: Fix exception thrown by std::shared_lock::unlock() [PR112089]Jonathan Wakely1-1/+1
2024-03-18libstdc++: Fix conditions for using memcmp in std::lexicographical_compare_th...Jonathan Wakely1-19/+22
2024-03-18libstdc++: Do not use memmove for 1-element ranges [PR108846]Jonathan Wakely1-22/+24
2024-03-18libstdc++: Make std::istream_iterator copy ctor constexpr (LWG 3600)Jonathan Wakely1-0/+1
2024-03-18libstdc++: Add allocator-extended constructors to std::match_results (LWG 2195)Jonathan Wakely1-0/+10
2024-03-18libstdc++: Add deprecated attribute to std::random_shuffle declarationsJonathan Wakely2-2/+4