Commit graph

17 commits

Author SHA1 Message Date
Paul Knopf
f890c16808 Updating Qt. 2020-08-01 23:08:29 -04:00
Sebastian Hartte
3922f0e4b6 Update GitVersion.ToolThis removes the incompatibility with the netcoreapp31 runtime. 2020-05-28 20:50:52 -04:00
Sebastian Hartte
02dd83a687 NetVariant support for all QML built-in types
Added support for all QML built-in types in NetVariant:
- rect/QRectF maps to System.Drawing.RectangleF
- point/QPointF maps to System.Drawing.Point
- size/QSizeF maps to System.Drawing.SizeF
- color/QColor maps to System.Drawing.Color

The following require .NET Standard 2.1:
- vector2d/QVector2D maps to System.Numerics.Vector2
- vector3d/QVector3D maps to System.Numerics.Vector3
- vector4d/QVector4D maps to System.Numerics.Vector4
- quaternion/QQuaternion maps to System.Numerics.Quaternion
- matrix4x4/QMatrix4x4D maps to System.Numerics.Matrix4x4

Additionally, the following are supported as well for convenience:
- QRect maps to System.Drawing.Rectangle
- QPoint maps to System.Drawing.Point
- QSize maps to System.Drawing.Size
2020-05-28 20:50:52 -04:00
Paul Knopf
b65a990ace Support for loading windows/osx runtimes. 2019-04-13 14:16:11 -04:00
Paul Knopf
db7fb2bebc Added unit test for extracting runtime. 2019-04-13 14:16:11 -04:00
Paul Knopf
771dc954c0 The CI is now using the runtimes packaged at: https://github.com/qmlnet/qt-runtimes/releases/tag/releases 2019-04-13 14:16:11 -04:00
Paul Knopf
cf6a4d6789 Fixing build. 2018-12-25 22:39:57 -05:00
Paul Knopf
676fc180c4 Updating builds to Qt 5.12 and .NET 2.2
Using .NET Core GitVersion of OSX and Linux.
Remove bool from interop due to non-blittable.
2018-12-25 22:01:56 -05:00
Max Mommersteeg
b4d12e59b3 Updated to stable GitVersion.CommandLine. 2018-12-24 19:41:47 +00:00
TripleWhy
496f424ef2 Updated appveyor build script to use MSVC2017 2018-12-22 08:28:34 -05:00
Paul Knopf
8fe5093a47 Deleting the gitversion that comes with the appveyor build so that we can use our installed one. 2018-08-08 13:15:30 -04:00
Paul Knopf
b10afa57d9 More testing of the build server versioning. 2018-08-08 12:36:45 -04:00
Paul Knopf
52cc5ec38c Viewing the config output for debugging build server. 2018-08-08 12:22:48 -04:00
Paul Knopf
e0822f9b39 Using consistent gitversion versions. 2018-08-08 03:22:30 -04:00
Paul Knopf
56bd29912e Using GitVersion, and deploying to MyGet. 2018-08-05 20:32:30 -04:00
Paul Knopf
9c9118a0f6 Added NuGet package for built-in Qt runtime.
Updated AdvancedDLSupport.
2018-07-31 14:22:49 -04:00
Paul Knopf
77e0cc35ae Added an appveyor build. 2018-07-21 20:57:39 -04:00