Commit graph

3815 commits

Author SHA1 Message Date
fanoI
299c155f4c Removed a lot of plugs from File: the promise is mantained it uses StreamReader / StreamWriter directly
- CosmosEncoding replacement of Encoding is not needed: Encoding runs perfectly on Cosmos!
- Added tests to BCL for UTF8Encoding
- StreamWriter does not needs a plug anymore, TextWriter is plugged instead but the plug is really the Ctor only
- Commented COSMOSDEBUG
2017-12-01 22:21:15 +01:00
fanoI
81234d1cd9 StreamReader implemented but found bug in IL2CPU plug resolution :-( 2017-11-18 11:12:17 +01:00
fanoI
eb0a469315 Merge branch 'master' of https://github.com/CosmosOS/Cosmos
# Conflicts:
#	Test.sln
#	Tests/Cosmos.Kernel.Tests.Fat/Kernel.cs
#	Tests/Cosmos.TestRunner.Core/TestKernelSets.cs
2017-10-29 18:09:47 +01:00
José Pedro
5ddda426c6 Moved MoveD from XS.SSE2 to XS. 2017-10-29 00:22:09 +01:00
José Pedro
28292a5698 Copied ArrayInternalCopyAsm to Cosmos.CPU_Asm. 2017-10-28 22:42:37 +01:00
José Pedro
3b6cade435 Fixed Array.Copy. 2017-10-27 22:45:31 +01:00
Arawn Davies
a12e7ff875 Merge pull request #757 from aura-systems/FileDirectoryImplUpdate
Fixing Copy File impl
2017-10-26 14:16:14 +01:00
fanoI
4071e75a47 Trying to plug StreamWriter(), but Flush() has only a buffer filled all with 0x0000 not with the text to Write()! 2017-10-24 23:17:50 +02:00
José Pedro
054897c50e Merge latest from master. 2017-10-23 01:35:11 +01:00
José Pedro
cc67237545 Fixed package descriptions. 2017-10-22 20:05:21 +01:00
Charles Betros
c840978528 Change TypeInfo to Type. 2017-10-17 21:55:43 -05:00
Charles Betros
ec41cc0d54 Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2017-10-16 22:44:54 -05:00
Charles Betros
fbdb7c1b9e Dictionary work 2017-10-15 11:32:26 -05:00
Charles Betros
3cf8c806ca Some type/runtime type worrk. 2017-10-15 11:30:46 -05:00
José Pedro
38d65c45c6 Fixed NRE message. 2017-10-14 00:05:11 +01:00
José Pedro
928b215670 Removed unneeded code.
Updated README.md and SUPPORT.md.
2017-10-12 22:00:43 +01:00
José Pedro
047c7ae6f6 Disabled code that needs plug. 2017-10-12 21:49:54 +01:00
José Pedro
e5d089c6ed Removed unneeded code.
Updated comments.
2017-10-12 21:42:35 +01:00
José Pedro
435d92d4b5 Fixes. 2017-10-12 21:24:59 +01:00
José Pedro
87ac039005 Renamed "Cosmos.Debug.Symbols" to "IL2CPU.Debug.Symbols". 2017-10-12 20:19:17 +01:00
José Pedro
d8e527aa35 Include x86 e_sqlite3.dll in the root of the VSIX. 2017-10-11 17:57:41 +01:00
Arawn Davies
90c0fe4c06 Forgot to add closing </ItemGroup> 2017-10-06 14:30:32 +01:00
Arawn Davies
7dcc263df2 Fixed SQL issue due to revert 2017-10-06 14:21:02 +01:00
Arawn Davies
0a3da1d6b9 Revert "might make console faster" 2017-10-05 23:19:03 +01:00
José Pedro
3f03a0d070 Merge latest from master. 2017-10-04 19:46:49 +01:00
José Pedro
3edc13ba7b Removed SQLite package references from Cosmos.Build.MSBuild. 2017-10-03 22:16:14 +01:00
José Pedro
2ff37ddea2 Updated SQLitePCLRaw.bundle_green version. 2017-10-03 20:07:09 +01:00
José Pedro
7c85d156ca Remove e_sqlite3.dll from publish directory. 2017-10-03 00:45:45 +01:00
fanoI
f83aef39b0 Removed from DirectoryImpl.cs all the method that did not need plug anymore: CosmosFileSystem methods are called directly from Net Core code, the only remaing plugs are the ones that need IEnumerable to work. 2017-10-01 16:45:04 +02:00
Arawn Davies
85cdb0f2c8 Merge pull request #718 from zarlo/ExtendedASCII
might make console faster
2017-09-30 00:49:14 +01:00
Arawn Davies
3dbb8678c4 Fixes issues regarding project creation as some VS installations have
the 'Save new projects on creation' option disabled, resulting in Cosmos
projects not saving and nuget packages failing to restore. Noticed in issue #758.
2017-09-30 00:32:31 +01:00
fanoI
d1a0beeea6 Added forgotten plug file :-) 2017-09-24 23:28:19 +02:00
fanoI
562b137bec Bugfix: CompareOrdinalHerlper was not seen as a plug anymore (all plugs should be public!) 2017-09-24 21:50:06 +02:00
fanoI
b509da1690 Merge branch 'master' of https://github.com/CosmosOS/Cosmos
# Conflicts:
#	Tests/Cosmos.Kernel.Tests.Fat/Kernel.cs
2017-09-24 19:59:52 +02:00
fanoI
806e6e9e89 More FAT work
- Make DirectoryInfo work
- Refactored FAT TestRunner in a similar way to the BCL one
- Bugfix: Path.GetTempPath() did not returned a complete path
- Added to VFS "naive" support to Get / Set file attributes (for now only Get is supported)
- Added more debug logs
2017-09-24 18:12:58 +02:00
José Pedro
05ab3657c2 Fixed Console.ReadKey. 2017-09-17 20:04:07 +01:00
GeomTech
afd0b6581e Change Requested and optimization code 2017-09-17 19:00:40 +02:00
fanoI
647e3f2c1d Merge branch 'master' of https://github.com/CosmosOS/Cosmos 2017-09-17 18:24:55 +02:00
José Pedro
3e5aff9463 Implemented Console.KeyAvailable. 2017-09-15 00:23:47 +01:00
fanoI
ff2a75685c Merge pull request #734 from valentinbreiz/patch-1
mSize in GetVolumes fix.
2017-09-05 20:23:01 +02:00
fanoI
45e5b2d61f Merge pull request #738 from valentinbreiz/pach-666
Implementing PCI Scanning
2017-09-05 15:02:22 +02:00
zarlo
c8ca3b51bb moved things 2017-09-04 16:30:51 +10:00
Alexy
74e6858b36 Add Exceptions 2017-09-02 21:06:48 +02:00
Alexy
b92e59cb1c Add if file doesn't exist 2017-09-02 19:56:08 +02:00
Alexy
bf905d6e47 Copy works 2017-09-02 18:18:13 +02:00
KingLuigi4932
c1e11aabfd Update FileImpl.cs 2017-09-01 00:07:27 -07:00
KingLuigi4932
4e10bcdcfc Update FileImpl.cs 2017-09-01 00:04:08 -07:00
KingLuigi4932
d5cedcf1cf Fixing WriteAllLines issue 2017-08-31 23:54:34 -07:00
Alexy
37ec73cba4 Revert "GetParent Impl"
This reverts commit a37a8ae1b3.
2017-08-31 20:08:04 +02:00
GeomTech
404a3cc0d7 Merge pull request #4 from Alve-OS/latest
Latest
2017-08-31 20:04:02 +02:00