aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-05libstdc++: Export basic_stringbuf constructor [PR 97729]Jonathan Wakely1-0/+6
2020-11-05libstdc++: Fix new <sstream> constructorsJonathan Wakely1-4/+2
2020-11-03libstdc++: Refactor std::call_once internalsJonathan Wakely1-29/+39
2020-11-03libstdc++: Rewrite std::call_once to use futexes [PR 66146]Jonathan Wakely1-0/+59
2020-11-03libstdc++: use lt_host_flags for libstdc++.laJonathan Yong2-2/+2
2020-10-31libstdc++: Fix gnu-version-namespace buidFrançois Dumont2-4/+50
2020-10-31libstdc++: Use double for unordered container load factors [PR 96958]Jonathan Wakely1-6/+6
2020-10-28libstdc++: Implement C++20 features for <sstream>Thomas Rodgers5-9/+965
2020-10-27libstdc++: Fix directory_iterator exception specificationJonathan Wakely1-5/+1
2020-10-06libstdc++: Reduce uses of std::numeric_limitsJonathan Wakely1-1/+1
2020-10-05libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190]Jonathan Wakely1-0/+4
2020-09-22libstdc++: Fix out-of-bounds string_view access in filesystem::path [PR 97167]Jonathan Wakely1-1/+1
2020-09-11libstdc++: Support futex waiting on chrono::steady_clock directlyMike Crowe1-0/+82
2020-09-11libstdc++: Use FUTEX_CLOCK_REALTIME for futex waitMike Crowe1-0/+37
2020-09-10libstdc++: handle small max_blocks_per_chunk in pool resources [PR 94160]Jonathan Wakely1-6/+15
2020-09-10libstdc++: Reduce monotonic_buffer_resource overallocation [PR 96942]Jonathan Wakely1-65/+91
2020-08-11libstdc++: Make std::this_thread functions work without gthreadsJonathan Wakely1-14/+19
2020-08-10libstdc++: Fix build for targets without lstat [PR 94681]Jonathan Wakely2-2/+2
2020-08-10libstdc++: Use _wstat64 for Windows [PR 95749]Jonathan Wakely1-3/+3
2020-08-06libstdc++: Do not set eofbit eagerly in operator>>(istream&, char(&)[N])Jonathan Wakely2-2/+3
2020-08-06libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]Jonathan Wakely2-0/+12
2020-08-05libstdc++: Replace operator>>(istream&, char*) [LWG 2499]Jonathan Wakely2-7/+14
2020-07-31libstdc++: Fix use of newlocale in std:::from_charsJonathan Wakely1-1/+1