Commit graph

4070 commits

Author SHA1 Message Date
Valentin Charbonnier
50816d9bfd
Merge pull request #32 from CosmosOS/master
Merge master.
2018-02-12 04:46:57 -08:00
Valentin Charbonnier
69b6eff42b
Delete Directory.Build.targets 2018-02-12 13:46:48 +01:00
Valentin Charbonnier
0eac4255b5
Delete Directory.Build.props 2018-02-12 13:46:46 +01:00
Valentin Charbonnier
c49c83fcf2
Update Cosmos.VS.Windows.csproj 2018-02-12 13:46:06 +01:00
Valentin Charbonnier
1e4eec65a0
Delete packages.config 2018-02-12 13:45:40 +01:00
Valentin Charbonnier
898bfa40ba
Update Cosmos.VS.DebugEngine.csproj 2018-02-12 13:44:59 +01:00
Valentin Charbonnier
0446aee267
Update KeyboardManager.cs 2018-02-12 13:44:15 +01:00
José Pedro
839a71e06b
Converted Cosmos.VS.DebugEngine to the new project system. 2018-02-12 01:06:53 +00:00
José Pedro
ce3aa13b61
Build targets. 2018-02-11 18:35:35 +00:00
jp2masa
07c67d49ec
Merge pull request #818 from CosmosOS/code-cleanup
Code cleanup
2018-02-11 01:32:21 +00:00
José Pedro
b830eecc3f
Code cleanup. 2018-02-10 20:46:46 +00:00
José Pedro
591c23392b
Code cleanup. 2018-02-10 19:38:02 +00:00
José Pedro
e970ebfbd2
Added PrivateAssets="All" to Cosmos.Build.Tasks dependencies. 2018-02-09 21:06:32 +00:00
José Pedro
52cf4e39d0
Fixed NASM command line arguments. 2018-02-08 22:18:16 +00:00
fanoI
df3eb587a5
Merge pull request #885 from fanoI/dictionary_work
Dictionary<String, T> works finally!
2018-02-07 19:59:46 +01:00
José Pedro
4cede67a45
Fixed namespaces. 2018-02-04 19:13:31 +00:00
fanoI
72d1ab2ffa Implemented the methods of StringEqualityComparer 2018-02-04 19:49:46 +01:00
fanoI
c8c2bdfc20 Dictionary<String, T> works finally! 2018-02-04 18:48:58 +01:00
fanoI
d98dfee719
Merge pull request #857 from fanoI/extended-ascii
Added CP437 and CP858 (DOS Latin1) support to Encoding
2018-02-02 16:38:50 +01:00
José Pedro
0cec826f6e
Changed the target framework in the project templates from .NET Standard 2.0 to .NET Core 2.0. 2018-01-31 21:20:17 +00:00
José Pedro
1e1330b689
Added SourceOfDefaultValue="AfterContext" to project system rules.
Package updates.
2018-01-29 23:53:31 +00:00
fanoI
46d5c0b63a
Merge branch 'master' into extended-ascii 2018-01-27 21:15:05 +01:00
fanoI
4a990ac2af Added the concept of Encoding to the Console for now ASCII (default) and CP437 are supported (for others as CP858 I think it is needed to change font too)
- moved EncodingTest on Text subdir
- added ConsoleTest (not enabled by default)
- removed ASCIIEncodingImpl (it was not needed)
- Made plugs of Console better and added plugs for formatted versions
- Removed code to test Hashtable, Hashtable it will be a separate PR
2018-01-27 20:00:11 +01:00
Charles Betros
d72a10ea3a PIT 2018-01-25 14:08:13 -06:00
Charles Betros
281f76a7f0
Merge pull request #867 from ewoudje/master
PIT Fix
2018-01-25 14:05:37 -06:00
José Pedro
7e7e11602f
Cosmos.Build. 2018-01-24 19:02:12 +00:00
ewoudje
70602ac53e Changes requested by charlesbetros
And i tested it and it works with debugging 😄

Thx charlesbetros
2018-01-24 17:05:25 +01:00
José Pedro
042bca54aa
Merge latest from master. 2018-01-23 18:59:37 +00:00
Valentin Charbonnier
1fbfcc0817 Fix. 2018-01-22 23:29:00 +01:00
Valentin Charbonnier
849215a14c
Merge pull request #31 from CosmosOS/master
Merge master.
2018-01-22 13:40:36 -08:00
Valentin Charbonnier
3f1364dadc
Delete ProjectBase.files 2018-01-22 22:40:21 +01:00
Valentin Charbonnier
c67fabcff6
Delete Microsoft.VisualStudio.Project.csproj 2018-01-22 22:40:01 +01:00
Valentin Charbonnier
6c2d7cdebb
Delete Cosmos.VS.Wizards.csproj 2018-01-22 22:39:27 +01:00
Valentin Charbonnier
21e2bfaeff
Delete CosmosProjectConfig.cs 2018-01-22 22:38:40 +01:00
Valentin Charbonnier
e33cb18ffb
Update Cosmos.VS.ProjectSystem.csproj 2018-01-22 22:37:14 +01:00
Valentin Charbonnier
9c78f671ae
Update AMDPCNetII.cs 2018-01-22 22:36:42 +01:00
José Pedro
50867e7287
Added a project tree for plugs. 2018-01-21 22:01:46 +00:00
ewoudje
22f67e6549 Thread.Sleep plug and added ThreadTest 2018-01-21 19:15:27 +01:00
ewoudje
bca8432e0d Real fix for PIT
👍
2018-01-19 21:36:57 +01:00
ewoudje
558de4a4d2 Fixed PIT
I am not sure it is how it should work but it works
2018-01-16 22:29:57 +01:00
José Pedro
06c814de20
Builder fix. 2018-01-14 15:49:04 +00:00
José Pedro
03d12a7bb4
Compiler engine settings refactoring. 2018-01-13 20:33:52 +00:00
José Pedro
c1b40271b3
IL2CPU.Compiler -> IL2CPU. 2018-01-13 16:05:32 +00:00
José Pedro
74fbef6cd8
IL2CPU task fixes. 2018-01-11 19:29:15 +00:00
fanoI
5378447924
Merge pull request #856 from valentinbreiz/patch-1
Little fix on PCI VendorID.
2018-01-11 09:53:18 +01:00
fanoI
c50b581d91 More work on Encoding
- Resolved problem with UTF8Enconding.BaseName property
- Started work to plug Hashtable to make the Encoding / Decoding more efficient
2018-01-10 20:29:05 +01:00
José Pedro
443577f51e
Cosmos project upgrader improvements. 2018-01-08 22:42:52 +00:00
José Pedro
0142e03c0d
Added a workaround to fix e_sqlite3.dll loading.
Added NoWarn="NU1604" to package references in the kernel projects.
Fixed project reference paths in TRKernel.csproj.
Project file cleanup.
2018-01-08 17:49:19 +00:00
fanoI
ff78034a1c Added CP437 and CP858 (DOS Latin1) support to Encoding, CP858 is not working for VMT bugs. 2018-01-07 21:25:07 +01:00
José Pedro
280defa822
Merge branch 'master' of https://github.com/CosmosOS/Cosmos into project-system 2018-01-07 15:55:27 +00:00