[PR #30] [MERGED] Lazy loading types for performance. #179

Closed
opened 2026-05-05 11:20:17 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: lazy-loading


📝 Commits (1)

  • 572d4f8 Lazy 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.

## 📋 Pull Request Information **Original PR:** https://github.com/qmlnet/qmlnet/pull/30 **Author:** [@pauldotknopf](https://github.com/pauldotknopf) **Created:** 7/23/2018 **Status:** ✅ Merged **Merged:** 7/23/2018 **Merged by:** [@pauldotknopf](https://github.com/pauldotknopf) **Base:** `master` ← **Head:** `lazy-loading` --- ### 📝 Commits (1) - [`572d4f8`](https://github.com/qmlnet/qmlnet/commit/572d4f8b8a21a6dd43babc8309d1f71c6a05773d) Lazy loading types for performance. ### 📊 Changes **11 files changed** (+165 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Closes #12 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:20:18 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#179
No description provided.