Commit graph

7903 commits

Author SHA1 Message Date
José Pedro
40d891e317
ILSpy plugin fix. 2018-08-29 20:44:15 +01:00
José Pedro
e180bb9e18
Project file cleanup. 2018-08-29 19:51:52 +01:00
José Pedro
4a67373aaa
Project rename. 2018-08-29 19:21:25 +01:00
José Pedro
ef17dc9d21
Updated ILSpy to version 3.2.0.3856.
Updated ILSpyPlugAddIn.csproj to the new project format.
2018-08-29 19:13:15 +01:00
José Pedro
4e5e505e81
Fixed core dump.
Fixed test runner core dump handler.
Implemented debug engine core dump handler.
Added SendCoreDump calls for null reference, stack corruption and stack overflow exceptions.
2018-08-29 18:34:20 +01:00
José Pedro
63257e85ef
Project file cleanup. 2018-08-29 00:43:27 +01:00
José Pedro
e4d17c1a36
Project file cleanup. 2018-08-28 22:56:18 +01:00
José Pedro
bb0da998ea
Project file cleanup. 2018-08-28 22:21:35 +01:00
José Pedro
43b7614e83
Merge latest from master. 2018-08-27 22:57:51 +01:00
José Pedro
22989bb677
Code cleanup. 2018-08-27 22:42:05 +01:00
fanoI
2ba220782d
Merge pull request #1009 from fanoI/DiskManager
[WIP] Other work in DiskManager
2018-08-27 20:34:22 +02:00
fanoI
a3852b50e3 Changed position of the DiskManager test in the Kernels directory. 2018-08-27 15:47:19 +02:00
fanoI
1fc3c768b6 Merge branch 'master' of https://github.com/CosmosOS/Cosmos into DiskManager
# Conflicts:
#	Tests/Cosmos.TestRunner.Core/Cosmos.TestRunner.Core.csproj
2018-08-27 13:19:46 +02:00
fanoI
abd73fd75e Finally HashTable works with ValueTypes! 2018-08-27 12:52:25 +02:00
José Pedro
2e855d285a
Build task fixes. 2018-08-26 22:13:37 +01:00
José Pedro
fd40e1f1e6
Build task fixes. 2018-08-25 14:12:02 +01:00
José Pedro
aa190578b1
Added tests for boxed int. 2018-08-24 19:22:58 +01:00
fanoI
e941c8561c Merge branch 'master' of https://github.com/CosmosOS/Cosmos into hashtable-work 2018-08-22 17:50:46 +02:00
fanoI
552008c32b Make only a PropertyGroup or Appvoyer does not recognizes unsafe... 2018-08-22 16:03:42 +02:00
fanoI
707e60de3b Work around for AppVoyer bug 2018-08-22 15:49:35 +02:00
fanoI
7f1ef3a504 Fixed Test.sln 2018-08-22 14:57:56 +02:00
José Pedro
88822ac3c2
Builder improvements. 2018-08-21 21:09:22 +01:00
fanoI
5659ff5a83 Merge branch 'master' of https://github.com/CosmosOS/Cosmos into MemoryCopyOperations.Copy_work
# Conflicts:
#	Test.sln
#	Tests/Cosmos.TestRunner.Core/Cosmos.TestRunner.Core.csproj
#	Tests/Cosmos.TestRunner.Full/TestKernelSets.cs
2018-08-21 21:50:13 +02:00
fanoI
8691707b52 Created MemoryOperations.Copy that copies128 bytes any iterations using ASM
- VBE (Bochs Graphic Adapter): made bitmap drawing faster using MemoryOperations.Copy
- VBE (Bochs Graphic Adapter): made filled rectangle drawing faster using MemoryOperations.Fill
- Created TestRunner for MemoryOperations
2018-08-21 14:48:10 +02:00
José Pedro
5f4844cde8
IL2CPU build task fix. 2018-08-19 19:37:07 +01:00
José Pedro
47e1934c58
Build improvements. 2018-08-19 19:23:51 +01:00
José Pedro
6a304dcb33
Fixed VS up-to-date checks. 2018-08-16 23:32:11 +01:00
José Pedro
c39d3a4e2b
Builder fix. 2018-08-15 02:23:44 +01:00
José Pedro
5969dc01a2
Fixed build.
Reverted appveyor.yml image update.
2018-08-14 22:25:15 +01:00
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