summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++11
AgeCommit message (Expand)Author
2022-04-29libstdc++: Add missing exports for ppc64le --with-long-double-format=ibm [PR1...Jonathan Wakely
2022-04-01libstdc++: Implement std::unreachable() for C++23 (P0627R6)Jonathan Wakely
2022-03-14libstdc++: Fix reading UTF-8 characters for 16-bit targets [PR104875]Jonathan Wakely
2022-01-20libstdc++: Use Clang attribute instead of __constinitJonathan Wakely
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely
2022-01-05libstdc++: Optimize operations on small size hashtable [PR 68303]François Dumont
2022-01-05libstdc++: Improvements to standard error category objects (part deux)Jonathan Wakely
2022-01-05libstdc++: Improve std::regex_error::what() stringsJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-12-09libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]Jonathan Wakely
2021-12-02libstdc++: Allow exception classes to move fully-dynamic stringsJonathan Wakely
2021-11-12libstdc++: Print assertion messages to stderr [PR59675]Jonathan Wakely
2021-11-09libstdc++: Do not use 64-bit DARN on 32-bit powerpc [PR103146]Jonathan Wakely
2021-11-09libstdc++: Support getentropy and arc4random in std::random_deviceJonathan Wakely
2021-11-05libstdc++: Add [[unlikely]] attributes to std::random_device routinesJonathan Wakely
2021-11-05libstdc++: Add support for POWER9 DARN instruction to std::random_deviceJonathan Wakely
2021-10-19libstdc++: Implement std::random_device::entropy() for other sourcesJonathan Wakely
2021-10-08libstdc++: Detect miscompilation of src/c++11/limits.ccJonathan Wakely
2021-10-01libstdc++: Simplify __throw_out_of_range_fmt for freestandingJonathan Wakely
2021-09-23libstdc++: Make std::system_category() recognize Windows error codesJonathan Wakely
2021-09-23libstdc++: Improvements to standard error category objectsJonathan Wakely
2021-09-23libstdc++: std::system_category should know meaning of zero [PR102425]Jonathan Wakely
2021-08-31libstdc++: Remove redundant noexcept-specifier on definitionsJonathan Wakely
2021-08-24libstdc++: Fix mismatched class-key tagsJonathan Wakely
2021-08-16libstdc++: Use qualified-id for class member constant [PR101937]Jonathan Wakely
2021-06-28libstdc++: Remove redundant explicit instantiationsJonathan Wakely
2021-05-26libstdc++: [_GLIBCXX_DEBUG] Enhance rendering of assert messageFrançois Dumont
2021-03-26libstdc++: Add PRNG fallback to std::random_deviceJonathan Wakely
2021-03-16libstdc++: Remove symbols for new std::call_once implementation [PR 99341]Jonathan Wakely
2021-03-16libstdc++: Revert to old std::call_once implementation [PR 99341]Jonathan Wakely
2021-02-12libstdc++: Add unused attributes to shared_ptr functionsJonathan Wakely
2021-02-12libstdc++: Fix bootstrap with -fno-rtti [PR 99077]Jonathan Wakely
2021-01-18libstd++: : Add workaround for as Error: file number less than one error [PR9...Jakub Jelinek
2021-01-14libstdc++: Implement N3644 for _GLIBCXX_DEBUG iteratorsFrançois Dumont
2021-01-04Update copyright years.Jakub Jelinek
2020-12-17libstdc++: Fix -Wunused warningJonathan Wakely
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely
2020-12-09libstdc++: Fix build failure for target with no way to sleepJonathan Wakely
2020-11-25libstdc++: Encapsulate __gthread_cond_t as std::__condvarJonathan Wakely
2020-11-24libstdc++: Throw instead of segfaulting in std::thread constructor [PR 67791]Jonathan Wakely
2020-11-19libstdc++: Move std::thread to a new headerJonathan Wakely
2020-11-19libstdc++: Fix overflow checks to use the correct "time_t" [PR 93456]Jonathan Wakely
2020-11-17libstdc++: Revert changes for SYS_clock_gettime64 [PR 93421]Jonathan Wakely
2020-11-13libstdc++: Use custom timespec in system calls [PR 93421]Jonathan Wakely
2020-11-13libstdc++: Remove redundant overflow check for futex timeout [PR 93456]Jonathan Wakely
2020-11-13libstdc++: Avoid more 32-bit time_t overflows in futex callsJonathan Wakely
2020-11-13libstdc++: Avoid 32-bit time_t overflows in futex callsJonathan Wakely
2020-11-12libstdc++: Optimise std::future::wait_for and fix futex pollingJonathan Wakely
2020-11-03libstdc++: Refactor std::call_once internalsJonathan Wakely