Skip to content
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

[cmake] Enumerate all source and include files. #44

Merged

Conversation

vgvassilev
Copy link
Contributor

This is part of reducing the size of #14.

@vgvassilev vgvassilev force-pushed the cmake-add-missing-files branch from 0d90e5e to f0ac8e9 Compare March 14, 2024 07:41
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@vgvassilev vgvassilev force-pushed the cmake-add-missing-files branch from f0ac8e9 to 970bbd8 Compare March 14, 2024 07:45
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 46.98%. Comparing base (6e5d9a0) to head (970bbd8).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
- Coverage   49.32%   46.98%   -2.35%     
==========================================
  Files          13       15       +2     
  Lines         742      779      +37     
==========================================
  Hits          366      366              
- Misses        376      413      +37     
Files Coverage Δ
src/xmagics/os.cpp 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

Files Coverage Δ
src/xmagics/os.cpp 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

namespace xcpp
{
argparser writefile::get_options()
void writefile::get_options(argparser &argpars)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: method 'get_options' can be made static [readability-convert-member-functions-to-static]

src/xmagics/os.hpp:22:

-         void get_options(argparser& argpars);
+         static void get_options(argparser& argpars);

@vgvassilev vgvassilev force-pushed the cmake-add-missing-files branch from 970bbd8 to 562edb6 Compare March 14, 2024 07:55
@vgvassilev vgvassilev force-pushed the cmake-add-missing-files branch from 562edb6 to 2aa7764 Compare March 14, 2024 07:57
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@vgvassilev vgvassilev merged commit a7b8878 into compiler-research:main Mar 14, 2024
7 checks passed
@vgvassilev vgvassilev deleted the cmake-add-missing-files branch March 14, 2024 08:09
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.

2 participants