Skip to content

Conversation

@lefticus
Copy link
Member

No description provided.

Oleksii Skidan and others added 21 commits March 28, 2022 21:24
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
PR to update project name, but dependencies also needed to be updated to get CI passing again.
@codecov-commenter
Copy link

codecov-commenter commented Apr 27, 2022

Codecov Report

Merging #12 (3802856) into main (54a0af9) will decrease coverage by 8.77%.
The diff coverage is 29.41%.

@@            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     
Flag Coverage Δ
Linux 4.19% <29.41%> (-2.06%) ⬇️
Windows ?
macOS ∅ <ø> (∅)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/main.cpp 4.19% <29.41%> (+1.09%) ⬆️
test/tests.cpp
test/constexpr_tests.cpp

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 54a0af9...3802856. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants