mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #6] [MERGED] Migrating away from swig. #165
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#165
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qmlnet/qmlnet/pull/6
Author: @pauldotknopf
Created: 7/14/2018
Status: ✅ Merged
Merged: 7/15/2018
Merged by: @pauldotknopf
Base:
master← Head:interop📝 Commits (10+)
b2232baRemoved all the interop temp until I bring it back slowly using new PInvoke approach.96dbe0cRemoving swig.5b7d7fbRemoving QML integration. Only the reflection stuff in there now.1ef1163Working on the interop.8c49a78Verified I can call the callbacks.0b7f55fCan check if type is valid.daf7491Working on the NetTypeInfo pinvoke.5e02f5cUsing helper disposable class.c37b3ebMinor changes.e755cfeAdded the method to build type info.📊 Changes
134 files changed (+3962 additions, -6763 deletions)
View changed files
➕
src/native/QtNetCoreQml/QtNetCoreQml.h(+62 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml.pri(+7 -0)📝
src/native/QtNetCoreQml/QtNetCoreQml.pro(+1 -41)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetTestHelper.cpp(+21 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetTestHelper.h(+7 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetValue.cpp(+20 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetValue.h(+31 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetValueMetaObject.cpp(+325 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetValueMetaObject.h(+27 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetValueType.cpp(+1 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetValueType.h(+32 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetVariant.cpp(+336 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetVariant.h(+42 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetVariantList.cpp(+71 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/NetVariantList.h(+26 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/QGuiApplication.cpp(+41 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/QGuiApplication.h(+24 -0)📝
src/native/QtNetCoreQml/QtNetCoreQml/qml/QQmlApplicationEngine.cpp(+28 -12)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/QQmlApplicationEngine.h(+12 -0)➕
src/native/QtNetCoreQml/QtNetCoreQml/qml/qml.pri(+19 -0)...and 80 more files
📄 Description
Possibly using: https://github.com/Firwood-Software/AdvanceDLSupport
If not, manual PInvoke.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.