-
Notifications
You must be signed in to change notification settings - Fork 7
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
Refactored code in terms of namespaces, file structure, and file names (and small tweaks) #92
Conversation
…igure install and cuda
@@ -51,24 +51,24 @@ More precisely, a typical contribution will follow this pattern: | |||
cd sparsebase | |||
git checkout develop | |||
git pull origin develop | |||
git checkout -b feature/<new_feature> | |||
git checkout -b format/<new_feature> |
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.
There are a lot of these where feature
became format
. I think a refactoring operation went wrong in CLion.
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.
Apart from the small issues I commented about, library does not build on header only mode.
Refactored code in terms of namespaces, file structure, and file names (and small tweaks)
Changes:
sparse_
prefix from files..cpp
to.cc
in some examples.OrderXConverter
toConverterOrderX
.