-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
boost-commitbot
committed
Sep 30, 2024
1 parent
18e59ac
commit a633295
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule filesystem
updated
14 files
+105 −0 | .github/workflows/ci.yml | |
+1 −0 | CMakeLists.txt | |
+32 −0 | build.jam | |
+13 −6 | build/Jamfile.v2 | |
+1 −1 | config/Jamfile.v2 | |
+8 −0 | doc/release_history.html | |
+39 −10 | include/boost/filesystem/detail/path_traits.hpp | |
+4 −4 | src/directory.cpp | |
+7 −2 | src/error_handling.hpp | |
+120 −125 | src/operations.cpp | |
+2 −2 | test/Jamfile.v2 | |
+1 −2 | test/issues/reparse_tag_file_placeholder.cpp | |
+18 −7 | test/operations_test.cpp | |
+60 −16 | test/path_test.cpp |