-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cmakeupdates #46
Open
sjunges
wants to merge
23
commits into
moves-rwth:master
Choose a base branch
from
sjunges:cmakeupdates
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Cmakeupdates #46
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
cce6210
remove some irrelevant tests
sjunges 343df83
typetraits.h specifies it should not be included directly, so lets no…
sjunges 702cb66
updates regarding logging (use a more descriptive ifdef to avoid dupl…
sjunges 12c9bdb
remove cad
sjunges 8f4a187
avoid code that cannot compile
sjunges 05ae723
fix ordering for polynomials to GrLexOrdering, thereby paving the way…
sjunges 6ee4b6c
version includes patch versions now, update to version 14.24.0
sjunges 8320577
Merge branch 'master' of https://github.com/moves-rwth/carl-storm
sjunges 8f6ed12
Merge branch 'master' of https://github.com/moves-rwth/carl-storm
sjunges 63d3461
Merge branch 'master' of https://github.com/moves-rwth/carl-storm
sjunges 8104453
Merge branch 'master' of https://github.com/moves-rwth/carl-storm
sjunges b1b5da1
Merge branch 'master' of https://github.com/moves-rwth/carl-storm
sjunges 0753294
fixes https://github.com/moves-rwth/carl-storm/issues/27
sjunges deb591d
move ifdef up
sjunges 6b6b9a1
cmake to project
sjunges d493e43
Merge branch 'master' of https://github.com/moves-rwth/carl-storm
sjunges 73e5394
towards carl for fetchcontent
sjunges eaaffc7
updates
sjunges 8ec7070
Merge branch 'master' of https://github.com/moves-rwth/carl-storm
sjunges 7cc22f7
Merge branch 'master' into cmakeupdates
sjunges e1f43a2
updates regarding ginac and what we install
sjunges f7c20b8
remove comment
sjunges c25b8ac
Added carl prefix to more messages
volkm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why do we need a separate flag?
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.
So this is actually not advised to do, but it would allow you to compile carl in release mode while compiling storm in debug mode (or vice versa), when carl is a subproject.
I am also happy not to support that :-D
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.
Ok, just wanted to confirm that my understanding is correct.
I would be in favour of removing it, because in most cases one would like to have both with the same build type. If different build types are needed, one can still manually build carl.
(The flag is currently also not used anywhere as far as I can see.)