summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits
AgeCommit message (Expand)Author
2022-08-05libstdc++: Update value of __cpp_lib_ios_noreplace macroJonathan Wakely
2022-08-03libstdc++: Tweak common_iterator::operator-> return type [PR104443]Jonathan Wakely
2022-08-03libstdc++: Add nodiscard attribute to filesystem operationsJonathan Wakely
2022-08-03libstdc++: Support constexpr global std::string for size < 15 [PR105995]Jonathan Wakely
2022-08-03libstdc++: Fix indentation in allocator base classesJonathan Wakely
2022-08-03libstdc++: Check for size overflow in constexpr allocation [PR105957]Jonathan Wakely
2022-07-26libstdc++: Minor codegen improvement for atomic wait spinloopThomas Rodgers
2022-07-21libstdc++: Fix std::common_iterator assignment [PR100823]Jonathan Wakely
2022-07-21libstdc++: Fix minor bugs in std::common_iteratorJonathan Wakely
2022-07-21libstdc++: Make headers include their prerequisitesNathan Sidwell
2022-07-21libstdc++: Fix comment typosJonathan Wakely
2022-06-08libstdc++: Only include <ext/atomicity.h> for COW stringJonathan Wakely
2022-05-27libstdc++: Add constexpr to std::counted_iterator post-increment (LWG 3643)Jonathan Wakely
2022-05-27libstdc++: Fix typo in doxygen @headerfile commandJonathan Wakely
2022-05-06libstdc++: Fix deserialization for std::normal_distribution [PR105502]Jonathan Wakely
2022-04-26libstdc++: Add std::atomic<shared_ptr>(nullptr_t) constructor (LWG 3661)Jonathan Wakely
2022-04-26libstdc++: Define std::hash<std::filesystem::path> (LWG 3657)Jonathan Wakely
2022-04-25libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3)Jonathan Wakely
2022-04-22libstdc++: Make atomic notify_one and notify_all non-constThomas W Rodgers
2022-04-15libstdc++: Avoid double-deref of __first in ranges::minmax [PR104858]Patrick Palka
2022-04-14libstdc++: Fix missing and incorrect feature test macros [PR105269]Jonathan Wakely
2022-04-01libstdc++: Fix filenames in Doxygen @file commentsTimm Bäder
2022-03-23libstdc++: Disable atomic wait for freestanding [PR105021]Jonathan Wakely
2022-03-21libstdc++: Work around clang misdesign in time_get<>::get [PR104990]Jakub Jelinek
2022-03-17libstdc++: Avoid including <algorithm> in <filesystem> [PR92546]Jonathan Wakely
2022-03-17libstdc++: Rewrite __moneypunct_cache::_M_cache [PR104966]Jonathan Wakely
2022-03-10libstdc++: Move closing brace outside #endif [PR104866]Detlef Vollmann
2022-03-08libstdc++: Remove incorrect copyright notice from headerJonathan Wakely
2022-03-07libstdc++: Use visibility pragmas instead of attributes [PR104807]Jonathan Wakely
2022-03-05libstdc++: Ensure __glibcxx_assert_fail has default visibilityJonathan Wakely
2022-03-01libstdc++: Fix -Wmaybe-uninitialized false positive [PR103984]Jonathan Wakely
2022-02-22libstdc++: Implement P2415R2 changes to viewable_range / views::allPatrick Palka
2022-02-17libstdc++: Deprecate non-standard std::vector<bool>::insert(pos) [PR104559]Jonathan Wakely
2022-02-15libstdc++: Add missing constexpr to uses-allocator construction utilities [PR...Jonathan Wakely
2022-02-14libstdc++: Fix stream extraction of IEEE128 long double [PR100912]Jonathan Wakely
2022-02-14libstdc++: Use __cpp_concepts instead of custom macro [PR103891]Jonathan Wakely
2022-02-10libstdc++: Strengthen memory order for atomic<T>::wait/notifyThomas Rodgers
2022-02-09libstdc++: Fix deadlock in atomic wait [PR104442]Thomas Rodgers
2022-02-04libstdc++: Fix filesystem::remove_all races [PR104161]Jonathan Wakely
2022-02-04libstdc++: Add suggestion to std::uncaught_exception() warningJonathan Wakely
2022-02-02libstdc++: Fix link failure in _OutputIteratorConceptJonathan Wakely
2022-02-01libstdc++: Fix doxygen comment for filesystem::perms operatorsJonathan Wakely
2022-02-01Strengthen memory order for atomic<T>::wait/notifyThomas Rodgers
2022-01-27libstdc++: Prevent -Wstringop-overread warning in std::deque [PR100516]Jonathan Wakely
2022-01-27libstdc++: Avoid overflow in ranges::advance(i, n, bound)Jonathan Wakely
2022-01-25libstdc++: Avoid some more warnings [PR104019]Jonathan Wakely
2022-01-23libstdc++: Restore support for unordered_map<const T, ...> [PR104174]Jonathan Wakely
2022-01-23libstdc++: Fix aliasing violation in std::shared_ptr [PR104019]Jonathan Wakely
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely
2022-01-21libstdc++: Fix constexpr constructor for atomic<shared_ptr<T>>Jonathan Wakely