Skip to content

add support for multiple platforms #3

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

Merged
merged 1 commit into from
Aug 31, 2021
Merged

Conversation

bashbaug
Copy link
Owner

Fixes #2

Description of Changes

Adds support for multiple platforms. Multiple platforms are supported constructing dispatch tables for all platforms, then selecting the correct dispatch table at runtime based on the passed-in dispatchable object.

Note that the previous single-platform-only behavior can still be selected via a CMake option and is likely to perform better if only a single platform is needed.

Added CI testing for both configurations.

Testing Done

Wrote a tester app that called extension functions from multiple platforms on a system with multiple platforms.

@bashbaug bashbaug merged commit 672b3e5 into main Aug 31, 2021
@bashbaug bashbaug deleted the multiple-platform-support branch August 31, 2021 06:12
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.

handle multiple platforms
1 participant