José Pedro
|
a6353d9a0e
|
Added back FAT plugs.
Fixed GetTypeFromDefinition for nested types.
|
2017-02-20 20:02:49 +00:00 |
|
José Pedro
|
e6dedfbba9
|
Fixed Stind_I1 and Stind_I2.
|
2017-02-19 01:55:02 +00:00 |
|
José Pedro
|
32d1f2502d
|
Fixed some plugs.
Fixed DebugConnector.Thread.
Compiler fixes.
|
2017-02-09 19:55:49 +00:00 |
|
José Pedro
|
cd6a34daad
|
Plugs.
Fixed part of the installer.
|
2017-02-05 21:36:38 +00:00 |
|
Charles Betros
|
2637bc9b41
|
Plugs
|
2017-02-05 01:36:54 -06:00 |
|
José Pedro
|
50214ab94b
|
Fixed virtual methods scanning.
Added back some system plugs.
|
2017-02-03 22:26:47 +00:00 |
|
José Pedro
|
8bcc922f71
|
Fixed AppVeyor test project.
|
2017-02-03 19:59:18 +00:00 |
|
José Pedro
|
fc2fe6195f
|
Fixes.
|
2017-02-03 00:53:08 +00:00 |
|
Charles Betros
|
6c221324f0
|
Fix reference to CPU.
|
2017-02-02 14:28:41 -06:00 |
|
Charles Betros
|
cb5ed51f67
|
Embed xs files for debug stub. Fix endfinally label.
|
2017-02-02 14:15:01 -06:00 |
|
Charles Betros
|
0c0c9e3b64
|
Test runner work.
|
2017-01-31 15:09:55 -06:00 |
|
Charles Betros
|
2633005924
|
Exception regions and assembly ring.
|
2017-01-31 11:22:59 -06:00 |
|
Charles Betros
|
ced66a79b6
|
membertype was too granular for the scanner type check.
|
2017-01-29 13:24:11 -06:00 |
|
Charles Betros
|
4e92a523b4
|
Moved plugs from il2cpu.
|
2017-01-28 23:04:47 -06:00 |
|
Charles Betros
|
aa08e48366
|
Get locals
|
2017-01-28 16:39:30 -06:00 |
|
Charles Betros
|
4ac1ca23f2
|
Got ResolveType, String, Method, Field working.
|
2017-01-28 00:27:45 -06:00 |
|
Charles Betros
|
296ca05ab0
|
Get references.
|
2017-01-22 09:07:37 -06:00 |
|
José Pedro
|
c095cbbf93
|
TestRunner port to net core.
|
2017-01-17 00:35:58 +00:00 |
|
Charles Betros
|
afd18e2f15
|
Code cleanup and solution cleanup for netcore.
|
2017-01-15 22:23:56 -06:00 |
|
José Pedro
|
c2d422edf4
|
Compiler fixes.
Created project.json files for projects that need it.
|
2017-01-11 00:12:14 +00:00 |
|
José Pedro
|
fc9a412652
|
Compiler fixes.
Moved XSharp implementation to XSharp.Common.
|
2017-01-08 20:55:52 +00:00 |
|
José Pedro
|
3db5ce43bb
|
Compiler fixes.
Compiler fixes.
Updated project.json files.
Removed *.lock.json files and updated gitignore to ignore them.
Updated some Cosmos.Debug projects.
|
2017-01-08 14:54:29 +00:00 |
|
Charles Betros
|
8e62606d50
|
Created some csproj specific project json
|
2017-01-06 16:09:35 -06:00 |
|
Charles Betros
|
88bdb029a9
|
Progress on net core.
|
2017-01-03 15:31:21 -06:00 |
|
Charles Betros
|
216d8a3209
|
Get compiler working.
|
2016-12-29 00:20:34 -06:00 |
|
Charles Betros
|
004dbfba0a
|
Fix get assembly name.
|
2016-12-28 00:35:37 -06:00 |
|
Charles Betros
|
10cfcbea73
|
Progress on netcore.
|
2016-12-28 00:27:54 -06:00 |
|
Charles Betros
|
8e3046219a
|
Netcore changes.
|
2016-12-22 23:02:29 -06:00 |
|
Charles Betros
|
8d4f634d48
|
Going with PCL for now to make P2P references easier.
|
2016-12-19 10:45:38 -06:00 |
|
Charles Betros
|
411ce3e872
|
Create projects and msbuild targets for dotnet core.
|
2016-12-13 22:39:41 -06:00 |
|
José Pedro
|
91094a87ca
|
Fix MemberwiseClone.
Fix object sizes in Newobj.
Minor changes in Castclass and VTablesImpl.
|
2016-11-16 23:49:37 +00:00 |
|
José Pedro
|
e36451b6f9
|
Fixed try..finally blocks.
Added test for try..finally inside a finally.
|
2016-11-12 18:32:13 +00:00 |
|
José Pedro
|
39ea6ee678
|
Fixed return on foreach
Fixed Array.Clear
Minor changes
|
2016-11-09 00:08:23 +00:00 |
|
Charles Betros
|
1c8901850c
|
Fix array copy
|
2016-11-02 20:19:54 -05:00 |
|
José Pedro
|
53c9ecaa06
|
Bugfix
|
2016-10-24 21:28:05 +01:00 |
|
José Pedro
|
a50641b615
|
Updated exception message on ObjectPointerAccessAttribute errors.
Fixed op_Equality and op_Inequality.
|
2016-10-24 21:21:24 +01:00 |
|
fanoI
|
a277900369
|
- Fixed ldarga so it will work again with types > bytes
- Fixed typos on DoubleTest
- Restored GetNumberString() as it was on my commit of the end of August
|
2016-10-10 21:43:38 +02:00 |
|
José Pedro
|
a860b2373a
|
Fixed Newobj for string with length parameter.
Minor changes in debugging and FAT test messages.
Removed useless "if" in FAT, previously added by me.
|
2016-09-29 19:48:59 +01:00 |
|
Charles Betros
|
4b67c02f26
|
Fixed delegates and moved some assemblers.
|
2016-09-28 23:24:04 -05:00 |
|
Charles Betros
|
73ef14d551
|
Working on delegates.
|
2016-09-26 06:55:37 -05:00 |
|
Charles Betros
|
95f4dbad77
|
More memory work.
|
2016-09-11 07:53:45 -05:00 |
|
Charles Betros
|
a9cb616f86
|
Merge from master.
|
2016-09-07 19:42:40 -05:00 |
|
fanoI
|
9610858423
|
Fixed Shr for long with count > 32
|
2016-09-08 00:27:01 +02:00 |
|
Charles Betros
|
1a63a35507
|
Fix for remainder op.
|
2016-09-07 17:03:15 -05:00 |
|
Charles Betros
|
c2b3094c57
|
Ongoing memory changes.
|
2016-09-07 14:49:22 -05:00 |
|
Charles Betros
|
4b5bc34445
|
Remove breakpoints.
|
2016-09-06 14:38:29 -05:00 |
|
Charles Betros
|
286d670276
|
Fix more tests
|
2016-09-06 14:34:19 -05:00 |
|
Charles Betros
|
87d964a602
|
More memory.
|
2016-09-05 01:01:54 -05:00 |
|
Charles Betros
|
1b18908a2b
|
working on statics.
|
2016-09-04 09:57:47 -05:00 |
|
Charles Betros
|
4f13a49a85
|
Compiler changes for memory.
|
2016-09-03 00:40:33 -05:00 |
|