Commit graph

7740 commits

Author SHA1 Message Date
Arawn Davies
f003d01952
Update PCI.cs
Added VirtualBox PCI Guest Service Vendor and Device ID, can be used for checking if running under hypervisor
2018-04-04 06:22:55 +01:00
Arawn Davies
6c04433d17
Update CosmosGraphicSubsystem.csproj 2018-04-04 00:27:24 +01:00
Arawn Davies
f851d5dafb
Merge branch 'master' into master 2018-04-04 00:23:03 +01:00
jp2masa
743fd4894b
Merge pull request #931 from CosmosOS/test-runner-assert-locations
Added assert location to failed asserts message
2018-04-03 20:58:47 +01:00
José Pedro
46019b0a5d
Changed target framework to netcoreapp2.0 on kernel projects. 2018-04-03 19:58:29 +01:00
José Pedro
1df3dc19f5
Cosmos property page. 2018-04-03 19:55:11 +01:00
Valentin Charbonnier
0e1cc09020 CAFE, BEEF? 2018-04-03 20:19:06 +02:00
Valentin Charbonnier
18f5463671 Bochs BGA PCI. 2018-04-03 19:15:46 +02:00
Arawn Davies
18202a8654 Enabled a check in install-vs2017.bat that detects whether the host
machine is running on an x86 architecture or an AMD64 arch, setting the
path for vswhere.exe
2018-04-02 14:24:50 +01:00
José Pedro
d4d4327066
Added RuntimeIdentifier to Cosmos.Build.targets. 2018-04-01 23:55:17 +01:00
Alexy DA CRUZ (GeomTech)
570fe7419c It sounds working but it doesn't working well 2018-04-01 23:27:03 +02:00
Alexy DA CRUZ (GeomTech)
2ba61cc4a8 Changes 2018-04-01 22:47:30 +02:00
Alexy DA CRUZ (GeomTech)
b38f613bf3 add cmd 2018-03-30 22:03:39 +02:00
José Pedro
f969601a53
Builder improvements.
- Added check for dependencies, which can be installed from the builder.
- Replaced CosmosTask with CosmosBuildDefinition, which is much simpler.
- The builder can be opened without any command line arguments.
- If the VS path is not specified as a command line argument, it can be selected in a dialog.
2018-03-30 19:44:19 +01:00
José Pedro
baba3cba0a
Fixed paths on builder. 2018-03-30 02:36:55 +01:00
José Pedro
430a7e04fb
Fixed setup script. 2018-03-30 02:05:59 +01:00
José Pedro
442b1596e8
Cosmos project system. 2018-03-29 23:28:40 +01:00
Valentin Charbonnier
f3de70a404 History command. + FAT Stream Fix. 2018-03-28 23:30:43 +02: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
valentinbreiz
05240fafcf
Merge pull request #42 from aura-systems/fix-filestream
Fix.
2018-03-27 21:56:05 +02:00
Valentin Charbonnier
0340248af3 Fix. 2018-03-27 21:37:27 +02: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
Valentin Charbonnier
8bf2a495a9 Fix. 2018-03-26 22:38:07 +02:00
Valentin Charbonnier
2c28dff298 First CPU Impl. 2018-03-26 21:20:51 +02: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
Valentin Charbonnier
4c6783d815 Forgot that. 2018-03-24 00:15:07 +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
Valentin Charbonnier
3fdcdb4b8b PCI Scan
Some PCI Devices added + PCI Class / Subclass scan.
2018-03-23 23:15:48 +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