-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Mavenize the build process - Phase 1: building the native code via Maven, by lgoldstein. Minor tweaks by bhamail. see PR #582 for details. #596
Mavenize the build process - Phase 1: building the native code via Maven, by lgoldstein. Minor tweaks by bhamail. see PR #582 for details. #596
Conversation
<property name="jna.parent.folder" value="${module.root.folder}" /> | ||
<import file="${jna.parent.folder}${file.separator}build-base.xml" /> | ||
|
||
<tstamp> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's up with the inconsistent indentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in PR #597, replaced tabs with spaces.
This might be easier to collaborate on if you guys just made a branch in the core repo. Y'all are developers on java-native-access/jna so there's no need to fork. |
fixed by PR #597 |
Motivation: Let's update to latest quiche sha. Modifications: - Update to latest quiche sha - Fix QuicConnectionStats to be able to compile against latest sha Result: Use latest quiche code
based on PR #582 from @lgoldstein (#582)
Apologies for my failed attempts to squash/rebase. Will do better next time.