José Pedro
21b1ed4599
Updated VS version to 15.8.
2018-08-14 20:22:33 +01:00
José Pedro
eb3782f595
Fixed plugs project references for test kernels.
2018-08-14 18:15:57 +01:00
valentinbreiz
a03324f629
Accents now works.
2018-08-09 03:22:41 +02:00
Quajak
c59bf1e4e3
Added tests for all BitConverter Methods
2018-08-08 09:04:22 +02:00
Charles Betros
0e1b25c1fd
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
2018-08-07 21:19:07 -05:00
Charles Betros
f75a0b9464
Fix heap allocate performance issue.
2018-08-07 21:18:56 -05:00
Quajak
fc224649f8
Merge remote-tracking branch 'upstream/master'
2018-08-07 19:24:12 +02:00
Quajak
8eed14cfa2
Removed BitConverterImpl, as we now support unsafe
2018-08-06 17:25:41 +02:00
Vinay Chandra Dommeti
e8ded86841
Update build targets to use only dll files
2018-08-05 19:24:06 -07:00
Valentin Charbonnier
94a6bd68aa
Revert "Merge branch 'master' into master"
...
This reverts commit 0e00eedcc2 , reversing
changes made to 15086f1909 .
2018-08-05 18:08:13 +02:00
valentinbreiz
6f403a5e17
Update README.md
2018-08-05 18:06:00 +02:00
valentinbreiz
0e00eedcc2
Merge branch 'master' into master
2018-08-05 17:58:51 +02:00
Valentin Charbonnier
12e935846e
Conflicts.
2018-08-05 17:56:19 +02:00
Arawn Davies
15086f1909
Update ReadMe.txt
...
Half way through 2018 and we've forgotten to notice ;)
2018-08-05 00:38:40 +01:00
José Pedro
227a00d854
Added InternalsVisibleTo build target.
2018-08-05 00:23:49 +01:00
José Pedro
91a9ffc7ff
Fixed unit tests and added them to Test.sln.
...
Removed compiler unit tests.
2018-08-04 21:30:50 +01:00
José Pedro
026d0fd443
Package updates.
2018-08-04 20:18:30 +01:00
José Pedro
8c2fa822e8
Test runner fix.
2018-08-04 19:24:40 +01:00
José Pedro
04c6a6ac28
Enabled the test adapter on test kernel projects.
...
Changed test kernels target framework to netcoreapp2.0.
2018-08-04 19:07:05 +01:00
José Pedro
cf0bf7d313
Moved test kernels to new subfolder.
2018-08-04 18:13:23 +01:00
José Pedro
c75ec2e126
Added test adapter for Cosmos test kernels.
2018-08-04 02:51:28 +01:00
José Pedro
4d88868362
Moved part of Cosmos.TestRunner.Core to Cosmos.TestRunner.Full.
2018-08-04 02:08:05 +01:00
Charles Betros
9f365d3fa5
Merge pull request #1016 from CosmosOS/remove-cosmos-testrunner-ui
...
Removed Cosmos.TestRunner.UI
2018-08-03 18:36:44 -05:00
José Pedro
1f35bf4268
Removed Cosmos.TestRunner.UI.
2018-08-01 20:47:37 +01:00
José Pedro
e70194da86
Test runner fixes.
2018-08-01 20:44:53 +01:00
jp2masa
9c895b3cd9
Merge pull request #875 from CosmosOS/test-runner-improvements
...
Test runner improvements
2018-08-01 18:14:05 +01:00
Valentin Charbonnier
4999defa91
Fix.
2018-07-28 18:40:26 +02:00
valentinbreiz
13808faf7b
Merge pull request #57 from CosmosOS/master
...
Merge master.
2018-07-28 18:23:01 +02:00
jp2masa
8a682223a5
Merge pull request #1014 from CosmosOS/network-fixes
...
Work on networking
2018-07-28 16:49:18 +01:00
Valentin Charbonnier
69d4bcc228
Minor changes.
2018-07-28 16:08:38 +02:00
valentinbreiz
2698b051fa
To hex plugged. .ToString("X")
2018-07-26 01:19:56 +02:00
Geramy Loveless
7e4f4fc3bc
fixed assert by removing efuse == false
...
put just efuse in to assert instead. Assert.IsTrue means that as long as its true don't Assert the message.
2018-07-25 10:13:16 -07:00
Valentin Charbonnier
0228bb544d
UDP Checksum works + Changes.
...
- Calculate and send packet with the correct checksum.
- Receive or not a packet if the checksum is correct or not.
- IsBroadcastAddress working.
- IsAPIPA
- Changes on OutgoingBuffer
2018-07-25 11:54:59 +02:00
Valentin Charbonnier
ac589eed64
Minor changes + debugger.
2018-07-25 11:45:29 +02:00
Geramy Loveless
ba221cfe1c
accidentally put stackoverflow for exception
...
now using overflowexception accidentally put stackoverflowexception for the test.
2018-07-24 22:08:31 -07:00
Geramy Loveless
7233eb71d9
Removed test from int16
...
removed test from int16 and created a int64 test for Add and Sub.Ovf
2018-07-24 21:00:52 -07:00
Valentin Charbonnier
38ccde1fbc
Checksum.
...
Remove checksum on too long packets with PCNETII.
2018-07-25 04:11:27 +02:00
Geramy Loveless
c157317889
Added Int16 and Int32 StackOverflow test
...
Added Int16 and Int32 StackOverflow test for add and sub.ovf Ticket: IL2CPU/#9 and IL2CPU/#10
2018-07-24 18:55:21 -07:00
José Pedro
38c699d42d
Hyper-V fixes.
2018-07-24 22:53:22 +01:00
José Pedro
a92f541cbe
Test runner improvements.
2018-07-23 00:22:05 +01:00
José Pedro
27b3144e9b
Hyper-V fixes.
2018-07-23 00:07:32 +01:00
Valentin Charbonnier
ac8aaaa524
Fix.
2018-07-22 21:29:07 +02:00
Valentin Charbonnier
e837bc7ca1
Little fix.
2018-07-22 18:40:37 +02:00
valentinbreiz
12103169ef
Merge pull request #56 from CosmosOS/master
...
File system fixes and code cleanup.
2018-07-22 18:35:29 +02:00
fanoI
b43d2bb67d
Removed ReadBuffer "optimization": it made fail read of file bigger of one cluster :-(
2018-07-22 17:42:03 +02:00
fanoI
c6165e6970
Fixed Test.sln file.
2018-07-22 16:37:02 +02:00
fanoI
da61f7885f
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into DiskManager
...
# Conflicts:
# Test.sln
# source/Cosmos.System2/FileSystem/FAT/FatFileSystem.cs
2018-07-22 16:16:39 +02:00
fanoI
a52d7918a5
Created new DiskManager class with the required methods that DriveInfo does not have: Format, ChangeDriveLetter, CreatePartition.
...
- Only Format is implemented for now
- Modified Bochs configuration: increased IPS to 4'000'000 this makes it more faster
- Optimized ReadFatSector to allocate less
2018-07-22 14:58:57 +02:00
valentinbreiz
837e4d5506
Update Global.cs
2018-07-21 23:37:37 +02:00
valentinbreiz
1746d27b69
Merge pull request #55 from CosmosOS/ps2-driver-fixes
...
Ps2 driver fixes
2018-07-21 23:36:36 +02:00