-
Notifications
You must be signed in to change notification settings - Fork 81
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] Avoid using dirent.h #2884
base: main
Are you sure you want to change the base?
Conversation
It's manual rebase of #2869 |
675997e
to
3597bec
Compare
3597bec
to
6ba70a7
Compare
You don't need to close and reopen PR for such reasons. You can ALWAYS overwrite with force push to arbitrary remote branches of yours. Please keep force-pushing to the same PR in the future. If |
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.
LGTM
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.
LGTM
6ba70a7
to
39419fe
Compare
Yes, I was not familiar with scheme of work on git used in this project, now I think I'm up to speed with the process. |
This PR start series of changes which should make possible compilation of nntrainer on windows platform. Header dirent.h is not available on windows so to make code more portable I've replaced this functionality with std::filesystem Self-evaluation: Build test: [X]Passed [ ]Failed [ ]Skipped Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: Grzegorz Kisala <[email protected]>
39419fe
to
1845570
Compare
This PR start series of changes which should make possible compilation of nntrainer on windows platform.
Header dirent.h is not available on windows so to make code more portable I've replaced this functionality with std::filesystem
Self-evaluation:
Build test: [X]Passed [ ]Failed [ ]Skipped
Run test: [X]Passed [ ]Failed [ ]Skipped