Skip to content
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

Vendorize re2 and utf8proc #231

Merged
merged 6 commits into from
Nov 16, 2023
Merged

Vendorize re2 and utf8proc #231

merged 6 commits into from
Nov 16, 2023

Conversation

Anilm3
Copy link
Collaborator

@Anilm3 Anilm3 commented Nov 13, 2023

Vendorise remaining dependencies of libddwaf.so/a. This will eventually make it simpler (and more efficient) to support LTO and it has also allowed us to remove some unnecessary RE2 features.

src/vendor/re2/onepass.cc Fixed Show fixed Hide fixed
@codecov-commenter
Copy link

codecov-commenter commented Nov 13, 2023

Codecov Report

Merging #231 (0ec169f) into master (45be73a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #231   +/-   ##
=======================================
  Coverage   83.23%   83.23%           
=======================================
  Files         106      106           
  Lines        4176     4176           
  Branches     1914     1914           
=======================================
  Hits         3476     3476           
  Misses        279      279           
  Partials      421      421           
Flag Coverage Δ
waf_test_none 83.13% <ø> (ø)
waf_test_sse2 83.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/transformer/common/utf8.cpp 79.25% <ø> (ø)

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@Anilm3 Anilm3 marked this pull request as ready for review November 13, 2023 15:09
@Anilm3 Anilm3 requested a review from a team as a code owner November 13, 2023 15:09
Copy link
Contributor

@cataphract cataphract left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's fine, but this tendency of putting everything in the main CMakeLists.txt is making it a bit unwieldy.

@Anilm3
Copy link
Collaborator Author

Anilm3 commented Nov 16, 2023

It's fine, but this tendency of putting everything in the main CMakeLists.txt is making it a bit unwieldy.

Funny that you mention that, I was thinking the same thing and refactored the main CMakeLists in #232

@Anilm3 Anilm3 merged commit 55879e9 into master Nov 16, 2023
26 checks passed
@Anilm3 Anilm3 deleted the anilm3/vendorize-remaining branch November 16, 2023 09:02
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.

None yet

4 participants