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

fix incorrect use of python package #1

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Conversation

DjLegolas
Copy link
Owner

Fixes #...

Proposed changes:

  • ...

Benchmark results:

  • Before: ...
  • After: ...

Test suite changes:

  • ...

@DjLegolas DjLegolas force-pushed the fix-python-issue branch 13 times, most recently from cd0b5e6 to 69c64ca Compare April 20, 2024 07:04
@DjLegolas DjLegolas force-pushed the fix-python-issue branch 4 times, most recently from 8b2563e to 84ad61a Compare August 17, 2024 20:11
ebassi and others added 10 commits August 18, 2024 18:51
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.
A remnant of the Autotools days, nothing uses these entities any more.
Remove unused gtkdoc entitites file
When compiling with Gobject integration on Windows, the build fails because it finds the incorrect
python interpreter.

Closes: ebassi#265
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.

2 participants