feat(FreeBSD): Add backend support - #72
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #72 +/- ##
==========================================
+ Coverage 74.48% 74.76% +0.28%
==========================================
Files 33 33
Lines 7869 7910 +41
Branches 2954 2968 +14
==========================================
+ Hits 5861 5914 +53
+ Misses 1728 1439 -289
- Partials 280 557 +277
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 10 files with indirect coverage changes Continue to review full report in Codecov by Harness.
|
ReenigneArcher
force-pushed
the
feat/freebsd
branch
3 times, most recently
from
August 14, 2026 01:55
7539287 to
4e147ed
Compare
Refactors CI into reusable workflow-call pipelines (`ci-driver`, `ci-build`, `ci-results`) and updates the top-level `ci.yml` to orchestrate release setup, Windows driver packaging/signing, cross-platform library builds (now including FreeBSD), and Codecov uploads. Adds FreeBSD platform support details across build and runtime behavior: enables threaded use on FreeBSD, applies required Clang libc++ experimental flags, extends the Linux/uhid backend implementation to support FreeBSD uinput paths and platform-specific capability/effective-profile handling, and wires in new FreeBSD integration tests. Documentation is updated to describe FreeBSD’s uinput-based feature subset and integration expectations.
ReenigneArcher
force-pushed
the
feat/freebsd
branch
from
August 14, 2026 02:12
4e147ed to
e49cbdb
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Refactors CI into reusable workflow-call pipelines (
ci-driver,ci-build,ci-results) and updates the top-levelci.ymlto orchestrate release setup, Windows driver packaging/signing, cross-platform library builds (now including FreeBSD), and Codecov uploads.Adds FreeBSD platform support details across build and runtime behavior: enables threaded use on FreeBSD, applies required Clang libc++ experimental flags, extends the Linux/uhid backend implementation to support FreeBSD uinput paths and platform-specific capability/effective-profile handling, and wires in new FreeBSD integration tests. Documentation is updated to describe FreeBSD’s uinput-based feature subset and integration expectations.
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage
See our AI usage policy.