-
Notifications
You must be signed in to change notification settings - Fork 133
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
Conversation
This file contains 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
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.
Further work on #281
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
…cast (not Cartesian Point)
…e-swept-area-solid-creation Fix for issue #338
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
Upgrade Essentials
* 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.
Re-instate CI tests. Tidy tests
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.
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.