Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qvector header cleanup #1173

Merged
merged 8 commits into from
Feb 3, 2025

Conversation

QuentinLeeWeber
Copy link
Contributor

The files were created because the Rust bridges, which are specific, included qvector, which is generic.
This, in turn, included all possible types of qvector, even though only the type required by the bridge was actually needed.
(Run-time: n^2)
With the change, each spefific bridge now has its own specific qvector that it can include.

The only downside is, that the user has to manually include the specific qvector header.

Quentin Weber added 6 commits January 27, 2025 15:58
The files were created because the Rust bridges, which are specific, included qvector, which is generic.
This, in turn, included all possible types of qvector, even though only the type required by the bridge was actually needed.
(Run-time: n^2)
With the change, each spefific bridge now has its own specific qvector that it can include.

The only downside is, that the user has to manually include the specific qvector header.
- fixing clang-format error
Copy link

codecov bot commented Feb 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d4ab7dd) to head (582641c).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1173   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           71        71           
  Lines        11967     11967           
=========================================
  Hits         11967     11967           

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

Copy link
Collaborator

@LeonMatthesKDAB LeonMatthesKDAB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nitpick, otherwise looks good :)

Copy link
Collaborator

@LeonMatthesKDAB LeonMatthesKDAB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@LeonMatthesKDAB LeonMatthesKDAB merged commit 76f801b into KDAB:main Feb 3, 2025
16 checks passed
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