ENH: Prepare for qt6#93
Closed
hjmjohnson wants to merge 4 commits intocommontk:patched-v3.6.1-2025-06-13-a2687828efrom
Closed
ENH: Prepare for qt6#93hjmjohnson wants to merge 4 commits intocommontk:patched-v3.6.1-2025-06-13-a2687828efrom
hjmjohnson wants to merge 4 commits intocommontk:patched-v3.6.1-2025-06-13-a2687828efrom
Conversation
PythonQt/generator/parser/name_compiler.cpp:111:46: \
warning: 'count' is deprecated: Use size() or length() instead.
[-Wdeprecated-declarations]
Author
|
@jcfr These are the most valuable code recommendations from MeVisLab/pythonqt#269. I am going to make separate PR's for these in the upstram MeVisLab repo. |
Add specific framework path handling Refactor include directory parsing to support multiple candidate paths for headers and introduce macOS-specific logic for resolving framework-relative header paths. Enhance generator flexibility and robustness for cross-platform usage. Push upstream fix via: danmar/simplecpp#448
6100937 to
85ede91
Compare
Replace with backward compatible recommended or preprocessor conditional for old and new. Use new paradigms that are backward compatible when possible. Use preprocessor conditionals where the syntax is different between qt5 and qt6.
…er versions Py_HashPointer() is not available in Python 3.12. It was only added to the public C-API in Python 3.13 (see the “What’s New in 3.13” notes) Release Status of a pointer-hash helper ≤ 3.12 Only the private, internal function _Py_HashPointer() exists. It is not exported in the limited- or stable-ABI headers and may disappear or change without notice. 3.13+ Py_HashPointer(const void *ptr) becomes a public API entry in <Python.h>.
85ede91 to
31fb604
Compare
Member
|
Closing. Move of the changes have been integrated upstream and backported to commontk/PythonQt@patched-v3.6.1-2025-09-30-f4769f190:
Remaining ones |
This file contains hidden or 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
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.
These are code changes that were identified while building for Qt6 support. These are cherry-picked fixes from
a larger effort to get Qt6 support that will be abandoned.