lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.13k stars 356 forks source link

build: use xmake instead of autotools #248

Closed lc-soft closed 3 years ago

lc-soft commented 3 years ago

TODO:

commit-lint[bot] commented 3 years ago

Build System

Code Refactoring

Continuous Integration

Documentation

Contributors

lc-soft

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR
codecov[bot] commented 3 years ago

Codecov Report

Merging #248 (1913ad1) into v3.0-dev (85958e4) will increase coverage by 57.75%. The diff coverage is 44.84%.

Impacted file tree graph

@@              Coverage Diff              @@
##           v3.0-dev     #248       +/-   ##
=============================================
+ Coverage          0   57.75%   +57.75%     
=============================================
  Files             0       87       +87     
  Lines             0    15725    +15725     
=============================================
+ Hits              0     9082     +9082     
- Misses            0     6643     +6643     
Impacted Files Coverage Δ
lib/css/src/css_library.c 71.31% <ø> (ø)
lib/font/src/fontconfig.c 100.00% <ø> (ø)
lib/font/src/freetype.c 33.33% <ø> (ø)
lib/font/src/in-core/font_inconsolata.c 50.00% <ø> (ø)
lib/font/src/in_core_font.c 96.00% <ø> (ø)
lib/image/src/bmp.c 79.10% <ø> (ø)
lib/image/src/jpeg.c 68.42% <ø> (ø)
lib/image/src/png.c 40.60% <ø> (ø)
lib/image/src/reader.c 67.36% <ø> (ø)
lib/paint/src/background.c 39.47% <ø> (ø)
... and 163 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 85958e4...1913ad1. Read the comment docs.