-
Notifications
You must be signed in to change notification settings - Fork 11
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
windows 10 compatibility #17
base: master
Are you sure you want to change the base?
Conversation
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.
Thanks for the submission, this looks good. I'd like to test this PR locally on my Linux box before merging to make sure no existing functionality is broken. I'll try and get to this ASAP.
Hi Eli, The latest updates here look good. I have pulled the latest revision and tested on my linux box to make sure there are no breaking changes, looks all good. Do you think there is much more to do to close out the functionality you wanted to add? One request i do have - in your latest commit - 8a5b9ab - you included the generated files for one of the examples. Could you roll this commit back to clean up these files? I also think it would be good to have an example project with the new cflags options, have you got something simple you are using for testing which could be added? Cheers, |
I want to but I don't know how to roll this commit back. Sorry09.04.2019, 23:30, "Ben Marshall" <[email protected]>:Hi Eli,
The latest updates here look good. I have pulled the latest revision and tested on my linux box to make sure there are no breaking changes, looks all good.
Do you think there is much more to do to close out the functionality you wanted to add?
One request i do have - in your latest commit - 8a5b9ab - you included the generated files for one of the examples. Could you roll this commit back to clean up these files?
I also think it would be good to have an example project with the new cflags options, have you got something simple you are using for testing which could be added?
Cheers,
Ben
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
instead, I have done some minor cleanup. 17.04.2019, 22:51, "Joe Chan" <[email protected]>:I want to but I don't know how to roll this commit back. Sorry09.04.2019, 23:30, "Ben Marshall" <[email protected]>:Hi Eli,
The latest updates here look good. I have pulled the latest revision and tested on my linux box to make sure there are no breaking changes, looks all good.
Do you think there is much more to do to close out the functionality you wanted to add?
One request i do have - in your latest commit - 8a5b9ab - you included the generated files for one of the examples. Could you roll this commit back to clean up these files?
I also think it would be good to have an example project with the new cflags options, have you got something simple you are using for testing which could be added?
Cheers,
Ben
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
Some minor modifications to make it compatible to windows 10
Eli