No description
Find a file
fanoI e240641863 Created plugs to make Hashtable work (at least when an object is key).
There are issue however:
1. IL2CPU modifications are needed (see the PR for the list of the PR of IL2CPU to merge to make this usable)
2. Some fix in IL2CPU seems to give problems with Dictionary (VMT problem again?)
3. Hashtable with valuetype as key doesn't work (ContainsKey() always return false)
2018-02-25 15:27:39 +01:00
.github Update issue_template.md 2017-11-20 14:22:30 +10:00
Artwork Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
Build Build targets. 2018-02-15 20:53:34 +00:00
Demos Added a workaround to fix e_sqlite3.dll loading. 2018-01-08 17:49:19 +00:00
Docs Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
Resources Change TypeInfo to Type. 2017-10-17 21:55:43 -05:00
Setup Changed the package installation folder. 2018-02-14 17:02:06 +00:00
source Created plugs to make Hashtable work (at least when an object is key). 2018-02-25 15:27:39 +01:00
Tests Created plugs to make Hashtable work (at least when an object is key). 2018-02-25 15:27:39 +01:00
Tools Project file cleanup. 2018-02-15 19:25:36 +00:00
Users Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
.editorconfig Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
.gitattributes - Fixed .gitattributes -- it was causing already committed files to show up as modified. 2014-12-25 13:59:23 -08:00
.gitignore Package upgrades. 2017-12-24 01:56:54 +00:00
appveyor.yml Fixed appveyor.yml. 2018-02-03 20:43:49 +00:00
Build.sln Converted Cosmos.VS.DebugEngine to the new project system. 2018-02-12 01:06:53 +00:00
Builder.sln Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-06-22 17:36:11 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-12-26 20:20:18 -05:00
Directory.Build.props Build targets. 2018-02-11 18:35:35 +00:00
Directory.Build.targets Build targets. 2018-02-15 19:31:56 +00:00
IDE.sln Converted Cosmos.VS.DebugEngine to the new project system. 2018-02-12 01:06:53 +00:00
install-VS2017.bat Updated nuget.exe. 2018-02-04 23:39:54 +00:00
Kernel.sln Upgraded Cosmos projects to the new format. 2017-12-27 02:44:51 +00:00
LICENSE.txt Update LICENSE.txt 2018-02-07 14:13:17 +00:00
ReadMe - Solutions.txt Move again because of submodules being less than half baked in git. 2017-08-10 16:04:19 -04:00
README.md Removed unneeded code. 2017-10-12 22:00:43 +01:00
SUPPORT.md Removed unneeded code. 2017-10-12 22:00:43 +01:00
Test.sln Added Cosmos.TestRunner.UI.Avalonia to Test.sln. 2018-02-02 22:25:27 +00:00
userkit install.bat Updated nuget.exe. 2018-02-04 23:39:54 +00:00

Cosmos

Build status

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!

For instructions on how to install and use Cosmos, please visit the Cosmos website.