jwmcglynn / donner

Donner SVG, a modern C++20 SVG rendering library supporting the latest SVG2 and CSS3 standards
https://jwmcglynn.github.io/donner/
ISC License
13 stars 1 forks source link

Update libclang builds to use a bazel transition to switch to libstdc++ #73

Closed jwmcglynn closed 1 year ago

jwmcglynn commented 1 year ago

libclang libraries use libstdc++, so it conflicts with the default libc++ build. Introduce a bazel build transition, and use it to build hdoc and the example clang plugin.

Fixes #35

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (ca918f8) 80.74% compared to head (200bb08) 80.74%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #73 +/- ## ======================================= Coverage 80.74% 80.74% ======================================= Files 162 162 Lines 9853 9853 Branches 1622 1622 ======================================= Hits 7956 7956 Misses 1446 1446 Partials 451 451 ``` | [Flag](https://app.codecov.io/gh/jwmcglynn/donner/pull/73/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jeff+McGlynn) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/jwmcglynn/donner/pull/73/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jeff+McGlynn) | `80.74% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jeff+McGlynn#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.