Commit graph

5826 commits

Author SHA1 Message Date
Matthijs ter Woord
86c2270b80 Disable UInt64 test. 2016-02-15 11:51:18 +01:00
Charles Betros
eba46c9287 Set test result 2016-02-15 04:25:27 -06:00
Charles Betros
b1ea62dd2b Merge 2016-02-15 03:44:12 -06:00
Charles Betros
533fb90d66 Fix x64 target 2016-02-15 03:37:27 -06:00
Matthijs ter Woord
282ed886c3 Only run 1 kernel at a time.. 2016-02-15 10:16:38 +01:00
Matthijs ter Woord
a8e12b6a53 Dont use normal engine configuration. 2016-02-15 09:56:41 +01:00
Matthijs ter Woord
cd26d218ae Enable all projects in the Debug/x86 profile. 2016-02-15 09:34:01 +01:00
Matthijs ter Woord
80bc4d451e Convert existing tests to nunit. 2016-02-15 09:29:26 +01:00
Matthijs ter Woord
bdb106c966 Fix build. 2016-02-15 09:24:00 +01:00
Charles Betros
ab57aace35 Merge from master 2016-02-15 01:56:27 -06:00
Charles Betros
6f50b73386 Changed build configuration 2016-02-15 01:29:03 -06:00
Charles Betros
b6d95e1668 Plugged a bunch of classes and implemented a few ilops. Removed most of Path plugs. 2016-02-14 13:07:26 -06:00
Matthijs ter Woord
e909427208 Bochs binaries. 2016-02-14 17:29:32 +01:00
Matthijs ter Woord
c2697b07a3 Another ongoing fix 2016-02-14 15:38:16 +01:00
Matthijs ter Woord
d34e66899b Enable kernel execution. 2016-02-14 15:22:48 +01:00
Matthijs ter Woord
5dc5170a6d Build fix. 2016-02-14 15:08:59 +01:00
Matthijs ter Woord
79c2d3d8ee Enable code to build. 2016-02-14 14:58:19 +01:00
Matthijs ter Woord
8f22ca1493 Missing files due to error in gitignore file. 2016-02-14 14:32:30 +01:00
Matthijs ter Woord
58d12e4c00 Ongoing work for tests. 2016-02-14 14:16:59 +01:00
Matthijs ter Woord
d56ad9a091 - Cleanup of my user folder
- Testing experiment
2016-02-14 13:56:31 +01:00
Matthijs ter Woord
8692549855 Fix kernels. 2016-02-14 13:09:31 +01:00
Charles Betros
87da5be07b Fixed string ctor which caused tests to fail. 2016-02-14 02:01:28 -06:00
Matthijs ter Woord
f31f842b72 Remove build configuration from git again. First fix via wb. 2016-02-13 10:37:45 +01:00
Matthijs ter Woord
08b56f49d0 Start working on appveyor settings. 2016-02-13 10:34:44 +01:00
Charles Betros
76f6ce7873 Made numbers work for ToString 2016-01-17 02:11:41 -06:00
Charles Betros
b76c6221d9 Got string format working. 2016-01-17 00:47:00 -06:00
Charles Betros
20c0c938ad Added debug symbols to Bochs. 2016-01-16 13:39:26 -06:00
Charles Betros
6d987c1b31 Removed the pause from the install launcher. 2016-01-16 12:55:03 -06:00
Charles Betros
f2b4d7d6bb Just some testing code. 2016-01-16 12:54:35 -06:00
Charles Betros
98d8336882 Fixed TraceAssemblies 2016-01-16 12:53:37 -06:00
Charles Betros
f213a72b8e Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2016-01-16 12:52:51 -06:00
Charles Betros
d9e88d83f6 Added single and double to debugger SendNumber. 2016-01-16 12:52:41 -06:00
Charles Betros
76591d2434 Update readme.md 2016-01-14 14:43:02 -06:00
Charles Betros
067d5c0486 Merge pull request #286 from Redall/patch-2
Updating the readme.md file
2016-01-14 14:37:07 -06:00
Charles Betros
170eabe931 Merge pull request #288 from Redall/patch-3
Updated the directories.md file
2016-01-14 14:36:26 -06:00
Charles Betros
acaa60067d Changes to a previous merge. 2016-01-14 14:35:20 -06:00
Charles Betros
24c73995d6 Merge branch 'Cyber4-master'
t push origin master
2016-01-14 14:32:09 -06:00
Charles Betros
fe2250a9ae Merge conflicts 2016-01-14 14:31:31 -06:00
Charles Betros
c469f13920 Fix error from merge 2016-01-14 13:45:31 -06:00
Charles Betros
fe71593942 Merge branch 'fanoI-master' 2016-01-14 13:33:30 -06:00
Charles Betros
d559463c85 Merge branch 'master' of https://github.com/fanoI/Cosmos into fanoI-master
# Conflicts:
#	source/Cosmos.System.Plugs/System/IO/FileImpl.cs
#	source/Cosmos.System/FileSystem/FAT/FatStream.cs
2016-01-14 13:33:04 -06:00
Charles Betros
5c923da992 Compiler error. 2016-01-14 12:27:20 -06:00
Charles Betros
ab84bca0b7 Merge branch 'master' of https://github.com/CosmosOS/Cosmos.git 2016-01-14 12:24:19 -06:00
Charles Betros
34720e6c7f Removed some debug code in string plugs. Added a helper to grab debug sysmbols for debugging in bochs. 2016-01-14 12:22:47 -06:00
Charles Betros
06fe844e67 Merge pull request #319 from charsleysa/patch-1
Updated Exceptions test runner
2016-01-12 22:57:43 -06:00
Charles Betros
ac423d389c Merge 2016-01-06 22:14:41 -06:00
Charles Betros
aaa0bb3eb6 Fixed string split and compare ordinal. Made some chnages to debug nessages to showmring and section. 2016-01-06 22:07:30 -06:00
fanoI
41d6aaf2c0 Re-enabled all tests
- TestPath, TestDirectory and TestFileStream was commented
2016-01-06 22:24:19 +01:00
fanoI
bfc3934be0 FATStream Constructor Fixed: FatTable generated for empty files too
- FATStream Constructor Fixed: FatTable generated for empty files too
- Corrected method WriteAllLines()
- Added new method ReadAllLines()
- In FatTestKernel added utility method StringArrayAreEquals()
- In FatTestKernel fixed assertions on file existence
- In FatTestKernel used ReadAllLines() to check that WriteAllLines()
succeeded
- In FatTestKernel moved AppendAllText() test as last of File as - for
now - is always failing
2016-01-06 22:21:52 +01:00
Charles Betros
82d0e07cf3 Made TraceAssemblies work again. 2016-01-04 21:47:38 -06:00