aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2021-06-28libstdc++: Remove redundant explicit instantiationsJonathan Wakely1-10/+0
2021-05-26libstdc++: [_GLIBCXX_DEBUG] Enhance rendering of assert messageFrançois Dumont1-227/+256
2021-05-20libstdc++: Disable floating_to_chars.cc on 16 bit targetsJoern Rennecke1-1/+3
2021-05-11libstdc++: Remove extern "C" from Ryu sourcesPatrick Palka2-18/+4
2021-04-15libstdc++: Move atomic functions to libsupc++ [PR 96657]Jonathan Wakely2-12/+3
2021-04-07libstdc++: Fix filesystem::path construction from COW string [PR 99805]Jonathan Wakely1-6/+4
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