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

Build system cleanups #274

Merged
merged 5 commits into from
Aug 19, 2024
Merged

Build system cleanups #274

merged 5 commits into from
Aug 19, 2024

Conversation

ebassi
Copy link
Owner

@ebassi ebassi commented Aug 18, 2024

No description provided.

The introspection data generation should be subject to the same level of
warnings-as-errors promotion as the rest of the project.
Replace join_paths() with the forward slash operator.
When generating introspection data we care about the ability of running
binaries on the host machine; if we can, even on a cross build, then
that's enough for us.
The symbol visibility check is a lot simpler, now that we've switched
to Meson's own gnu_symbol_visibility parameter and we're selecting the
public attributes inside the versioning macro header.
@ebassi ebassi merged commit ae29116 into master Aug 19, 2024
5 checks passed
@ebassi ebassi deleted the docs-update branch August 19, 2024 13:45
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