-
Notifications
You must be signed in to change notification settings - Fork 534
Integration request to master #1000
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
base: master
Are you sure you want to change the base?
Conversation
|
Performance Test Summary Commit: Title: Merge 5d92701 into bfd3fca Platform: windows-x64 Platform: linux-clang-x64 Platform: macos-x64 |
- Removed legacy metadata entries (EXTERNLIB, PACKAGES, DEFINES, FILES) that are no longer used by the build system - Removed references to obsolete build artifacts (.lex, .yacc files) that appear to be superseded by generated .c/.h files - Removed references to non-source files (README.md, .tcl scripts, GUID.txt) that shouldn't be listed in source file manifests
- Refactored loop control flow to use an `if` statement instead of a `for` loop with immediate `break` - Changed variable type from `int` to `size_t` to match the expected type and eliminate conversion warnings
|
Performance Test Summary Commit: Title: Merge a36bca5 into bfd3fca Platform: windows-x64 Platform: linux-clang-x64 Platform: macos-x64 |
- Renamed private member field from `pos` to `myPosition` throughout the class - Added `[[nodiscard]]` attributes to getter and computation methods - Introduced `SignedDistance()` methods for point, line, and plane to identify relative positions - Refactored `Distance()` methods to use `SignedDistance()` internally, eliminating code duplication - Made `gp_Ax3::Direct()` and `gp_Pln::Direct()` constexpr
|
Performance Test Summary Commit: Title: Merge c639199 into bfd3fca Platform: windows-x64 Platform: linux-clang-x64 Platform: macos-x64 |
|
Performance Test Summary Commit: Title: Merge 985287f into bfd3fca Platform: windows-x64 Platform: linux-clang-x64 Platform: macos-x64 |
- Added clang diagnostic pragmas to suppress three specific warning types around macOS/iOS framework imports - Added version-specific warning suppression for clang 20+ in the general warnings disable header - Extended function cast warning suppression to cover clang's `-Wcast-function-type-mismatch`
|
Performance Test Summary Commit: Title: Merge 0a1e8b7 into bfd3fca Platform: windows-x64 Platform: linux-clang-x64 Platform: macos-x64 |
|
Performance Test Summary Commit: Title: Merge b5cd7a8 into bfd3fca Platform: windows-x64 Platform: linux-clang-x64 Platform: macos-x64 |
- Updated handle syntax from `Handle(ClassName)` macro to `occ::handle<ClassName>` template - Deprecated `Standard_*` type aliases in favor of native C++ types - Removed package-specific collection aliases in favor of direct `NCollection_*` usage
Integration request to collect a sequence of patches as a periodical branch.
Will be available for short time only during development circle.