Граф коммитов

2073 Коммитов

Автор SHA1 Сообщение Дата
Matthew Leibowitz 3379690267
Making sure the nuget package follows semver 2018-10-12 03:04:21 +02:00
Matthew Leibowitz e5cd59ada7 Renamed file so it is not build with the rest of the samples 2018-10-11 19:53:13 +02:00
Matthew Leibowitz 64611b2190
Added a Docker-hosted WebAPI sample 2018-10-11 17:54:17 +02:00
Matthew Leibowitz 39cb90b494
Updated the .NET Core testing framework 2018-10-09 12:31:44 +02:00
Matthew Leibowitz d4680ed529
Update externals
- included the bits to remove the hard dependency on opengl32.dll
 - first step in fixing #591
2018-10-06 22:31:24 +02:00
Matthew Leibowitz 3e68abc96a
Updated the externals to fix #647 2018-10-06 03:41:21 +02:00
Matthew Leibowitz 274f3b2229
Fixed some invalid links 2018-10-05 16:08:30 +02:00
Matthew Leibowitz 9d29296331
fixing some bad links 2018-10-05 16:00:38 +02:00
Matthew Leibowitz 9d24d7f265
Fixed the missing element 2018-10-05 15:32:21 +02:00
Matthew Leibowitz c4d01582b1
Updated most of the docs 2018-10-05 15:27:49 +02:00
Matthew Leibowitz c5296fa75d
We must try not to break everything after Google's rename 2018-10-04 15:37:44 +02:00
Matthew Leibowitz 04e10466dc
Updated more of the docs 2018-10-04 02:51:40 +02:00
Matthew Leibowitz 102d6477f6
Renamed the extension method to be both more specific and more accurate 2018-10-04 02:49:03 +02:00
Matthew Leibowitz 1239a4d972
Updated docs 2018-10-03 14:46:51 +02:00
Matthew Leibowitz 3da13d1c72
Update more docs 2018-10-03 03:48:12 +02:00
Matthew Leibowitz 66b8b479db
Made things nicer still 2018-10-03 02:16:51 +02:00
Matthew Leibowitz 88e23fad8e
Wrote some more API docs 2018-10-03 00:18:12 +02:00
Matthew Leibowitz 0556144281
Updated the docs with the changed API 2018-10-03 00:17:53 +02:00
Matthew Leibowitz 929945ef40
Improved the API a bit 2018-10-03 00:15:49 +02:00
Matthew Leibowitz f714f60a13
Updated more docs 2018-10-02 00:05:49 +02:00
Matthew Leibowitz 71224bc19c
Update more docs 2018-10-01 23:46:15 +02:00
Matthew Leibowitz c6ca70db94
Added some more docs 2018-10-01 02:01:08 +02:00
Matthew Leibowitz 38b485edff
Regenerate docs 2018-09-29 05:35:16 +02:00
Matthew Leibowitz eec4fcbee2
Make the internal types internal 2018-09-28 23:39:34 +02:00
Matthew Leibowitz 35d3f00f55
Exposed SKTypeface.CreateDefault() and SKTypeface.Default to C# 2018-09-28 20:57:43 +02:00
Matthew Leibowitz 310ebdd626
Update the samples 2018-09-28 19:43:23 +02:00
Matthew Leibowitz aa0ce80fb6
The subset is still invalid 2018-09-28 16:02:57 +02:00
Matthew Leibowitz 4b0565c464
Merge pull request #644 from mono/dev/docs
Updating the docs and other doc-y stuff
2018-09-28 07:15:37 +02:00
Matthew Leibowitz 42afd529c7
Reordered the native builds to improve build queues 2018-09-28 06:46:26 +02:00
Matthew Leibowitz 4a729ec149
Update more docs 2018-09-28 06:31:52 +02:00
Matthew Leibowitz 9746592f90
Added some real docs 2018-09-28 05:29:02 +02:00
Matthew Leibowitz 015625fe57
Generated the new docs 2018-09-28 04:10:42 +02:00
Matthew Leibowitz 9562aa4a8d
Improved the docs script for new packages 2018-09-27 22:19:03 +02:00
Matthew Leibowitz 9bfa766aca
Download ANGLE from the v3 source as v2 is having issues 2018-09-27 19:14:06 +02:00
Matthew Leibowitz 7c0bfd1e78
Updated the changelogs 2018-09-27 15:15:15 +02:00
Matthew Leibowitz 8332c99ec1
Correctly marshal the inner struct 2018-09-27 15:13:25 +02:00
Matthew Leibowitz e64780c8c8
Merge pull request #642 from mono/development
Update MASTER to m68
2018-09-26 21:56:03 +02:00
Matthew Leibowitz 402f2761e1
Finalizing the native assets nuget 2018-09-26 15:57:10 +02:00
Matthew Leibowitz e85bb7ca7a
Added the net45 dll to the nuget. Fixes #604 2018-09-26 07:09:28 +02:00
Matthew Leibowitz 63b2dfc3a2
If there are no glyphs, don't try and read them. Fixes #630 2018-09-26 07:03:18 +02:00
Matthew Leibowitz b32bce1041
Work on the UWP views to make things run better across the board 2018-09-26 05:56:56 +02:00
Matthew Leibowitz ab3817930d
Update the externals 2018-09-21 19:38:58 +02:00
Matthew Leibowitz b9dc4446f8
Merged in a few improvements to the CI (#638)
- more environment variables are printed
 - use `/Z7` instead of `/Zi /FS` to try avoid intermittent error 
    - `"fatal error c1090: pdb api call failed, error code '23': '("`
    - seems to be related to MSVC, Jenkins and mspdbsrv
 - generate full PDB on windows
 - fail fast to improve overall build cycles
 - use stashing to remove the many azure uploads
 - make sure the git sha was added to the assembly
2018-09-20 22:05:12 +02:00
Matthew Leibowitz 037ed0c080
Make sure to actually generate the xml report 2018-09-19 03:20:58 +02:00
Matthew Leibowitz 150335985e
Use xUnit for the tests 2018-09-18 20:58:35 +02:00
Matthew Leibowitz 20d9ef0efd
Updated the readme 2018-09-18 17:46:46 +02:00
Matthew Leibowitz 3fee85d936
Update to the merged skia branch 2018-09-18 17:46:35 +02:00
Matthew Leibowitz fe8147fde5
Properly detect tests 2018-09-18 17:46:15 +02:00
Matthew Leibowitz a27cbb1eae
Improve the Linux CI (#635)
* Prepare the bits to build the linux platforms
* Adding just the required native packages
* Update mdoc and add the --quiet flag to reduce output noise
* Moved the linux native assets into a separate nuget
* Updated the UWP signing key
* Remove the old index8 members
2018-09-17 04:48:12 +02:00
Matthew Leibowitz 0fec7c7e74
Merge pull request #631 from mono/dev/update-m68
Update to m68
2018-09-14 13:42:40 +02:00