Skip to content

Target Info #155

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 10 commits into from
Nov 18, 2021
Merged

Target Info #155

merged 10 commits into from
Nov 18, 2021

Conversation

coder137
Copy link
Owner

Basic Target Information class to hold input information.

Useful when

  • We need to store common information for multiple Targets
  • Do not need to Build the Target, ex. Header only compilation units

@coder137 coder137 mentioned this pull request Nov 18, 2021
29 tasks
@codecov
Copy link

codecov bot commented Nov 18, 2021

Codecov Report

Merging #155 (fa3811d) into main (4723e5d) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #155      +/-   ##
==========================================
+ Coverage   99.08%   99.10%   +0.02%     
==========================================
  Files          46       48       +2     
  Lines        1192     1224      +32     
  Branches      322      325       +3     
==========================================
+ Hits         1181     1213      +32     
  Partials       11       11              
Impacted Files Coverage Δ
...cc/lib/target/include/target/common/target_state.h 100.00% <ø> (ø)
buildcc/lib/target/src/api/deps_api.cpp 100.00% <ø> (ø)
buildcc/lib/target/src/api/flag_api.cpp 100.00% <ø> (ø)
buildcc/lib/target/src/api/include_api.cpp 100.00% <ø> (ø)
buildcc/lib/target/src/api/lib_api.cpp 100.00% <ø> (ø)
buildcc/lib/target/src/api/pch_api.cpp 100.00% <ø> (ø)
buildcc/lib/target/src/api/source_api.cpp 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/target_info.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/copy_api.cpp 100.00% <100.00%> (ø)
... and 1 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 4723e5d...fa3811d. Read the comment docs.

@coder137 coder137 merged commit 2a27135 into main Nov 18, 2021
@coder137 coder137 deleted the target_info branch November 18, 2021 12:50
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