Skip to content

Set of patches successfully used in FreeOrion project #349

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

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

Conversation

o01eg
Copy link

@o01eg o01eg commented Apr 15, 2025

Those patches were tested with Python 3.10.16 version on MacOS, Windows and Android.

adrianbroher and others added 30 commits May 8, 2022 15:14
* Disable C4101 'identifier' : unreferenced local variable for libpython.
* Disable C4018 'expression' : signed/unsigned mismatch for libpython.
* Disable C4244 'conversion' conversion from 'type1' to 'type2', possible
  loss of data for libpython.
* Disable C4996 The compiler encountered a deprecated declaration. for
  libpython.
This is required when using multi-config cmake generators.
bjia56 and others added 29 commits February 25, 2024 11:52
This reverts commit 2e054df.
Translated to CMake from a patch on the Yocto project:
http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-devtools/python/python3/0002-Don-t-do-runtime-test-to-get-float-byte-order.patch?h=zeus
It avoids the execution of a program on the target device,
and produces a clearer endianness result.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants