-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add fsbuild `--nominify` option, and FSBUILD_OPTIONS build variable - Fix assertion failure using named root directory for ArchiveStream - Fix problem archiving directory which is a mount point - Fix host `settime`, sets timespec incorrectly - Support host filesystem rooted to specified directory - Move debug helper code into separate unit - Add `mountArchive` helper function, and global function `fileMountArchive()` - Have test build for all architectures - Add FileCopier
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
Submodule IFS
updated
27 files
+4 −1 | component.mk | |
+113 −32 | src/Arch/Host/FileSystem.cpp | |
+5 −5 | src/Arch/Host/include/IFS/Host/FileSystem.h | |
+158 −0 | src/Debug.cpp | |
+9 −1 | src/FWFS/ArchiveStream.cpp | |
+156 −0 | src/FileCopier.cpp | |
+42 −0 | src/Helpers.cpp | |
+43 −0 | src/include/IFS/Debug.h | |
+1 −1 | src/include/IFS/FWFS/FileSystem.h | |
+85 −0 | src/include/IFS/FileCopier.h | |
+1 −1 | src/include/IFS/FileSystem.h | |
+8 −0 | src/include/IFS/Helpers.h | |
+19 −4 | src/include/IFS/IFileSystem.h | |
+3 −0 | src/include/IFS/Stat.h | |
+18 −2 | src/include/Storage/FileDevice.h | |
+1 −152 | test/app/FsTest.cpp | |
+8 −4 | test/component.mk | |
+9 −0 | test/fstest-esp32.hw | |
+9 −0 | test/fstest-std.hw | |
+7 −4 | test/fstest.hw | |
+6 −15 | test/include/FsTest.h | |
+12 −17 | test/modules/Archive.cpp | |
+2 −2 | test/modules/Attributes.cpp | |
+30 −32 | test/modules/Host/Hybrid.cpp | |
+1 −1 | test/modules/Links.cpp | |
+1 −1 | test/modules/Performance.cpp | |
+15 −8 | tools/fsbuild/fsbuild.py |
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