aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits
AgeCommit message (Expand)AuthorFilesLines
2022-04-15libstdc++: Avoid double-deref of __first in ranges::minmax [PR104858]Patrick Palka1-1/+1
2022-04-14libstdc++: Fix missing and incorrect feature test macros [PR105269]Jonathan Wakely1-1/+2
2022-04-01libstdc++: Fix filenames in Doxygen @file commentsTimm Bäder1-1/+1
2022-03-23libstdc++: Disable atomic wait for freestanding [PR105021]Jonathan Wakely1-1/+1
2022-03-21libstdc++: Work around clang misdesign in time_get<>::get [PR104990]Jakub Jelinek1-1/+1
2022-03-17libstdc++: Avoid including <algorithm> in <filesystem> [PR92546]Jonathan Wakely1-3/+6
2022-03-17libstdc++: Rewrite __moneypunct_cache::_M_cache [PR104966]Jonathan Wakely1-51/+51
2022-03-10libstdc++: Move closing brace outside #endif [PR104866]Detlef Vollmann1-1/+1
2022-03-08libstdc++: Remove incorrect copyright notice from headerJonathan Wakely1-14/+0
2022-03-07libstdc++: Use visibility pragmas instead of attributes [PR104807]Jonathan Wakely1-2/+7
2022-03-05libstdc++: Ensure __glibcxx_assert_fail has default visibilityJonathan Wakely1-1/+2
2022-03-01libstdc++: Fix -Wmaybe-uninitialized false positive [PR103984]Jonathan Wakely1-1/+1
2022-02-22libstdc++: Implement P2415R2 changes to viewable_range / views::allPatrick Palka2-3/+15
2022-02-17libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559]Jonathan Wakely1-2/+9
2022-02-15libstdc++: Add missing constexpr to uses-allocator construction utilities [PR...Jonathan Wakely1-2/+2
2022-02-14libstdc++: Fix stream extraction of IEEE128 long double [PR100912]Jonathan Wakely1-13/+10
2022-02-14libstdc++: Use __cpp_concepts instead of custom macro [PR103891]Jonathan Wakely1-5/+0
2022-02-10libstdc++: Strengthen memory order for atomic<T>::wait/notifyThomas Rodgers1-2/+2
2022-02-09libstdc++: Fix deadlock in atomic wait [PR104442]Thomas Rodgers1-4/+3
2022-02-04libstdc++: Fix filesystem::remove_all races [PR104161]Jonathan Wakely2-0/+12
2022-02-04libstdc++: Add suggestion to std::uncaught_exception() warningJonathan Wakely1-2/+2
2022-02-02libstdc++: Fix link failure in _OutputIteratorConceptJonathan Wakely1-1/+3
2022-02-01libstdc++: Fix doxygen comment for filesystem::perms operatorsJonathan Wakely1-1/+1
2022-02-01Strengthen memory order for atomic<T>::wait/notifyThomas Rodgers1-6/+6
2022-01-27libstdc++: Prevent -Wstringop-overread warning in std::deque [PR100516]Jonathan Wakely1-0/+3
2022-01-27libstdc++: Avoid overflow in ranges::advance(i, n, bound)Jonathan Wakely1-6/+9
2022-01-25libstdc++: Avoid some more warnings [PR104019]Jonathan Wakely2-30/+35
2022-01-23libstdc++: Restore support for unordered_map<const T, ...> [PR104174]Jonathan Wakely1-0/+11
2022-01-23libstdc++: Fix aliasing violation in std::shared_ptr [PR104019]Jonathan Wakely1-1/+1
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely16-18/+18
2022-01-21libstdc++: Fix constexpr constructor for atomic<shared_ptr<T>>Jonathan Wakely1-2/+2
2022-01-19libstdc++: Fix deprecated attribute for std::get_temporary_bufferJonathan Wakely1-1/+1
2022-01-19libstdc++: Remove unused std::pair helper functionJonathan Wakely1-14/+0
2022-01-19libstdc++: Fix std::atomic<std::shared_ptr<T>> for AIX [PR104101]Jonathan Wakely1-0/+4
2022-01-18libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099]Jonathan Wakely2-2/+6
2022-01-18libstdc++: Use __cpp_lib_concepts in std::reverse_iterator [PR104098]Jonathan Wakely1-2/+2
2022-01-18libstdc++: Fix ambiguous std::pair constructors [PR101124]Jonathan Wakely1-33/+52
2022-01-18libstdc++: Fix suggested alternative to std::ptr_funJonathan Wakely1-2/+2
2022-01-17libstdc++: Add 'typename' to dependent types in atomic<shared_ptr<T>>Jonathan Wakely1-2/+2
2022-01-17libstdc++: Implement C++20 atomic<shared_ptr> and atomic<weak_ptr>Jonathan Wakely2-0/+472
2022-01-14libstdc++: Add attribute to features deprecated in C++17 [PR91260]Jonathan Wakely12-17/+95
2022-01-14libstdc++: Add C++20 std::make_shared enhancements (P0674R1)Jonathan Wakely2-13/+557
2022-01-14libstdc++: Ignore cv-quals when std::allocator<void> constructsJonathan Wakely1-2/+2
2022-01-14libstdc++: Use std::construct_at in std::common_iterator [PR103992]Jonathan Wakely1-4/+4
2022-01-11libstdc++: Make std::variant work with Clang in C++20 mode [PR103891]Jonathan Wakely1-0/+5
2022-01-11libstdc++: Make std::common_iterator completely constexpr-able (LWG 3574)Jonathan Wakely1-16/+18
2022-01-10libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]Jakub Jelinek2-38/+255
2022-01-06libstdc++: Add self-merge check to std::forward_list::merge [PR103853]Pavel I. Kryukov1-0/+5
2022-01-06libstdc++: Adjust friend declarations to work with ClangJonathan Wakely1-2/+2
2022-01-05libstdc++: Optimize operations on small size hashtable [PR 68303]François Dumont2-34/+206