Skip to content

[QOL] Target include refactor #157

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

Merged
merged 12 commits into from
Nov 19, 2021
Merged

[QOL] Target include refactor #157

merged 12 commits into from
Nov 19, 2021

Conversation

coder137
Copy link
Owner

Shifted includes to interface, base and common folders
Only generator.h, target_info.h and target.h are kept in the root

@codecov
Copy link

codecov bot commented Nov 19, 2021

Codecov Report

Merging #157 (7438bd9) into main (ae6ac77) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #157   +/-   ##
=======================================
  Coverage   99.12%   99.12%           
=======================================
  Files          49       49           
  Lines        1245     1245           
  Branches      325      325           
=======================================
  Hits         1234     1234           
  Partials       11       11           
Impacted Files Coverage Δ
.../lib/target/include/target/base/generator_loader.h 100.00% <ø> (ø)
...dcc/lib/target/include/target/base/target_loader.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/common/path.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/common/util.h 50.00% <ø> (ø)
.../lib/target/include/target/friend/compile_object.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/generator.h 100.00% <ø> (ø)
...arget/include/target/interface/builder_interface.h 100.00% <ø> (ø)
...target/include/target/interface/loader_interface.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target_info.h 100.00% <ø> (ø)
... and 8 more

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 ae6ac77...7438bd9. Read the comment docs.

@coder137 coder137 merged commit e351f5b into main Nov 19, 2021
@coder137 coder137 deleted the target_refactor branch November 19, 2021 10:33
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.

1 participant