Cosmos/source/Cosmos.System2_Plugs/System
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
..
Globalization Fixed namespaces. 2018-02-04 19:13:31 +00:00
IO Fixed namespaces. 2018-02-04 19:13:31 +00:00
Runtime Cosmos.IL2CPU has changed name in simply IL2CPU 2017-12-10 21:53:39 +01:00
Text Fixed namespaces. 2018-02-04 19:13:31 +00:00
Threading Created plugs to make Hashtable work (at least when an object is key). 2018-02-25 15:27:39 +01:00
ByteImpl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
ConsoleImpl.cs 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) 2018-01-27 20:00:11 +01:00
DoubleImpl.cs Allowed the Parser functions to use Math.Pow 2017-12-30 17:14:40 +01:00
EnumImpl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
FloatImpl.cs Allowed the Parser functions to use Math.Pow 2017-12-30 17:14:40 +01:00
GuidImpl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
Int16Impl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
Int32Impl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
Int64Impl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
IntPtrImpl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
MathImpl.cs 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
RandomImpl.cs Merge branch 'master' of https://github.com/CosmosOS/Cosmos into guess-improvements 2017-12-17 18:37:05 +00:00
SByteImpl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
SingleImpl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
UInt16Impl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
UInt32Impl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
UInt64Impl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
UIntPtrImpl.cs Cosmos.IL2CPU.API -> IL2CPU.API. 2017-12-10 15:57:12 +00:00
ValueTypeImpl.cs Created plugs to make Hashtable work (at least when an object is key). 2018-02-25 15:27:39 +01:00