Skip to content

Upgrade libexpat to 2.7.0#1247

Merged
agodemar merged 1 commit intoJSBSim-Team:masterfrom
bcoconni:libexpat/2.7.0
Mar 22, 2025
Merged

Upgrade libexpat to 2.7.0#1247
agodemar merged 1 commit intoJSBSim-Team:masterfrom
bcoconni:libexpat/2.7.0

Conversation

@bcoconni
Copy link
Member

Upgrade JSBSim local copy of libexpat from 2.6.2 to 2.7.0. This new version includes a number of bugs and security fixes (see libexpat changelog for details).

For the record, JSBSim local copy of libexpat is used by the Python wheels from PyPI in order to support systems where libexpat is not installed (i.e Windows).

However, if libexpat is installed on your computer (including the header/dev files), CMake can compile JSBSim, include its Python module, using the global libexpat library as long as the flag -DSYSTEM_EXPAT=ON is set:

> cmake -DSYSTEM_EXPAT=ON [add-other-flags-as-needed] .

By default SYSTEM_EXPAT is set to OFF even if libexpat is installed on your computer:

option(SYSTEM_EXPAT "Set to ON to build JSBSim using the system libExpat" OFF)

@codecov
Copy link

codecov bot commented Mar 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.77%. Comparing base (e4c989f) to head (009b4d3).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1247   +/-   ##
=======================================
  Coverage   24.77%   24.77%           
=======================================
  Files         169      169           
  Lines       19421    19421           
=======================================
  Hits         4812     4812           
  Misses      14609    14609           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@agodemar agodemar merged commit 7471f53 into JSBSim-Team:master Mar 22, 2025
29 checks passed
@bcoconni bcoconni deleted the libexpat/2.7.0 branch March 22, 2025 20:07
bcoconni added a commit to bcoconni/jsbsim that referenced this pull request May 2, 2025
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.

2 participants