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

Merge Develop 5.1 to master #519

Merged
merged 54 commits into from
Dec 15, 2024
Merged

Merge Develop 5.1 to master #519

merged 54 commits into from
Dec 15, 2024

Conversation

andyward
Copy link
Member

@andyward andyward commented Dec 15, 2024

A rollup of all develop updates relating to 5.1 to create a 5.1.x release ahead of merging netcore back to develop

This release addresses some important stability issues in current release, and includes a newer OCC

In particular this release address stability issues in Release mode, due to OCC previously being built with the exception handling disabled in release which may account for a number of issues raised in 5.1. e.g. #454 and #281 (comment) - and many issues relating to Memory Access Violation since bounds checking has essentially being ignored.

CBenghi and others added 30 commits March 3, 2021 15:44
Changed regression suite for more detailed entity information on
unmanaged exceptions.
This seems to be better for the newest version of opencascade/net.
Partially addresses #281, removing the stack overflow.
memory_hungry_boolean3 has been ignored because it was not
really working in the previous release.
Test formally passed (count ==1), but the Geometry was not correct.
Reimplementation of #301. With tests and integration in broader context.
Added clearer comments and filed an issue with OCC
See https://tracker.dev.opencascade.org/view.php?id=32347
Managed xbim objects may be collected by GC while contained native resources are still in use
Fix premature garbage collection of objects holding native resources (issue #370)
Merge remote-tracking branch 'origin/occt/v761' into develop
CBenghi and others added 22 commits September 5, 2022 08:44
Also: Small OCCT source change fix to prevent infinite loop
In ShapeUpgrade_UnifySameDomain.cxx
packages update to remove vulnerability.
Also, xml project cleanup.
…wallthickness values in IfcCShapeProfileDef are same
fixed up IfcCShapeProfileDef error when values of girth and tchickness are same
Fixed geometry creation for XbimCurve based on trimmed ellipse
Added missing LogInfo argument - Issue 492
* Fix for memory access violation when filling loop #512

While an edge case, the root cause is that ages ago we incorrectly added OCC 'No_Exception' Preprocessor directive in Release builds, essentially making all managed exception handling useless outside of Debug builds

Slightly tidied OCC targets to remove duplicate elements.
…518)

- resulting in infinite sized Region. Follow up issue for #512
@andyward andyward changed the title Develop Merge Develop 5.1 to master Dec 15, 2024
@andyward andyward added this to the 5.1.x milestone Dec 15, 2024
@andyward andyward self-assigned this Dec 15, 2024
@andyward andyward marked this pull request as ready for review December 15, 2024 19:51
@andyward andyward merged commit fb94c49 into master Dec 15, 2024
1 check 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.

4 participants