Charles Betros
8a2f7b2062
Move netfx facades target to source folder for reuse.
2017-04-11 09:54:15 -05:00
Charles Betros
2c2d3be1c5
Change back to packages.config and include System.Runtime in windows vsix.
2017-04-11 07:13:44 -05:00
Charles Betros
9781aedf60
Minor changes to VS Windows package.
2017-04-09 12:37:44 -05:00
Charles Betros
fc311c02a2
Finish up install.
2017-04-09 01:29:48 -05:00
Charles Betros
43154e4426
Working on install.
2017-04-06 15:41:02 -05:00
Charles Betros
923466735f
Install Vsip and targets.
2017-04-06 00:36:05 -05:00
Charles Betros
3f3f822f88
Modify install batch to use vswhere.
2017-04-04 16:17:56 -05:00
Charles Betros
eb174e4354
Missed one.
2017-04-03 23:56:58 -05:00
Charles Betros
f255b9aa88
Project system work.
2017-04-03 23:55:10 -05:00
Charles Betros
0d0ad164db
Update plugs inspector to CPS.
2017-04-02 10:26:28 -05:00
Teo K
0203ceb874
Update OpNone.cs for Math.Round()
...
OS says Math.Round() is not implemented without the changes. It should work now!
2017-03-31 20:05:17 +02:00
Charles Betros
f2b0cc6e76
Fix syntax error in boot project.
2017-03-26 23:50:21 -05:00
Charles Betros
106fb0f6de
Merge branch 'netcore' of https://github.com/CosmosOS/Cosmos into netcore
2017-03-26 12:32:57 -05:00
Charles Betros
3ceb2944c9
Progress on vs 2017.
2017-03-26 12:32:48 -05:00
José Pedro
78d4bdb326
Installer work.
...
Updated NuGet to v4.0.0
Fixed Cosmos.Debug.Hosts.VMWare
2017-03-23 23:45:16 +00:00
José Pedro
168f01114c
Reverted a change.
2017-03-23 21:21:34 +00:00
José Pedro
dbf135816d
Installer work.
2017-03-23 21:02:16 +00:00
José Pedro
ddc326887c
Fixes.
2017-03-20 22:54:00 +00:00
Charles Betros
6cb98d2c58
Remove some files that shouldn't be in source control.
2017-03-19 20:12:43 -05:00
Charles Betros
a319a3f97e
VS 2017 work.
2017-03-19 09:29:46 -05:00
jp2masa
28873dee94
Merge pull request #596 from Stephanvs/patch-1
...
Fixed some typos in the docs
2017-03-08 13:54:04 +00:00
Stephan van Stekelenburg
fcdd71d7fb
Fixed some typos
2017-03-08 10:42:56 +01:00
José Pedro
0e73e13a3b
Fixed build.
...
Moved Cosmos Graphic Subsystem project to Demos.
2017-03-07 00:26:59 +00:00
fanoI
4f1d2e92c1
Merge pull request #536 from fanoI/master
...
CGS finally ready to use!
2017-03-06 00:17:36 +01:00
fanoI
9e70004cce
Remove GraphicTestBoot from default configuration to avoid AppVoyer crashing...
2017-03-05 23:59:46 +01:00
fanoI
6e33a51bd7
Is AppVoyer happy now?
2017-03-05 23:34:23 +01:00
fanoI
765cc6688a
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
...
# Conflicts:
# source/Cosmos.HAL/Drivers/VBEDriver.cs
2017-03-05 22:30:05 +01:00
fanoI
db5b713090
CGS is finally ready to be used! Let's merge it...
...
- To solve the slowness of the MemoryBlock Fill() method when the block has a big size I've created a new class for this MemoryOperations that for now contains only the method Fill() with a part implemented in ASM and with some overloads to semplify its usage from managed code. In future in this class will be added other methods to operate fast on memory for example Cmp() and Copy().
- Adding (not passing) test of the Color struct to the BoxingTest kernel
- Removed BoxingTest kernel inside BCL test: it was a duplicate of the BoxingTest kernel
- Restored correct TestKernelSets
- In the CGS Test kernel the last rectangle is now LimeGreen instead of another type of red (more clear that is working correctly)
- Added to X# the generation of the instruction Shuftps
- Added to X# the generation of the instruction MoveUPS
- Modified Guess Demo to wait for a key press to terminate (it closed suddenly in case the number was guessed)
- The VBE IOMemoryBlock has again size of 1920x1200 (the max usable)
- Added CGS Demo
- Code clean up
2017-03-05 20:32:55 +01:00
José Pedro
54e51344bf
Test Runner fixes.
2017-02-26 22:30:12 +00:00
José Pedro
1713e41024
Test Runner fixes.
2017-02-26 22:16:44 +00:00
José Pedro
91bacb5210
Updated packages.
2017-02-26 15:40:53 +00:00
José Pedro
c87ac235b9
Updated packages.
2017-02-26 15:29:53 +00:00
José Pedro
56c74b6701
Fixed tests.
...
Updated LICENSE.txt
2017-02-25 23:49:02 +00:00
José Pedro
37f1e69816
Fixes on test projects.
2017-02-25 20:15:33 +00:00
José Pedro
42c94219b2
Fixed appveyor tests.
2017-02-25 19:41:55 +00:00
José Pedro
5ca1b2b6ff
Fixed appveyor tests.
2017-02-25 19:20:53 +00:00
José Pedro
c20bf21e3d
Installer fixes.
2017-02-25 18:29:45 +00:00
José Pedro
59eb3c421e
Added project.json for Cosmos projects.
2017-02-21 18:16:36 +00:00
José Pedro
60f11d0577
Fixed appveyor.yml
2017-02-21 16:21:36 +00:00
José Pedro
97cefc73eb
Appveyor fixes.
2017-02-21 16:19:41 +00:00
José Pedro
8c37df18af
Test Runner fixes.
2017-02-20 20:36:12 +00:00
José Pedro
a6353d9a0e
Added back FAT plugs.
...
Fixed GetTypeFromDefinition for nested types.
2017-02-20 20:02:49 +00:00
José Pedro
e6dedfbba9
Fixed Stind_I1 and Stind_I2.
2017-02-19 01:55:02 +00:00
José Pedro
6da5a0060a
Plugs fixes.
2017-02-12 01:08:29 +00:00
José Pedro
eb2c2eec14
Plugs fixes.
2017-02-09 22:43:27 +00:00
José Pedro
32d1f2502d
Fixed some plugs.
...
Fixed DebugConnector.Thread.
Compiler fixes.
2017-02-09 19:55:49 +00:00
José Pedro
79c86781a2
Disabled tests Boot projects build.
2017-02-06 01:36:43 +00:00
José Pedro
a1e0b0e83a
Merge previous commit amend.
2017-02-06 01:16:21 +00:00
José Pedro
8fa80cd007
Trying to fix AppVeyor build.
2017-02-06 01:12:10 +00:00
José Pedro
3a77db78ca
Trying to fix AppVeyor build.
2017-02-06 01:10:17 +00:00