-
Notifications
You must be signed in to change notification settings - Fork 145
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
Kmcuda for windows bugfixes #62
base: master
Are you sure you want to change the base?
Kmcuda for windows bugfixes #62
Conversation
My commits were lacking "Signed-off-by" so I added the signature to pull request itself. Unfortunately I couldn't find a way of changing existing comments for commits :) Let me know if this is a no-go and I will re-fork the project and re-apply all the fixes accordingly to DCO with correct comments. |
@pavlexander Can you please squash all your commits together - this is preferred in this case. |
Signed-off-by: Aleksandrs Pavlenko <[email protected]>
…vlexander/kmcuda into cuda-windows-bugfixes-release
I must have done something wrong.. Another commit was created automatically, called "Merge branch.." which I was not planning to create! Trying to figure out what went wrong. Maybe I will create another pull request.. |
Signed-off-by: pavlexander <[email protected]>
…vlexander/kmcuda into cuda-windows-bugfixes-release Signed-off-by: pavlexander <[email protected]>
Signed-off-by: Aleksandrs Pavlenko <[email protected]>
Signed-off-by: Aleksandrs Pavlenko <[email protected]>
For some reason when I create a squashed commit, then I am forced to pull previous 22 commits. When that happens, then I am also forced to create an empty "merge" commit, which seems to be failing DCO for some reason, even though it has a sign-off.. |
Can anyone explain why merge commit from local to remote causes DCO to fail? Even if it has a sign-off? Sorry, I will be creating a new fork and a new pull request.. Sorry for inconvenience. Still learning git. :) |
Maybe this will help: https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md |
Are there any plans to merge this PR? |
The changes that were suggested in this pull request are meant to make kmcuda to be compatible on Windows from within VisualStudio 2017 environment. By default - the build fails due to several errors.
See issue #50
Signed-off-by: Aleksandrs Pavlenko [email protected]