Skip to content

[BuildExe] Basic Immediate mode feature #168

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 27 commits into from
Dec 5, 2021
Merged

[BuildExe] Basic Immediate mode feature #168

merged 27 commits into from
Dec 5, 2021

Conversation

coder137
Copy link
Owner

@coder137 coder137 commented Dec 5, 2021

BuildExe Immediate mode feature provides

  • BuildExe executables that takes a *.toml file to compile one target (executable / library) of users choice
  • Current limitations: Target needs to be standalone (cannot depend on other targets)

TODO,

  • Script mode which compiles a user-supplied build_*.cpp file. After compiling said build_*.cpp file we run to generate our target(s)

@coder137 coder137 mentioned this pull request Dec 5, 2021
7 tasks
@codecov
Copy link

codecov bot commented Dec 5, 2021

Codecov Report

Merging #168 (f7696e8) into main (07037be) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #168   +/-   ##
=======================================
  Coverage   99.30%   99.30%           
=======================================
  Files          54       54           
  Lines        1571     1571           
  Branches      408      408           
=======================================
  Hits         1560     1560           
  Partials       11       11           
Impacted Files Coverage Δ
buildcc/lib/args/src/args.cpp 100.00% <ø> (ø)
buildcc/lib/args/include/args/args.h 100.00% <100.00%> (ø)
buildcc/lib/args/include/args/register.h 100.00% <100.00%> (ø)
buildcc/lib/args/src/register.cpp 99.08% <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 07037be...f7696e8. Read the comment docs.

@coder137 coder137 merged commit 6d17fe3 into main Dec 5, 2021
@coder137 coder137 deleted the buildexe branch December 5, 2021 03:41
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