summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/filesystem
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix formatting in std::filesystem helper functionJonathan Wakely2023-03-201-1/+2
* libstdc++: Use ENOSYS for unsupported filesystem ops on AVRJonathan Wakely2023-02-021-1/+6
* libstdc++: Fix build failures for avrJonathan Wakely2023-02-011-1/+1
* Update copyright years.Jakub Jelinek2023-01-169-9/+9
* Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao2023-01-071-0/+1
* libstdc++: Don't use gstdint.h anymoreArsen Arsenović2022-10-291-1/+0
* libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely2022-10-111-0/+1
* libstdc++: Improve exceptions thrown from fs::temp_directory_pathJonathan Wakely2022-06-301-12/+19
* libstdc++: Fix experimental::filesystem::status on Windows [PR88881]Jonathan Wakely2022-06-301-2/+54
* libstdc++: Fix filesystem build for WindowsJonathan Wakely2022-06-281-5/+9
* libstdc++: Improve directory iterator abstractions for openatJonathan Wakely2022-06-282-29/+58
* libstdc++: check for openatAlexandre Oliva2022-06-232-2/+2
* libstdc++: Fix error reporting in filesystem::copy [PR99290]Jonathan Wakely2022-04-281-2/+6
* libstdc++: Fix directory iterator build for newlibJonathan Wakely2022-02-101-0/+2
* libstdc++: Simplify resource management in directory iteratorsJonathan Wakely2022-02-082-4/+2
* libstdc++: Fix filesystem::remove_all for Windows [PR104161]Jonathan Wakely2022-02-081-0/+1
* libstdc++: Fix std::filesystem build failure for WindowsJonathan Wakely2022-02-041-1/+1
* libstdc++: Remove un-implementable noexcept from Filesystem TS operationsJonathan Wakely2022-02-041-3/+3
* libstdc++: Fix filesystem::remove_all races [PR104161]Jonathan Wakely2022-02-043-104/+149
* libstdc++: Fix -Wunused-variable warning for -fno-exceptions buildJonathan Wakely2022-02-021-1/+1
* libstdc++: Reset filesystem::recursive_directory_iterator on errorJonathan Wakely2022-02-011-2/+10
* libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217]Jonathan Wakely2022-01-252-0/+8
* libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]Jonathan Wakely2022-01-253-18/+49
* libstdc++: Define <stacktrace> header for C++23Jonathan Wakely2022-01-171-0/+7
* libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely2022-01-101-0/+1
* Update copyright years.Jakub Jelinek2022-01-039-9/+9
* libstdc++: Avoid unwanted allocations in filesystem::pathJonathan Wakely2021-12-011-14/+17
* libstdc++: Fix typos in std::filesystem codeJonathan Wakely2021-10-021-2/+2
* libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]Jonathan Wakely2021-10-012-34/+57
* libstdc++: Add utility for creating std::error_code from OS errorsJonathan Wakely2021-10-012-4/+16
* libstdc++: Improve overflow check for file timestampsJonathan Wakely2021-08-191-1/+1
* libstdc++: Fix filesystem::temp_directory_path [PR101709]Jonathan Wakely2021-08-022-7/+10
* libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]Jonathan Wakely2021-07-302-27/+45
* libstdc++: Remove unnecessary uses of <utility>Jonathan Wakely2021-07-271-1/+2
* libstdc++: Fix create_directories to resolve symlinks [PR101510]Jonathan Wakely2021-07-201-1/+1
* libstdc++: Handle EPERM for filesystem access errors on MacOS [PR 99537]Jonathan Wakely2021-03-112-1/+13
* libstdc++: Fix filesystem::rename on Windows [PR 98985]Jonathan Wakely2021-02-121-1/+10
* libstdc++: Use correct error category for Windows error codesJonathan Wakely2021-02-101-2/+2
* Update copyright years.Jakub Jelinek2021-01-049-9/+9
* libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely2020-12-161-1/+5
* libstdc++: Use non-throwing increment in recursive_directory_iterator [PR 97731]Jonathan Wakely2020-11-051-7/+11
* libstdc++: Fix build for targets without lstat [PR 94681]Jonathan Wakely2020-08-101-1/+1
* libstdc++: Use _wstat64 for Windows [PR 95749]Jonathan Wakely2020-08-101-3/+3
* libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]Jonathan Wakely2020-08-061-0/+6
* libstdc++: Regenerate makefilesJonathan Wakely2020-06-231-0/+1
* Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki2020-01-241-0/+1
* libstdc++: Fix error handling in filesystem::remove_all (PR93201)Jonathan Wakely2020-01-081-6/+11
* Update copyright years.Jakub Jelinek2020-01-019-9/+9
* Build filesystem library with large file supportJonathan Wakely2019-10-042-1/+3
* Fix libstdc++ lstat missing return type for Windows target.Joseph Myers2019-08-231-1/+1