Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: wangzgenyu/jsbsim

Tags

v1.1.11

Toggle v1.1.11's commit message
Improvements to the build of wheels for Linux.

- Set the flag `-fno-math-errno` so that the `errno` flag is not any longer being set when math functions are called.
- Exclude using Cython version `0.29.26` for building Python wheels as it fails building wheels for PyPy38.

v1.1.10

Toggle v1.1.10's commit message
Fix the scripts to pass the XML validation.

v1.1.9

Toggle v1.1.9's commit message
Remove references to the Ubuntu Xenial release as it is no longer sup…

…ported by GitHub.

v1.1.8

Toggle v1.1.8's commit message

v1.1.7

Toggle v1.1.7's commit message

v1.1.6

Toggle v1.1.6's commit message
Always set useDefault to false when calling SGPropertyNode::tie()

See issue JSBSim-Team#363: setting `useDefault` to true is equivalent to have uninitialized variables.

v1.1.5

Toggle v1.1.5's commit message
Distutils no longer places double quotes around compiler flags (Pytho…

…n 3.9 for Windows.)

v1.1.4

Toggle v1.1.4's commit message
Build a source package for JSBSim Python module compatible with all p…

…latforms (Windows, MacOSX, Linux)

Until now, the CI workflow was building 2 different source packages (1 for Windows and 1 for MacOSX/Linux). Unfortunately, PyPI allows only one source package to be uploaded. This commit allows to produce just one source package that is compatible with all platforms.

v1.1.3

Toggle v1.1.3's commit message
Fix the generation of the Python API docs

Reported in issue JSBSim-Team#373.

v1.1.2

Toggle v1.1.2's commit message
Remove outdated comment from FGPropeller