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

Skip to content

Tags: Vik2929/jsbsim

Tags

v1.2.0

Toggle v1.2.0's commit message
Remove branch exceptions.

v1.1.14

Toggle v1.1.14's commit message
Bump pypa/cibuildwheel from 2.15 to 2.16

v1.1.13

Toggle v1.1.13's commit message
Fix the pkgconfig file (issue JSBSim-Team#770)

v1.1.12

Toggle v1.1.12's commit message
Fix the stable release process.

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.