-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
externals: update filesystem to 1.3.6 (fixes exception during directo…
…ry read) Skip time machine volumes in macOS
- Loading branch information
1 parent
2e951f0
commit 9948c2f
Showing
3 changed files
with
20 additions
and
15 deletions.
There are no files selected for viewing
Submodule filesystem
updated
21 files
+4 −0 | .ci/unix-build.sh | |
+6 −0 | .ci/unix-test.sh | |
+35 −0 | .cirrus.yml | |
+43 −0 | .drone.yml | |
+6 −1 | .gitignore | |
+1 −5 | .travis.yml | |
+15 −23 | LICENSE | |
+107 −23 | README.md | |
+11 −6 | cmake/GhcHelper.cmake | |
+597 −106 | include/ghc/filesystem.hpp | |
+17 −25 | include/ghc/fs_fwd.hpp | |
+17 −25 | include/ghc/fs_impl.hpp | |
+17 −25 | include/ghc/fs_std.hpp | |
+17 −25 | include/ghc/fs_std_fwd.hpp | |
+17 −25 | include/ghc/fs_std_impl.hpp | |
+11 −1 | test/CMakeLists.txt | |
+11 −6 | test/cmake/ParseAndAddCatchTests.cmake | |
+5 −0 | test/exception.cpp | |
+98 −34 | test/filesystem_test.cpp | |
+15 −23 | test/multi1.cpp | |
+15 −23 | test/multi2.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters