aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-30libstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof and strtoldJonathan Wakely1-2/+6
2020-07-27libstdc++: Make std::from_chars always round to nearestJonathan Wakely1-0/+12
2020-07-20libstdc++: Add std::from_chars for floating-point typesJonathan Wakely3-2/+426
2020-07-13libstdc++: Fix istream::ignore exit conditions (PR 94749, PR 96161)Jonathan Wakely2-22/+66
2020-06-23libstdc++: Regenerate makefilesJonathan Wakely5-0/+5
2020-06-11libstdc++: Fix istream::ignore discarding too many chars (PR 94749)Jonathan Wakely1-8/+4
2020-05-23libstdc++: Refactor filesystem::path string conversionsJonathan Wakely1-5/+1
2020-05-19libstdc++: Use RDRAND as fallback if RDSEED keeps failing (PR 94087)Jonathan Wakely1-2/+24
2020-05-11Revert "libstdc++ Enhance thread safety of debug mode iterators"François Dumont1-29/+28
2020-05-10libstdc++ Enhance thread safety of debug mode iteratorsFrançois Dumont1-28/+29
2020-05-04libstdc++: Fix incorrect size calculation in PMR resource (PR 94906)Jonathan Wakely1-2/+2
2020-05-04libstdc++: Make pmr::synchronized_pool_resource work without libpthread (PR 9...Jonathan Wakely1-44/+83
2020-03-09libstdc++: Handle type-changing path concatenations (PR 94063)Jonathan Wakely1-0/+40
2020-03-06libstdc++: Deal with ENOSYS == ENOTSUPAndreas Krebbel1-1/+2
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely1-10/+10
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki5-0/+5
2020-01-09libstdc++: Define memory resource key functions non-inline (PR93208)Jonathan Wakely1-0/+8
2020-01-08libstdc++: Fix error handling in filesystem::remove_all (PR93201)Jonathan Wakely2-32/+100
2020-01-01Update copyright years.Jakub Jelinek121-121/+121
2019-12-12libstdc++: Qualify isdigit call to fix versioned namespace build.François Dumont1-1/+2
2019-12-09libstdc++: fix buffer overflow in path::operator+= (PR92853)Jonathan Wakely1-10/+1
2019-11-15libstdc++: Implement LWG 3070 in path::lexically_relativeJonathan Wakely1-1/+21
2019-10-16[_GLIBCXX_DEBUG] Clarify constness and state <unknown> entries.François Dumont1-2/+2
2019-10-10PR libstdc++/91057 fix bootstrap failure on powerpcJonathan Wakely1-1/+2
2019-10-09PR libstdc++/91057 set locale::id::_M_index atomicallyJonathan Wakely1-18/+54
2019-10-09PR libstdc++/78552 only construct std::locale for C locale onceJonathan Wakely1-1/+2
2019-10-04Build filesystem library with large file supportJonathan Wakely4-2/+6
2019-09-27PR libstdc++/91910 fix data race in Debug Mode destructorsJonathan Wakely1-7/+14
2019-09-02Use __constinit keyword in libstdc++ sourcesJonathan Wakely1-3/+3
2019-08-23Fix libstdc++ lstat missing return type for Windows target.Joseph Myers1-1/+1
2019-08-12PR libstdc++/90361 add missing macro definitionJonathan Wakely1-0/+6
2019-06-27PR libstdc++/91012 fixfilesystem_error::what() stringJonathan Wakely1-7/+7
2019-06-17PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely2-2/+2
2019-06-07PR libstdc++/90770 fix missing src/debug/MakefileJonathan Wakely2-2/+2
2019-05-31Fix breakage due to removing __gnu_cxx::size_t declarationJonathan Wakely1-0/+2
2019-05-31Fix random_device to work with COW strings againJonathan Wakely2-48/+14