-
Notifications
You must be signed in to change notification settings - Fork 0
WIP: Using JNI+Rust instead of JNA on macOS #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
38371bc
Working on Rust JNI version
DavyLandman 152fab8
Working on running it on remote machine
DavyLandman b18a6ef
Working on running it on remote machine
DavyLandman 490ea8d
Making rust more default
DavyLandman f6bd2be
Rust is already there
DavyLandman 4981531
Removing ARC from the fs_monitor
DavyLandman 3cab37a
Try fix FSEventStreamCreate issue
sungshik df8174b
Fix FSEventStreamCreate issue with context creation
sungshik f528e93
Update .editorconfig for Rust
sungshik 9769201
Exclude resources dir from editorconfig check
sungshik cf4aebc
Re-enable all tests in Github Actions
sungshik 48cb1ab
Add default method to NativeEventHandler to work with ints and String…
sungshik 6f72a15
Simplify the files in the `jni` folder into one and move the resultin…
sungshik 0b4b615
Change NativeEventStream to use JNI+Rust instead of JNA with the leas…
sungshik f8276de
Update simple test to check if JNI+Rust works
sungshik a58eed6
Reenable full test matrix in GHA
sungshik afa9242
Remove JNA
sungshik 3a48dde
Simplify conversion from Rust events to NIO events
sungshik d9eb323
Re-enable special file attributes (`PRIVATE_FILE`) for temporarily co…
sungshik 31b9d09
Remove unneeded Rust dependencies
sungshik b75b0ac
Add a few comments
sungshik 8e8e54a
Merge branch 'main' into feat/use-rust-and-jni-on-mac-wip
sungshik 0bda05f
Add support for adding license headers to Rust files using `license:f…
sungshik 589811d
Disable macOS-specific tests on non-macOS platforms
sungshik 9ee1391
Add option to script to build libs in release mode (and set it in the…
sungshik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,3 +15,6 @@ end_of_line = lf | |
| [*.java] | ||
| indent_size = 4 | ||
| max_line_length = 120 | ||
|
|
||
| [*.rs] | ||
| indent_size = 4 | ||
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,4 +27,4 @@ replay_pid* | |
|
|
||
| # release plugin state files | ||
| /pom.xml.releaseBackup | ||
| /release.properties | ||
| /release.properties | ||
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.