aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2021-03-26libstdc++: Add PRNG fallback to std::random_deviceJonathan Wakely1-94/+158
2021-03-16libstdc++: Remove symbols for new std::call_once implementation [PR 99341]Jonathan Wakely1-84/+0
2021-03-16libstdc++: Revert to old std::call_once implementation [PR 99341]Jonathan Wakely1-6/+31
2021-03-15libstdc++-v3: Update VTV vars for libtool link commands [PR99172]Caroline Tice2-2/+5
2021-03-11libstdc++: Add a fallback 128-bit integer class type and use itPatrick Palka2-23/+332
2021-03-11libstdc++: Remove Ryu's uint128_t aliasesPatrick Palka4-9/+3
2021-03-11libstdc++: Add a LOCAL_PATCHES file to Ryu source directoryPatrick Palka1-0/+1
2021-03-11libstdc++: Factor out uses of __int128 into a type aliasPatrick Palka1-9/+16
2021-03-11libstdc++: Handle EPERM for filesystem access errors on MacOS [PR 99537]Jonathan Wakely3-2/+14
2021-02-24libstdc++: Fix order of arguments to sprintf [PR 99261]Jonathan Wakely1-2/+2
2021-02-24libstdc++: Fix __floating_to_chars_precision for __float128Patrick Palka1-1/+1
2021-02-24libstdc++: Define std::to_chars overloads for __ieee128 [PR 98389]Jonathan Wakely3-113/+195
2021-02-22libstdc++: Fix endianness issue with IBM long double [PR98384]Patrick Palka1-4/+4
2021-02-12libstdc++: Re-enable workaround for _wstat64 bug, again [PR 88881]Jonathan Wakely1-2/+0
2021-02-12libstdc++: Fix filesystem::rename on Windows [PR 98985]Jonathan Wakely2-1/+40
2021-02-12libstdc++: Add unused attributes to shared_ptr functionsJonathan Wakely1-1/+1
2021-02-12libstdc++: Fix bootstrap with -fno-rtti [PR 99077]Jonathan Wakely1-6/+5
2021-02-10libstdc++: Re-enable workaround for _wstat64 bug [PR 88881]Jonathan Wakely1-2/+0
2021-02-10libstdc++: Use correct error category for Windows error codesJonathan Wakely2-6/+6
2021-02-09libstdc++: Fix build failure for targets without unistd.hVladimir Vishnevsky1-1/+1
2021-01-21libstdc++: Regenerate Makefile.inJonathan Wakely1-2/+2
2021-01-18libstd++: : Add workaround for as Error: file number less than one error [PR9...Jakub Jelinek2-4/+4
2021-01-14libstdc++: Implement N3644 for _GLIBCXX_DEBUG iteratorsFrançois Dumont1-4/+1
2021-01-04Update copyright years.Jakub Jelinek130-130/+130
2020-12-21libstdc++: Disable floating-point std::to_chars on unsupported targetsPatrick Palka1-4/+6
2020-12-18libstdc++: Fix mistake in PR98374 change [PR98377]Patrick Palka1-1/+1
2020-12-18libstdc++: Fix build failure on AArch64 ILP32 [PR98370]Patrick Palka1-1/+1
2020-12-18libstdc++: Fix build failure due to missing <langinfo.h> [PR98374]Patrick Palka1-1/+5
2020-12-18libstdc++: Check FE_TONEAREST is defined before using itPatrick Palka2-6/+6
2020-12-17libstdc++: Add floating-point std::to_chars implementationPatrick Palka3-1/+1566
2020-12-17libstdc++: Apply modifications to our local copy of RyuPatrick Palka8-236/+45
2020-12-17libstdc++: Import parts of the Ryu libraryPatrick Palka13-0/+8024
2020-12-17libstdc++: Fix -Wunused warningJonathan Wakely1-1/+2
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely21-268/+885
2020-12-09libstdc++: Fix build failure for target with no way to sleepJonathan Wakely1-1/+4
2020-11-27libstdc++: Partially revert r11-5314Jonathan Wakely2-2/+2
2020-11-25libstdc++: Encapsulate __gthread_cond_t as std::__condvarJonathan Wakely1-29/+4
2020-11-24libstdc++: Throw instead of segfaulting in std::thread constructor [PR 67791]Jonathan Wakely1-0/+10
2020-11-24libstdc++: Use __libc_single_threaded for locale initializationJonathan Wakely2-3/+3
2020-11-19libstdc++: Move std::thread to a new headerJonathan Wakely1-0/+1
2020-11-19libstdc++: Fix overflow checks to use the correct "time_t" [PR 93456]Jonathan Wakely1-6/+8
2020-11-17libstdc++: Revert changes for SYS_clock_gettime64 [PR 93421]Jonathan Wakely2-19/+5
2020-11-16libstdc++: Fix error shown during Solaris buildJonathan Wakely2-4/+4
2020-11-13libstdc++: Use custom timespec in system calls [PR 93421]Jonathan Wakely2-8/+32
2020-11-13libstdc++: Remove redundant overflow check for futex timeout [PR 93456]Jonathan Wakely1-12/+14
2020-11-13libstdc++: Avoid more 32-bit time_t overflows in futex callsJonathan Wakely1-14/+22
2020-11-13libstdc++: Avoid 32-bit time_t overflows in futex callsJonathan Wakely1-26/+53
2020-11-12libstdc++: Optimise std::future::wait_for and fix futex pollingJonathan Wakely1-0/+9
2020-11-10libstdc++: Add remaining C++20 additions to <sstream> [P0408R7]Jonathan Wakely1-0/+48
2020-11-05libstdc++: Use non-throwing increment in recursive_directory_iterator [PR 97731]Jonathan Wakely1-7/+11