-
-
Notifications
You must be signed in to change notification settings - Fork 176
Develop #12
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
Conversation
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
Currently the only supported Unix-like OSes are: - Linux; - Darwin-based OSes, such as macOS X.
Add support for macOS X host to CMakePresets.json
modernize the cmake build concept too: * Import your installed targets with an test to be sure it is usable. * Add support for PROJECT_IS_TOP_LEVEL cmake variable * Enable conan again as default
TODO: the installed intro program is not found while test installed version
This commit replaces every hyphen with a underscore in the project name to create a safe project name that can be used in C++ identifiers. This is also used for the CMake project name. This commit also adds the dot as a forbidden symbol and replaces it with the underscore for a safe project name.
This commit lets the janitor build the project as we might have broken the cpp/hpp files when replacing the names. This is somewhat done for regression testing as hyphens and dots in repository name broke the build.
Janitor: Add safe project name for cpp/hpp files
…t-options upgrade to project_options v0.20.0
- uses setup-cpp v0.10.0 - Adds clang-tidy and clang-format
Updates setup-cpp and adds missing tools
Update from Develop
PR to update project name, but dependencies also needed to be updated to get CI passing again.
Codecov Report
@@ Coverage Diff @@
## main #12 +/- ##
=========================================
- Coverage 12.96% 4.19% -8.78%
=========================================
Files 3 1 -2
Lines 216 167 -49
Branches 123 114 -9
=========================================
- Hits 28 7 -21
+ Misses 157 149 -8
+ Partials 31 11 -20
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
No description provided.