-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule efsw
updated
17 files
+69 −1 | .ecode/project_build.json | |
+10 −12 | .github/workflows/main.yml | |
+21 −27 | project/qtcreator-osx/efsw.creator.user | |
+4 −2 | src/efsw/Debug.hpp | |
+25 −0 | src/efsw/FileSystem.cpp | |
+3 −1 | src/efsw/FileSystem.hpp | |
+3 −3 | src/efsw/FileWatcherCWrapper.cpp | |
+45 −3 | src/efsw/FileWatcherFSEvents.cpp | |
+2 −0 | src/efsw/FileWatcherFSEvents.hpp | |
+4 −2 | src/efsw/FileWatcherWin32.cpp | |
+2 −2 | src/efsw/FileWatcherWin32.hpp | |
+1 −2 | src/efsw/String.hpp | |
+7 −4 | src/efsw/WatcherFSEvents.cpp | |
+3 −1 | src/efsw/WatcherFSEvents.hpp | |
+2 −1 | src/efsw/WatcherKqueue.cpp | |
+159 −26 | src/efsw/WatcherWin32.cpp | |
+6 −1 | src/efsw/WatcherWin32.hpp |