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

Decouple input source from output object #142

Closed coder137 closed 2 years ago

coder137 commented 2 years ago

Output object is now constructed during Target::Build instead of during every Target::AddSource* call

codecov[bot] commented 2 years ago

Codecov Report

Merging #142 (2481e40) into main (b3526ec) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #142      +/-   ##
==========================================
- Coverage   99.07%   99.07%   -0.00%     
==========================================
  Files          43       43              
  Lines        1183     1179       -4     
  Branches      325      323       -2     
==========================================
- Hits         1172     1168       -4     
  Partials       11       11              
Impacted Files Coverage Δ
.../lib/target/include/target/friend/compile_object.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 98.51% <ø> (ø)
buildcc/lib/target/src/target/build.cpp 92.68% <100.00%> (+0.79%) :arrow_up:
buildcc/lib/target/src/target/copy.cpp 100.00% <100.00%> (ø)
...cc/lib/target/src/target/friend/compile_object.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/source.cpp 100.00% <100.00%> (ø)

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 b3526ec...2481e40. Read the comment docs.