summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)Author
2020-08-11libstdc++: Make std::this_thread functions work without gthreadsJonathan Wakely
2020-08-10libstdc++: Fix build for targets without lstat [PR 94681]Jonathan Wakely
2020-08-10libstdc++: Use _wstat64 for Windows [PR 95749]Jonathan Wakely
2020-08-06libstdc++: Do not set eofbit eagerly in operator>>(istream&, char(&)[N])Jonathan Wakely
2020-08-06libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]Jonathan Wakely
2020-08-05libstdc++: Replace operator>>(istream&, char*) [LWG 2499]Jonathan Wakely
2020-07-31libstdc++: Fix use of newlocale in std:::from_charsJonathan Wakely
2020-07-30libstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof and strtoldJonathan Wakely
2020-07-27libstdc++: Make std::from_chars always round to nearestJonathan Wakely
2020-07-20libstdc++: Add std::from_chars for floating-point typesJonathan Wakely
2020-07-13libstdc++: Fix istream::ignore exit conditions (PR 94749, PR 96161)Jonathan Wakely
2020-06-23libstdc++: Regenerate makefilesJonathan Wakely
2020-06-11libstdc++: Fix istream::ignore discarding too many chars (PR 94749)Jonathan Wakely
2020-05-23libstdc++: Refactor filesystem::path string conversionsJonathan Wakely
2020-05-19libstdc++: Use RDRAND as fallback if RDSEED keeps failing (PR 94087)Jonathan Wakely
2020-05-11Revert "libstdc++ Enhance thread safety of debug mode iterators"François Dumont
2020-05-10libstdc++ Enhance thread safety of debug mode iteratorsFrançois Dumont
2020-05-04libstdc++: Fix incorrect size calculation in PMR resource (PR 94906)Jonathan Wakely
2020-05-04libstdc++: Make pmr::synchronized_pool_resource work without libpthread (PR 9...Jonathan Wakely
2020-03-09libstdc++: Handle type-changing path concatenations (PR 94063)Jonathan Wakely
2020-03-06libstdc++: Deal with ENOSYS == ENOTSUPAndreas Krebbel
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki
2020-01-09libstdc++: Define memory resource key functions non-inline (PR93208)Jonathan Wakely
2020-01-08libstdc++: Fix error handling in filesystem::remove_all (PR93201)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-12-12libstdc++: Qualify isdigit call to fix versioned namespace build.François Dumont
2019-12-09libstdc++: fix buffer overflow in path::operator+= (PR92853)Jonathan Wakely
2019-11-15libstdc++: Implement LWG 3070 in path::lexically_relativeJonathan Wakely
2019-10-16[_GLIBCXX_DEBUG] Clarify constness and state <unknown> entries.François Dumont
2019-10-10PR libstdc++/91057 fix bootstrap failure on powerpcJonathan Wakely
2019-10-09PR libstdc++/91057 set locale::id::_M_index atomicallyJonathan Wakely
2019-10-09PR libstdc++/78552 only construct std::locale for C locale onceJonathan Wakely
2019-10-04Build filesystem library with large file supportJonathan Wakely
2019-09-27PR libstdc++/91910 fix data race in Debug Mode destructorsJonathan Wakely
2019-09-02Use __constinit keyword in libstdc++ sourcesJonathan Wakely
2019-08-23Fix libstdc++ lstat missing return type for Windows target.Joseph Myers
2019-08-12PR libstdc++/90361 add missing macro definitionJonathan Wakely
2019-06-27PR libstdc++/91012 fixfilesystem_error::what() stringJonathan Wakely
2019-06-17PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely
2019-06-07PR libstdc++/90770 fix missing src/debug/MakefileJonathan Wakely
2019-05-31Fix breakage due to removing __gnu_cxx::size_t declarationJonathan Wakely
2019-05-31Fix random_device to work with COW strings againJonathan Wakely
2019-05-29PR libstdc++/88881 fix filesystem::symlink_status for WindowsJonathan Wakely
2019-05-29Optimize filesystem::path::parent_path()Jonathan Wakely
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely
2019-05-28PR libstdc++/90634 reduce allocations in filesystem::path constructionJonathan Wakely
2019-05-22PR libstdc++/90557 fix path assignment that alters sourceJonathan Wakely
2019-05-16Remove incorrect assertion from filesystem::absoluteJonathan Wakely
2019-05-04PR libstdc++/90299 make filesystem::absolute overloads consistentJonathan Wakely