-
Notifications
You must be signed in to change notification settings - Fork 123
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
Implement the truly "Header only" version #224
Conversation
…and set the installation path of CXXGraph into /usr/include/CXXGraph
👇 Click on the image for a new way to code review
Legend |
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.
please fix the comment
@@ -2186,7 +2190,7 @@ namespace CXXGRAPH | |||
} | |||
return result; | |||
} | |||
|
|||
#ifdef WITH_COMPRESSION |
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.
readFromFile
and writeToFile
functions, should have 2 different implementation for compression enabled, and disabled. We can't disable the readFromFile
and writeToFile
function only because no compression is set.
@@ -1,7 +1,11 @@ | |||
#ifndef __CXXGRAPH_H__ | |||
#define __CXXGRAPH_H__ | |||
|
|||
#include "CXXGraphConfig.h" | |||
// the configured options and settings for CXXGraph |
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.
Maybe this file should not exist anymore, if generated when the cmake is called.
@amerinor01 are you working on it? |
Tangentially, this PR would close #275 |
@ZigRazor @amerinor01 Given that this PR has been open for a year, would anyone mind if I created a new PR to address this issue? |
@nrkramer You can create a new Pr, I will close this! |
Opened a new PR here: #276. This can be closed. |
Closed for new PR #276 |
This commit should close the Issue #209.
Waiting @ZigRazor to review the incoming changes.