aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)Author
2023-04-28libstdc++: Throw instead of segfaulting in std::thread constructor [PR 67791]Jonathan Wakely
2023-03-16libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636]Jonathan Wakely
2022-06-15libstdc++: Reset filesystem::recursive_directory_iterator on errorJonathan Wakely
2022-06-14libstdc++: Fix error reporting in filesystem::copy [PR99290]Jonathan Wakely
2022-05-09libstdc++: Use LTLIBICONV when linking libstdc++.so [PR93602]Jonathan Wakely
2022-04-26libstdc++: Remove un-implementable noexcept from Filesystem TS operationsJonathan Wakely
2021-10-12libstdc++: std::system_category should know meaning of zero [PR102425]Jonathan Wakely
2021-10-12libstdc++: Fix inefficiency in filesystem::absolute [PR99876]Jonathan Wakely
2021-08-11libstdc++: Fix create_directories to resolve symlinks [PR101510]Jonathan Wakely
2021-08-11libstdc++: Add more tests for filesystem::create_directory [PR101510]Jonathan Wakely
2021-07-22libstdc++: Move atomic functions to libsupc++ [PR 96657]Jonathan Wakely
2021-04-08libstdc++: Fix filesystem::path construction from COW string [PR 99805]Jonathan Wakely
2021-03-29libstdc++: Handle EPERM for filesystem access errors on MacOS [PR 99537]Jonathan Wakely
2021-03-29libstdc++: Fix filesystem::rename on Windows [PR 98985]Jonathan Wakely
2021-03-29libstdc++: Fix bootstrap with -fno-rtti [PR 99077]Jonathan Wakely
2021-03-29libstdc++: Re-enable workaround for _wstat64 bug, again [PR 88881]Jonathan Wakely
2021-03-29libstdc++: Re-enable workaround for _wstat64 bug [PR 88881]Jonathan Wakely
2021-03-29libstdc++: Use correct error category for Windows error codesJonathan Wakely
2021-03-29libstdc++: Fix directory_iterator exception specificationJonathan Wakely
2020-11-16libstdc++: Remove redundant overflow check for futex timeout [PR 93456]Jonathan Wakely
2020-11-16libstdc++: Avoid 32-bit time_t overflows in futex callsJonathan Wakely
2020-11-05libstdc++: Use non-throwing increment in recursive_directory_iterator [PR 97731]Jonathan Wakely
2020-09-22libstdc++: Fix out-of-bounds string_view access in filesystem::path [PR 97167]Jonathan Wakely
2020-09-21libstdc++: Fix build for targets without lstat [PR 94681]Jonathan Wakely
2020-09-21libstdc++: handle small max_blocks_per_chunk in pool resources [PR 94160]Jonathan Wakely
2020-08-10libstdc++: Use _wstat64 for Windows [PR 95749]Jonathan Wakely
2020-08-06libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]Jonathan Wakely
2020-07-09libstdc++: Make pmr::synchronized_pool_resource work without libpthread (PR 9...Jonathan Wakely
2020-07-09libstdc++: Use RDRAND as fallback if RDSEED keeps failing (PR 94087)Jonathan Wakely
2020-05-12libstdc++: Fix incorrect size calculation in PMR resource (PR 94906)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