forked from ZigRazor/CXXGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Issue 209, 275) Make library truly header-only (ZigRazor#276)
* Remove CXXGraphConfig.h.in dependency. * Streamline graph rw * Add missing public API methods * Match the current version for some files * Match up some more things * More cleanup * Get things building * Fixup documentation --------- Co-authored-by: Alberto Merino Risueño <[email protected]>
- Loading branch information
1 parent
5c68d55
commit 19cc5d7
Showing
7 changed files
with
281 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// the configured options and settings for CXXGraph | ||
#define CXXGraph_VERSION_MAJOR 1 | ||
#define CXXGraph_VERSION_MINOR 0 | ||
#define CXXGraph_VERSION_PATCH 0 |
Oops, something went wrong.