mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #30] [MERGED] Lazy loading types for performance. #179
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#179
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/30
Author: @pauldotknopf
Created: 7/23/2018
Status: ✅ Merged
Merged: 7/23/2018
Merged by: @pauldotknopf
Base:
master← Head:lazy-loading📝 Commits (1)
572d4f8Lazy loading types for performance.📊 Changes
11 files changed (+165 additions, -35 deletions)
View changed files
📝
src/native/QmlNet/QmlNet/qml/NetValueMetaObject.cpp(+2 -0)📝
src/native/QmlNet/QmlNet/types/Callbacks.cpp(+12 -9)📝
src/native/QmlNet/QmlNet/types/Callbacks.h(+3 -1)📝
src/native/QmlNet/QmlNet/types/NetTypeInfo.cpp(+38 -1)📝
src/native/QmlNet/QmlNet/types/NetTypeInfo.h(+8 -1)📝
src/native/QmlNet/QmlNet/types/NetTypeManager.cpp(+1 -1)📝
src/net/Qml.Net.Tests/Types/CallbacksTests.cs(+1 -0)📝
src/net/Qml.Net.Tests/Types/NetTypeManagerTests.cs(+38 -6)📝
src/net/Qml.Net/Internal/DefaultCallbacks.cs(+21 -4)📝
src/net/Qml.Net/Internal/Types/Callbacks.cs(+25 -12)📝
src/net/Qml.Net/Internal/Types/NetTypeInfo.cs(+16 -0)📄 Description
Closes #12
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.