Commit graph

7644 commits

Author SHA1 Message Date
José Pedro
442b1596e8
Cosmos project system. 2018-03-29 23:28:40 +01:00
José Pedro
6cdb64fcde
Updated SQLitePCLRaw assembly version in binding redirects. 2018-03-28 19:02:35 +01:00
José Pedro
c291e2566c
Updated SQLitePCLRaw.bundle_green to version 1.1.10. 2018-03-28 18:48:39 +01:00
José Pedro
44f06b8e4e
Builder improvements. 2018-03-28 01:18:46 +01:00
José Pedro
d2dec6e316
Builder improvements. 2018-03-27 22:36:18 +01:00
José Pedro
e10351dcd2
Builder improvements. 2018-03-27 21:25:00 +01:00
José Pedro
49c12211a2
Builder improvements. 2018-03-27 17:50:16 +01:00
José Pedro
1677dba27a
Builder improvements. 2018-03-27 01:04:49 +01:00
José Pedro
985385527a
Builder improvements. 2018-03-27 00:41:51 +01:00
José Pedro
1480bfbca2
Builder improvements. 2018-03-26 18:58:57 +01:00
Quajak
8c70d57bed -Added new ctor from byte array of pixels
-Added note that ctor with Memory stream does not work, as memory streams do not work correctly
-Improved the cosmos graphic system example
2018-03-26 17:40:20 +02:00
Quajak
b3729308c0 Changed the ctor work done in the Bitmap 2018-03-26 11:45:20 +02:00
jp2masa
956c9e9aaa
Merge pull request #932 from Arawn-Davies/master
Add checks for IL2CPU and XSharp repositories and solution files
2018-03-26 02:30:44 +01:00
José Pedro
493b24253d
Improved install-VS2017.bat. 2018-03-26 02:29:38 +01:00
José Pedro
35cdcc64a0
Added build targets for publish. 2018-03-26 00:51:25 +01:00
jp2masa
29ca16f47d
Merge pull request #935 from valentinbreiz/morepciscan
[PCI] GetDeviceString + GetTypeString
2018-03-25 23:39:45 +01:00
José Pedro
fb2251df65
Added templates for dotnet new. 2018-03-23 23:08:04 +00:00
valentinbreiz
91fa804dfa
Update and rename PciDevice.cs to PCIDevice.cs 2018-03-23 23:32:37 +01:00
Quajak
b12f4fc3b6 Fixed Filestream write
Did requested changes
Added test for Filestream read and write
2018-03-22 21:38:41 +01:00
José Pedro
274fa3e9a5
Build targets. 2018-03-21 23:05:20 +00:00
Arawn Davies
337645e0c5 Add checks for IL2CPU and XSharp repositories and solution files 2018-03-21 21:24:56 +00:00
José Pedro
25c7a21a2f
Added assert location to failed asserts message. 2018-03-20 20:40:10 +00:00
José Pedro
b93f6be60a
Added type system tests. 2018-03-20 18:07:55 +00:00
Quajak
263b40e6cb Merge branch 'master' of https://github.com/quajak/Cosmos 2018-03-20 16:30:39 +01:00
Quajak
303b88520c Reset branch used in appveyor 2018-03-20 16:15:19 +01:00
Quajak
7dfd5c8d91 Revert "Added tests for div and rem for int64 operands."
This reverts commit 82871710f7.
2018-03-20 16:09:49 +01:00
Qujak
7e18638915
Update FatStream.cs
Commented out debug info again
2018-03-19 21:34:31 +01:00
Quajak
493e043742 Final cleanup 2018-03-19 21:31:50 +01:00
Quajak
c379ea32ba Fixed fat stream
Improved file test
2018-03-19 20:54:47 +01:00
Quajak
9f47e6f8a4 Added test which fails until ReadAllBytes has been fixed
Rewrote Bitmap to use single ReadAllBytes
2018-03-18 13:45:46 +01:00
José Pedro
c8bee63fea
Renamed plugs node from "Plugs" to "Cosmos Plugs". 2018-03-17 17:54:22 +00:00
José Pedro
486e026767
Fixed debug engine VSIX. 2018-03-17 17:52:18 +00:00
José Pedro
bb1d0ccf57
Changed target framework in project upgrader from netstandard2.0 to netcoreapp2.0. 2018-03-16 17:56:42 +00:00
José Pedro
e106b44ea7
Cosmos property page. 2018-03-12 21:48:15 +00:00
José Pedro
04e6cb9679
Removed SQLite workaround. 2018-03-09 17:13:12 +00:00
José Pedro
75359650c2
Cosmos property page. 2018-03-06 15:58:57 +00:00
José Pedro
e8e7d0b122
Fixed build. 2018-03-05 14:49:00 +00:00
José Pedro
182a7bae9e
Fixed build. 2018-03-05 14:41:59 +00:00
José Pedro
d1215d64b1
New Cosmos property page. 2018-03-05 14:21:58 +00:00
jp2masa
95d34f2b1a
Merge pull request #826 from CosmosOS/editorconfig
Added code style rules
2018-03-04 22:24:04 +00:00
Quajak
1fc410e4b2 Merge branch 'div-rem-int64-tests' 2018-03-04 13:49:57 +01:00
Quajak
0ff1c57fbc Minor fixes and change to file stream 2018-03-03 20:49:40 +01:00
José Pedro
2711c71f56
Updated appveyor.yml. 2018-03-02 18:01:43 +00:00
José Pedro
82871710f7
Added tests for div and rem for int64 operands. 2018-03-02 17:59:36 +00:00
Quajak
dd21b17499 Fixed draw image
Fixed bitmap handling of uncompressed files
2018-02-28 20:51:43 +01:00
Quajak
37e6ee122f Merge remote-tracking branch 'upstream/master' 2018-02-28 17:58:27 +01:00
Quajak
6a2ffb0c89 First implementation of a bitmap. Code loading the bitmap from fs is broken on Cosmos and loads some random garbage and a part of the image. 2018-02-28 17:54:21 +01:00
fanoI
d0f8fa85c3
Merge pull request #912 from quajak/master
Added Math.Floor function with tests
2018-02-27 23:39:56 +01:00
José Pedro
bb95229fbf
Fixed build tasks logging importance. 2018-02-26 14:28:43 +00:00
jp2masa
56dab0a8d3
Merge pull request #914 from CosmosOS/convert-tests
Fixed Convert and added tests
2018-02-26 14:24:58 +00:00