mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #85] [MERGED] Added long and float type upport + some cleanup/refactoring #198
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#198
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/85
Author: @TripleWhy
Created: 12/19/2018
Status: ✅ Merged
Merged: 12/22/2018
Merged by: @pauldotknopf
Base:
develop← Head:develop📝 Commits (8)
26dba43Updated appveyor build script to use MSVC2017c2c5a00NetVariant Refactoring6c951aeHelp the compiler help usf76bdb1Ran clang-tidy and fixed some reported issues5bf0bd2Removed now obsolete arguments6300130Use delete[] to avoid undefined behaviora1f65ffAvoid -Wweak-vtables warninged59578Relaxed assertion that was a little too enthusiastic📊 Changes
47 files changed (+689 additions, -538 deletions)
View changed files
📝
appveyor.yml(+1 -0)📝
build/appveyor.bat(+2 -2)📝
src/native/QmlNet/QmlNet.h(+13 -10)📝
src/native/QmlNet/QmlNet/qml/JsNetObject.cpp(+21 -23)📝
src/native/QmlNet/QmlNet/qml/JsNetObject.h(+3 -3)📝
src/native/QmlNet/QmlNet/qml/NetJsValue.cpp(+8 -7)📝
src/native/QmlNet/QmlNet/qml/NetJsValue.h(+4 -4)📝
src/native/QmlNet/QmlNet/qml/NetListModel.cpp(+5 -4)📝
src/native/QmlNet/QmlNet/qml/NetListModel.h(+1 -1)📝
src/native/QmlNet/QmlNet/qml/NetTestHelper.cpp(+1 -1)📝
src/native/QmlNet/QmlNet/qml/NetValue.cpp(+11 -10)📝
src/native/QmlNet/QmlNet/qml/NetValue.h(+5 -4)📝
src/native/QmlNet/QmlNet/qml/NetValueMetaObject.cpp(+3 -3)📝
src/native/QmlNet/QmlNet/qml/NetValueMetaObject.h(+2 -2)📝
src/native/QmlNet/QmlNet/qml/NetValueMetaObjectPacker.cpp(+79 -78)📝
src/native/QmlNet/QmlNet/qml/NetValueMetaObjectPacker.h(+2 -2)📝
src/native/QmlNet/QmlNet/qml/NetVariant.cpp(+217 -184)📝
src/native/QmlNet/QmlNet/qml/NetVariant.h(+36 -18)📝
src/native/QmlNet/QmlNet/qml/NetVariantList.cpp(+3 -9)📝
src/native/QmlNet/QmlNet/qml/NetVariantList.h(+1 -1)...and 27 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.