Added the possibility to build the static cosoco library without having the XCSP3 parser#21
Open
tomosonalawa wants to merge 8 commits intoxcsp3team:mainfrom
Open
Added the possibility to build the static cosoco library without having the XCSP3 parser#21tomosonalawa wants to merge 8 commits intoxcsp3team:mainfrom
tomosonalawa wants to merge 8 commits intoxcsp3team:mainfrom
Conversation
… tests will not be compiled)
…oes not have memory leak. The type of Problem::variables has changed from vec to std::vector to ensure compatibility with std::unique_ptr
Author
|
Added new content:
|
tomosonalawa
commented
Oct 29, 2024
| # Check if the 'no-xcsp3' option is enabled | ||
| option(NO_XCSP3 "Disable XCSP3 support" OFF) | ||
|
|
||
| set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/main") |
Author
There was a problem hiding this comment.
The definition of those path are now set to the build.sh file. That way, we can safely build the different versions in different folders without having to fear that one might contaminate the other.
…nsequence, specify the full path of the included files.
Collaborator
|
Thanks for this pull request. I will work on it next week. Best. Gilles. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In this commit, a few things were made: