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

static link with parasolid (winx64) (backport #954) [release/4.11.x] #966

Open
wants to merge 3 commits into
base: release/4.11.x
Choose a base branch
from

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jan 10, 2025

To prevent frustrum collisions when integrating with other Apps. By statically linking on Windows, the addon will gets its own frustrum and copy of Parasolid functions to isolate itself from other Apps (when loaded in-process). This allows for greater interoperability when writing Connectors. As it stood today, Parasolid was always loaded when the addon initialized, so static linking should not have notable impact on loading and startup.

https://github.com/iTwin/imodel-native-internal/pull/721


This is an automatic backport of pull request #954 done by [Mergify](https://mergify.com).

imodel-native-internal: https://github.com/iTwin/imodel-native-internal/pull/727

* static link with parasolid to prevent frustrum collisions when integrating with PP

* change parasolid link for non-windows

---------

Co-authored-by: Daniel Rodriguez <[email protected]>
(cherry picked from commit a706ba4)
@mergify mergify bot requested a review from a team January 10, 2025 15:21
@DanRod1999
Copy link
Contributor

/azp run imodel-native

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@aruniverse aruniverse enabled auto-merge (squash) January 15, 2025 21:29
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.

4 participants