Trick-17 / clang-build

Clang-based cross platform build system written in Python
https://clang-build.readthedocs.io
MIT License
8 stars 3 forks source link

Config change: `public_flags` and `interface_flags` instead of `public-flags` and `interface-flags`. #124

Closed GPMueller closed 3 years ago

GPMueller commented 3 years ago

Also corrected documentation on include directories.

This is half of issue #113.

codecov[bot] commented 3 years ago

Codecov Report

Merging #124 into master will increase coverage by 1.12%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   78.83%   79.96%   +1.12%     
==========================================
  Files          16       16              
  Lines        1153     1153              
==========================================
+ Hits          909      922      +13     
+ Misses        244      231      -13     
Impacted Files Coverage Δ
clang_build/flags.py 100.00% <100.00%> (ø)
clang_build/target.py 80.26% <0.00%> (+1.33%) :arrow_up:
clang_build/toolchain.py 82.29% <0.00%> (+5.20%) :arrow_up:
clang_build/single_source.py 63.26% <0.00%> (+8.16%) :arrow_up:

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 97367e0...3862bca. Read the comment docs.