coder137 / build_in_cpp

Build C, C++ and ASM files in C++
https://coder137.github.io/build_in_cpp/
Apache License 2.0
50 stars 2 forks source link

Toolchain config #194

Closed coder137 closed 2 years ago

coder137 commented 2 years ago

Instead of having all configurations on the Target level, we have common parameters on the Toolchain level (which can be used by the corresponding targets).

codecov[bot] commented 2 years ago

Codecov Report

Merging #194 (da5b9b5) into main (2dedb35) will decrease coverage by 0.05%. The diff coverage is 97.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #194      +/-   ##
==========================================
- Coverage   99.31%   99.25%   -0.05%     
==========================================
  Files          53       54       +1     
  Lines        1731     1739       +8     
  Branches      464      466       +2     
==========================================
+ Hits         1719     1726       +7     
- Misses          0        1       +1     
  Partials       12       12              
Impacted Files Coverage Δ
...c/lib/target/include/target/common/target_config.h 100.00% <ø> (+100.00%) :arrow_up:
...cc/lib/target/include/target/common/target_state.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 100.00% <ø> (ø)
...lchain/include/toolchain/common/toolchain_config.h 0.00% <0.00%> (ø)
...uildcc/lib/toolchain/include/toolchain/toolchain.h 92.31% <75.00%> (-7.69%) :arrow_down:
buildcc/lib/target/include/target/target_info.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/include_api.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/pch_api.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/source_api.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/common/target_state.cpp 100.00% <100.00%> (ø)
... and 7 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 2dedb35...da5b9b5. Read the comment docs.