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 cythonized ext on Windows #258

Merged
merged 3 commits into from
Apr 9, 2024
Merged

Support cythonized ext on Windows #258

merged 3 commits into from
Apr 9, 2024

Conversation

aisk
Copy link
Member

@aisk aisk commented Apr 6, 2024

I found that it's very easy to support it on Windows. The only issue in the current master branch is that endian_port.h doesn't support Windows.

So I tried to use https://gist.github.com/panzi/6856583 to replace the old one. It's also used by Google's Fuchsia: https://fuchsia.googlesource.com/third_party/iperf/+/3.1.5/src/portable_endian.h so I assume that it have basic quality guarantee.

@aisk
Copy link
Member Author

aisk commented Apr 6, 2024

Needs rebase with #259 before landing.

@aisk aisk marked this pull request as draft April 6, 2024 13:07
@aisk aisk marked this pull request as ready for review April 7, 2024 14:47
@aisk aisk merged commit a66b339 into Thriftpy:master Apr 9, 2024
18 checks passed
@aisk aisk deleted the windows-ext branch April 12, 2024 14:51
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