Commit graph

7288 commits

Author SHA1 Message Date
Valentin Charbonnier
a7a86c0228
Update PCI.cs 2018-01-06 20:27:15 +01:00
Valentin Charbonnier
ef3ce991f1
Update Global.cs 2018-01-06 20:26:42 +01:00
Valentin Charbonnier
d8df4aab2e
Merge pull request #29 from CosmosOS/master
Merge master.
2018-01-05 12:30:20 -08:00
Valentin Charbonnier
300cb9dcfb
Update Kernel.cs 2018-01-05 21:29:58 +01:00
jp2masa
e06efd8bcd
Merge pull request #775 from fanoI/master
More work on FAT / System.IO
2018-01-05 19:32:00 +00:00
fanoI
5d18c212f5 Implemented requested changes 2018-01-05 20:02:53 +01:00
fanoI
893402c352 Removed plug of get_Exists is not needed anymore with the vmt_fixes branch 2018-01-05 11:41:18 +01:00
José Pedro
954d9e8a11
Increased Bochs memory from 128MB to 256MB. 2018-01-04 23:54:17 +00:00
fanoI
aab5167f36 Made work managed version casting char to int before doing subtraction 2018-01-03 23:39:01 +01:00
fanoI
d19e3f867b Merge branch 'master' of https://github.com/CosmosOS/Cosmos
# Conflicts:
#	Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs
2018-01-03 22:22:31 +01:00
fanoI
b33724190b Finally Directory.Info function again calling the right plug too: IFileSystemObject_get_Exists!
- Modified String.Compare() to be totally managed code & added tests
- Clean up
2018-01-03 22:17:51 +01:00
Charles Betros
5ab50bf485
Merge pull request #847 from CosmosOS/test-runner-improvements
Test Runner improvements
2018-01-02 20:21:11 -06:00
José Pedro
f3e75f65b1
Added back engine configuration comments. 2017-12-31 20:45:15 +00:00
fanoI
93e56a8636
Merge pull request #830 from quajak/installer-fix
Allows user to change install directory
2017-12-31 18:43:21 +01:00
José Pedro
b231f66318
Test Runner improvements. 2017-12-31 17:39:26 +00:00
fanoI
607d076dcd
Merge pull request #835 from quajak/master
Implementing parsing of strings to floats or doubles
2017-12-31 18:22:32 +01:00
Jasper
2049d9c508 Moved float tests to single tests 2017-12-31 17:26:40 +01:00
Jasper
c2b83a6779 Fixed Pow function to handle edge cases and wrote tests to check that they are handled correctly. 2017-12-31 16:50:18 +01:00
Jasper
fe9b4c7e1d Completed requested changes 2017-12-30 18:42:38 +01:00
Jasper
3c308271ee Added tests for Double and Float parsing 2017-12-30 17:44:30 +01:00
Jasper
6f87a91b12 Allowed the Parser functions to use Math.Pow 2017-12-30 17:14:40 +01:00
Jasper
527108dcdb Added tests for Math.Exp and Math.Pow 2017-12-30 12:22:26 +01:00
fanoI
0105de62a2
Merge pull request #827 from zarlo/CGS
[DONE] a bit of CGS work
2017-12-29 13:11:49 +01:00
fanoI
0d70e51383
Merge pull request #834 from KingLuigi4932/patch-10
Add Buffer methods to MemoryBlock (Read8, Read16 etc..)
2017-12-29 13:01:01 +01:00
Jasper
47ba591540 Added implementation for Math.Exp and Math.Pow using two additional functions HighWord and LowWord. Code has been translated from the C version on http://www.netlib.org/fdlibm/e_exp.c. 2017-12-28 22:33:31 +01:00
KingLuigi4932
f49beca86b
Update MemoryBlock.cs 2017-12-28 02:42:12 +03:00
jp2masa
04052f2a10
Merge pull request #840 from midonator1305/patch-1
Update CONTRIBUTING.md
2017-12-27 01:39:52 +00:00
Midonator1305
7df7968a36
Update CONTRIBUTING.md 2017-12-26 20:20:18 -05:00
KingLuigi4932
d67688b922
Optimizes 2017-12-26 01:15:52 +03:00
KingLuigi4932
ad2fe850b5
Add check if length of buffer is good 2017-12-25 22:22:51 +03:00
Valentin Charbonnier
dbad88c810 Fixed --' 2017-12-25 17:18:23 +01:00
Arawn Davies
af5b6a4b2d
Merge pull request #813 from trivalik/chkVSRunning
move wait for VS into inno setup
2017-12-25 10:56:37 +00:00
Arawn Davies
f6c057c77a Re-worded Instance exception for VS 2017-12-25 02:23:33 +00:00
fanoI
f2016193ba Merge branch 'master' of https://github.com/CosmosOS/Cosmos
# Conflicts:
#	Test.sln
#	Tests/Cosmos.Compiler.Tests.Bcl/Kernel.cs
2017-12-24 21:34:41 +01:00
Valentin Charbonnier
080436fc59
Merge pull request #25 from CosmosOS/master
Fix.
2017-12-24 18:13:02 +01:00
José Pedro
4b1b36ff6b
Cosmos.VS.DebugEngine fixes. 2017-12-24 16:36:35 +00:00
jp2masa
793ec16f8b
Merge pull request #812 from trivalik/checkVS
check in batch before build for.net framework 4.7.1
2017-12-24 16:24:04 +00:00
Valentin Charbonnier
3f41cf40ad Fix. 2017-12-24 16:14:29 +01:00
Valentin Charbonnier
18b304308b
Merge pull request #24 from CosmosOS/master
Fixes.
2017-12-24 16:01:13 +01:00
Valentin Charbonnier
851e7cd997 .-. 2017-12-24 16:00:55 +01:00
Valentin Charbonnier
9003ef4589 Fixes. 2017-12-24 15:52:47 +01:00
José Pedro
5b64efb53f
Moved debug engine registration to a separate pkgdef. 2017-12-24 14:34:29 +00:00
fanoI
37d2ae4079 Corrected and added tests for Filetream in any FileMode
- Added tests to File for issue https://github.com/CosmosOS/Cosmos/issues/760
- FileImpl add "wrong" code for the previous merge: removed it
- Clean up
2017-12-24 13:34:11 +01:00
José Pedro
cf4b84306e
Removed "<ReferenceOutputAssembly>false</ReferenceOutputAssembly>". 2017-12-24 02:16:12 +00:00
José Pedro
f2d99db847
Package upgrades. 2017-12-24 01:56:54 +00:00
Valentin Charbonnier
99d74715fc Is the problem fixed? 2017-12-23 17:41:03 +01:00
Valentin Charbonnier
4167ad81dd
Merge pull request #22 from CosmosOS/master
Merge Cosmos master.
2017-12-23 17:00:45 +01:00
Valentin Charbonnier
b9880d181e Conflicts fixed. 2017-12-23 17:00:32 +01:00
Qujak
c98c5c5f7f
Added Float Implementation
Added file to plug float to string, prarse and tryparse
2017-12-22 12:09:55 +01:00
Qujak
cdbfa28621
Add double implementation for Parse and TryParse 2017-12-22 12:07:53 +01:00