Skip to content

pthread mutexes instead of POSIX semaphores in plugins#263

Merged
attipaci merged 2 commits into
mainfrom
solsys-pthread
Oct 17, 2025
Merged

pthread mutexes instead of POSIX semaphores in plugins#263
attipaci merged 2 commits into
mainfrom
solsys-pthread

Conversation

@attipaci

@attipaci attipaci commented Oct 17, 2025

Copy link
Copy Markdown
Collaborator

Use pthread mutexes instead of POSIX semaphores in the CALCEPH and CSPICE plugins, for better portability. POSIX semaphores are not supported on Windows, nor on MacOS. As such the current CALCEPH and CSPICE plugins cannot be built for those platforms. But pthread is supported on all, including Windows (via an appropriate wrapper library -- which CMake configures as needed).

@attipaci attipaci added this to the 1.5.0 milestone Oct 17, 2025
@attipaci attipaci self-assigned this Oct 17, 2025
@attipaci attipaci added the enhancement New feature or request label Oct 17, 2025
@codecov

codecov Bot commented Oct 17, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.84%. Comparing base (56cc698) to head (7e5ce45).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #263   +/-   ##
=======================================
  Coverage   99.84%   99.84%           
=======================================
  Files          24       24           
  Lines        4578     4578           
  Branches      902      902           
=======================================
  Hits         4571     4571           
  Partials        7        7           
Flag Coverage Δ
unittests 99.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56cc698...7e5ce45. Read the comment docs.

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

@attipaci attipaci force-pushed the solsys-pthread branch 2 times, most recently from f3aab3b to febe7ab Compare October 17, 2025 09:31
@attipaci attipaci changed the title pthread mutexes instead of POSIX semaphore in plugins pthread mutexes instead of POSIX semaphores in plugins Oct 17, 2025
@attipaci attipaci marked this pull request as ready for review October 17, 2025 11:14
@attipaci attipaci merged commit 9892120 into main Oct 17, 2025
27 checks passed
@attipaci attipaci deleted the solsys-pthread branch October 17, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant