Quajak
|
41459bd209
|
Merge branch 'master' into bug/FileSystemInfo_Exists
|
2020-09-07 11:37:11 +02:00 |
|
Charles Betros
|
04ae81d1d4
|
Merge branch 'master' into bug/random
|
2020-08-23 20:58:08 -05:00 |
|
Quajak
|
6fa701f945
|
Made Random return different values when called multiple times in the same second
Added tests to confirm this behaviour
|
2020-08-22 22:21:05 +02:00 |
|
Charles Betros
|
434d3a6171
|
Add test for eventhandler
|
2020-08-21 13:55:54 -05:00 |
|
Quajak
|
cbde32639f
|
Merge branch 'master' into listEnumTest
|
2020-07-17 11:43:14 +02:00 |
|
valentinbreiz
|
8cce64e3df
|
add test for bitmap with alpha channel
|
2020-07-13 19:11:29 +02:00 |
|
Arawn Davies
|
4d9ea43d0f
|
Merge branch 'master' into listEnumTest
|
2020-07-10 16:26:40 +01:00 |
|
valentinbreiz
|
0781e0756e
|
update GraphicTest kernel with Default font
|
2020-07-10 14:32:11 +02:00 |
|
valentinbreiz
|
d3ab895dc5
|
Merge branch 'dev/drawstringPSF' of https://github.com/CosmosOS/Cosmos into dev/drawstringPSF
|
2020-07-10 14:07:35 +02:00 |
|
valentinbreiz
|
9f3455eac1
|
add font test + DrawString + DrawChar
|
2020-07-10 14:07:01 +02:00 |
|
Quajak
|
5741ebb6fd
|
Changed design of Font and PCSCreenFont
|
2020-07-10 14:05:46 +02:00 |
|
valentinbreiz
|
f91fdec36c
|
Update Kernel.cs
|
2020-07-08 22:24:49 +02:00 |
|
valentinbreiz
|
1eb9cc43eb
|
Merge pull request #1237 from CosmosOS/feature/CPUInfoPlugs
Feature/cpu info plugs
|
2020-07-06 08:48:45 +02:00 |
|
valentinbreiz
|
2a1b321dde
|
Add display method in graphic test kernel
|
2020-07-05 13:10:32 +02:00 |
|
Quajak
|
a833b76bca
|
Final fixes
|
2020-05-27 23:33:52 +02:00 |
|
Quajak
|
aed0bd670e
|
Fixed that words were written, not bytes
|
2020-05-21 16:58:11 +02:00 |
|
Quajak
|
6d65f6b07a
|
Added support for changing fonts
|
2020-05-19 23:02:28 +02:00 |
|
Mostafa Mahmoud
|
c5046e09b5
|
Added Lines Larger than Canvas Test
|
2020-05-18 21:24:43 +02:00 |
|
Quajak
|
ddd32d8634
|
Forgot to uncomment large parts of the test kernel
|
2020-05-18 00:25:18 +02:00 |
|
Quajak
|
e36c87192f
|
Correctly use VGA palette now
Optimised some VGA operations
|
2020-05-18 00:24:11 +02:00 |
|
Quajak
|
19cffbadd1
|
VGA should work now
|
2020-05-17 18:29:22 +02:00 |
|
Quajak
|
ae8d3ef435
|
Getting the code running again
|
2020-05-11 14:24:56 +02:00 |
|
Quajak
|
f8e3179ce0
|
Added tests for list with enums of underlying long type
|
2020-05-08 13:52:20 +02:00 |
|
Charles Betros
|
d418a8ce86
|
Merge branch 'master' into bug/bitmap
|
2020-05-07 21:58:37 -05:00 |
|
Charles Betros
|
2e5c4c3bc0
|
Merge pull request #1256 from quajak/bug/ArrayMethods
Fixed Array.Clear and Array.GetValue
|
2020-05-07 21:45:20 -05:00 |
|
Quajak
|
5b0ddbed8f
|
Merge remote-tracking branch 'upstream/master' into bug/ArrayMethods
|
2020-05-07 23:43:34 +02:00 |
|
Quajak
|
2822abc39a
|
Merge remote-tracking branch 'origin/master' into bug/bitmap_loading
|
2020-05-07 23:16:44 +02:00 |
|
Quajak
|
1c913100e4
|
Fixed loading and rendering of 24 bit bitmaps
|
2020-05-07 23:14:53 +02:00 |
|
Quajak
|
e45c3a5514
|
Merge remote-tracking branch 'upstream/master' into feature/CPUInfoPlugs
# Conflicts:
# Test.sln
|
2020-04-23 18:35:17 +02:00 |
|
Quajak
|
5365e7287d
|
Fixed string.IsNullOrWhitespace and fixed ProcessorTest kernel
|
2020-04-23 18:23:20 +02:00 |
|
Quajak
|
a3dedd4fe7
|
Add tests to check that enums work with lists
|
2019-12-29 06:25:21 -05:00 |
|
Quajak
|
6153d281ce
|
Fixed Array.Clear and Array.GetValue
|
2019-12-23 07:27:44 -05:00 |
|
Quajak
|
71f078eab8
|
Fixed bitmaps (Should hopefully work now)
Added bitmap tests
Extended equalityhelper
|
2019-12-18 02:12:10 -05:00 |
|
Quajak
|
a3faa61198
|
Fixed location of new test kernel
Undid changes to configuration files
|
2019-10-27 22:43:51 -04:00 |
|
Quajak
|
09e64f0b86
|
Merge remote-tracking branch 'upstream/master' into feature/moreStringImpl
|
2019-10-27 22:09:52 -04:00 |
|
Quajak
|
d09b664fd7
|
Split Bcl tests into two so that the kernel is not too large
|
2019-10-27 22:06:40 -04:00 |
|
Quajak
|
b945751d47
|
Merge remote-tracking branch 'upstream/master' into feature/CPUInfoPlugs
# Conflicts:
# Tests/Kernels/ProcessorTests/Kernel.cs
# source/Cosmos.Core/CPU.cs
# source/Cosmos.Core_Asm/CPU/CPUCanReadCPUIDAsm.cs
# source/Cosmos.Core_Asm/CPU/CPUReadCPUIDAsm.cs
# source/Cosmos.Core_Asm/CPU/CPUReadTimestampCounterAsm.cs
# source/Cosmos.Core_Asm/CPUImpl.cs
|
2019-10-26 12:31:36 -04:00 |
|
Quajak
|
ecfb7fed26
|
Add indexof and similar tests
Added/Fixed implementation for indexof and lastindexof
|
2019-10-26 12:19:27 -04:00 |
|
Quajak
|
a6aa3778ad
|
Commented out failing test
|
2019-10-24 23:34:28 -04:00 |
|
Quajak
|
7e38f0ab5f
|
Merge pull request #1166 from quajak/convtests
Added tests for checked conversions
|
2019-10-20 11:39:15 -04:00 |
|
Quajak
|
cfc41ea088
|
Implemented GetCPUCycleSpeed
|
2019-10-11 15:22:24 -04:00 |
|
Charles Betros
|
e66f616c5f
|
Comment part of directoryinfo test
|
2019-10-10 13:33:59 -05:00 |
|
Charles Betros
|
9700e52eb6
|
Comment test for now
|
2019-10-09 22:15:09 -05:00 |
|
Charles Betros
|
c0d41f2e13
|
Get cpu vendor
|
2019-08-30 19:10:24 -05:00 |
|
Quajak
|
c07a5b02d8
|
Implemented read timestampcounter
|
2019-08-30 16:44:01 +02:00 |
|
Charles Betros
|
56d1faf4fa
|
Add check to see id cpuid can be read
|
2019-08-28 19:13:13 -05:00 |
|
Charles Betros
|
ba2ace3ad1
|
Revert "In progress branch for cpuid plugs and tests"
This reverts commit d6c421d0bd.
|
2019-08-27 18:07:07 -05:00 |
|
Charles Betros
|
d6c421d0bd
|
In progress branch for cpuid plugs and tests
|
2019-08-27 12:35:50 -05:00 |
|
Charles Betros
|
5b671b979a
|
Merge pull request #1165 from quajak/indextests
Add tests for IndexOutOfRange exceptions
|
2019-06-30 10:26:30 -05:00 |
|
Christopher Joseph Dean Schaefer
|
650d4e46c2
|
Commented out dictionary<char,char> test.
|
2019-06-23 18:57:14 -04:00 |
|