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

Support building on 32-bit platforms #115

Merged
merged 4 commits into from
Dec 31, 2024
Merged

Support building on 32-bit platforms #115

merged 4 commits into from
Dec 31, 2024

Conversation

mappu
Copy link
Owner

@mappu mappu commented Dec 30, 2024

Fixes: #3

The only thing preventing using Miqt on 32-bit was some large integer constants. Move them to a separate _64bit.go file that is blocked on 386 and arm GOARCH.

This is not a complete list of 32-bit GOARCH but it's the only common ones. More could be added. There is no builtin build tag for "32-bit".

Add 32-bit Windows docker containers.

qt6/gen_qcalendar.go Outdated Show resolved Hide resolved
cmd/genbindings/emitgo.go Outdated Show resolved Hide resolved
@mappu
Copy link
Owner Author

mappu commented Dec 31, 2024

@rcalixte Thanks for the review, I've applied those changes, it does make it simpler. 👍

@mappu mappu merged commit 16bb62a into master Dec 31, 2024
10 checks passed
@mappu mappu deleted the miqt-32bit branch December 31, 2024 04:08
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.

32-bit OS support
2 participants