Skip to content

Conversation

@coder137
Copy link
Owner

No description provided.

- Converted pch_header_ext to .h
- Updated config constants
- Added DefaultGccOptions
Create custom Build function for derived class for DefaultGccOptions
- Added run_hybrid_pch_example_linux to CI/CD
@coder137 coder137 mentioned this pull request Oct 19, 2021
5 tasks
@codecov
Copy link

codecov bot commented Oct 19, 2021

Codecov Report

Merging #127 (6e0c272) into main (4cb38ea) will decrease coverage by 0.19%.
The diff coverage is 92.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
- Coverage   99.31%   99.12%   -0.19%     
==========================================
  Files          39       39              
  Lines        1021     1025       +4     
  Branches      319      323       +4     
==========================================
+ Hits         1014     1016       +2     
- Partials        7        9       +2     
Impacted Files Coverage Δ
buildcc/lib/target/src/target/link_target.cpp 100.00% <ø> (ø)
buildcc/lib/target/src/target/compile_pch.cpp 95.12% <80.00%> (-0.33%) ⬇️
buildcc/lib/target/src/target/build.cpp 91.89% <86.67%> (-5.17%) ⬇️
buildcc/lib/target/include/target/target.h 98.33% <100.00%> (+0.06%) ⬆️
buildcc/lib/target/include/target/target_loader.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/compile_source.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/flags.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/target_loader.cpp 96.77% <100.00%> (+0.11%) ⬆️
buildcc/lib/target/src/target/target_storer.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 4cb38ea...6e0c272. Read the comment docs.

- Updated target.h pch_command and compile_command
- Updated target_storer
- Updated target_loader
- Conditionally add pch_compile_flags and pch_object_flags aggregates
- Updated with constant strings
- flags.cpp added 2 apis for PchCompileFlag and PchObjectFlag
- Updated compile_source for PchObjectFlag recheck
- Updated compile_pch for PchCompileFlag recheck
-- Updated construct API
For pch graph generation
@coder137 coder137 merged commit 05ee26a into main Oct 20, 2021
@coder137 coder137 deleted the target_gcc_pch branch October 20, 2021 07:23
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.

2 participants