Commit graph

7387 commits

Author SHA1 Message Date
José Pedro
ac94ca1c0b
Updated nuget.exe.
Updated install scripts.
2018-02-04 23:39:54 +00:00
José Pedro
4cede67a45
Fixed namespaces. 2018-02-04 19:13:31 +00:00
José Pedro
80deab9cd3
Fixed installer script. 2018-02-03 22:22:18 +00:00
José Pedro
2bbc1ba914
Fixed appveyor.yml. 2018-02-03 20:43:49 +00:00
José Pedro
d4273ff204
Fixed appveyor.yml. 2018-02-03 20:27:20 +00:00
José Pedro
6a95d625b6
Moved syslinux files to a common folder. 2018-02-03 19:45:23 +00:00
José Pedro
f5c60d08c9
Added Cosmos.TestRunner.UI.Avalonia to Test.sln.
Package updates.
2018-02-02 22:25:27 +00:00
fanoI
f7e6d37f32
Merge pull request #874 from CosmosOS/test-runner-ui
Added a test runner UI, built on Avalonia
2018-02-02 17:08:11 +01:00
fanoI
d98dfee719
Merge pull request #857 from fanoI/extended-ascii
Added CP437 and CP858 (DOS Latin1) support to Encoding
2018-02-02 16:38:50 +01:00
José Pedro
0cec826f6e
Changed the target framework in the project templates from .NET Standard 2.0 to .NET Core 2.0. 2018-01-31 21:20:17 +00:00
José Pedro
1e1330b689
Added SourceOfDefaultValue="AfterContext" to project system rules.
Package updates.
2018-01-29 23:53:31 +00:00
fanoI
3c03b1ef69 Reverted changes to Test.sln (merge went bad!) 2018-01-28 15:10:14 +01:00
fanoI
1fb30deebd Updated to the New Project System 2018-01-28 02:57:08 +01:00
fanoI
46d5c0b63a
Merge branch 'master' into extended-ascii 2018-01-27 21:15:05 +01:00
fanoI
c98978c70c Compiler.Tests.Bcl.System.Text -> Cosmos.Compiler.Tests.Bcl.System.Text 2018-01-27 21:12:08 +01:00
fanoI
7dadc52dc9 Fix merge conflicts 2018-01-27 20:17:17 +01:00
fanoI
4a990ac2af Added the concept of Encoding to the Console for now ASCII (default) and CP437 are supported (for others as CP858 I think it is needed to change font too)
- moved EncodingTest on Text subdir
- added ConsoleTest (not enabled by default)
- removed ASCIIEncodingImpl (it was not needed)
- Made plugs of Console better and added plugs for formatted versions
- Removed code to test Hashtable, Hashtable it will be a separate PR
2018-01-27 20:00:11 +01:00
Charles Betros
560463e461 Comment thread test. 2018-01-26 11:01:46 -06:00
Charles Betros
b6c022848b Test kernel syntax error. 2018-01-25 16:42:50 -06:00
Charles Betros
d72a10ea3a PIT 2018-01-25 14:08:13 -06:00
Charles Betros
281f76a7f0
Merge pull request #867 from ewoudje/master
PIT Fix
2018-01-25 14:05:37 -06:00
José Pedro
8f9ed2c8e8
Changed the test runner working dir. 2018-01-24 19:45:07 +00:00
José Pedro
7e7e11602f
Cosmos.Build. 2018-01-24 19:02:12 +00:00
ewoudje
70602ac53e Changes requested by charlesbetros
And i tested it and it works with debugging 😄

Thx charlesbetros
2018-01-24 17:05:25 +01:00
José Pedro
5d6fe31c62
Added a test runner UI, built on Avalonia. 2018-01-23 16:46:12 +00:00
José Pedro
11e9fcd174
Renamed test runner configuration property.
StackCorruptionChecksLevel -> StackCorruptionDetectionLevel.
2018-01-23 13:37:29 +00:00
jp2masa
65684fd957
Merge pull request #873 from CosmosOS/test-kernels-cleanup
Test kernels cleanup
2018-01-23 12:56:50 +00:00
José Pedro
5239530530
Merge latest from master. 2018-01-23 00:20:43 +00:00
José Pedro
50867e7287
Added a project tree for plugs. 2018-01-21 22:01:46 +00:00
ewoudje
22f67e6549 Thread.Sleep plug and added ThreadTest 2018-01-21 19:15:27 +01:00
ewoudje
bca8432e0d Real fix for PIT
👍
2018-01-19 21:36:57 +01:00
ewoudje
558de4a4d2 Fixed PIT
I am not sure it is how it should work but it works
2018-01-16 22:29:57 +01:00
José Pedro
14bf74389c
Added back float and double parsing tests, accidentally removed in the previous commit. 2018-01-14 19:12:14 +00:00
José Pedro
71e754fe2f
BCL tests. 2018-01-14 16:58:25 +00:00
José Pedro
06c814de20
Builder fix. 2018-01-14 15:49:04 +00:00
José Pedro
03d12a7bb4
Compiler engine settings refactoring. 2018-01-13 20:33:52 +00:00
José Pedro
db1d641de8
IL2CPU.Compiler -> IL2CPU. 2018-01-13 16:15:43 +00:00
José Pedro
c1b40271b3
IL2CPU.Compiler -> IL2CPU. 2018-01-13 16:05:32 +00:00
José Pedro
74fbef6cd8
IL2CPU task fixes. 2018-01-11 19:29:15 +00:00
fanoI
5378447924
Merge pull request #856 from valentinbreiz/patch-1
Little fix on PCI VendorID.
2018-01-11 09:53:18 +01:00
jp2masa
40d54b2484
Merge pull request #839 from CosmosOS/project-system
New project system
2018-01-10 22:05:40 +00:00
fanoI
c50b581d91 More work on Encoding
- Resolved problem with UTF8Enconding.BaseName property
- Started work to plug Hashtable to make the Encoding / Decoding more efficient
2018-01-10 20:29:05 +01:00
José Pedro
443577f51e
Cosmos project upgrader improvements. 2018-01-08 22:42:52 +00:00
José Pedro
0142e03c0d
Added a workaround to fix e_sqlite3.dll loading.
Added NoWarn="NU1604" to package references in the kernel projects.
Fixed project reference paths in TRKernel.csproj.
Project file cleanup.
2018-01-08 17:49:19 +00:00
fanoI
ff78034a1c Added CP437 and CP858 (DOS Latin1) support to Encoding, CP858 is not working for VMT bugs. 2018-01-07 21:25:07 +01:00
José Pedro
280defa822
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into project-system 2018-01-07 15:55:27 +00:00
Valentin Charbonnier
ac3a392d38 Little fix on PCI VendorID.
AMD Vendor ID is 0x1022 not 0x0438.
2018-01-06 20:57:03 +01:00
fanoI
eafd38ecac
Merge pull request #763 from KingLuigi4932/patch-6
[FirstWorking] Implementing AHCI Controller Driver
2018-01-06 20:16:50 +01:00
fanoI
c734c23acb
Merge pull request #844 from KingLuigi4932/patch-13
Fix Blinking Text on (VGA that can blink)
2018-01-06 20:15:39 +01:00
José Pedro
8a6aa9fae7
Added NoWarn="NU1604" to package references in the project templates. 2018-01-06 00:45:20 +00:00