Commit graph

601 commits

Author SHA1 Message Date
Charles Betros
251e4f22bb Renamed some project files in my kernel. 2015-05-02 21:23:31 -05:00
Andrey Kurdyumov
2d817c5e6d Add plug for Buffer.__Mmmove on the .NET 4.6 2015-01-18 19:41:30 +06:00
Matthijs ter Woord
e614a95df5 Sending information to the Console window works now! 2014-12-31 17:49:53 +01:00
Matthijs ter Woord
aef0d59e93 Merge pull request #39 from MyvarHD/master
Added the IL2CPU.exe
2014-12-31 13:16:14 +01:00
MyvarHD
1f4e3b13c5 moved il2cpu to compiler 2014-12-29 11:35:29 +02:00
MyvarHD
b1ccde00c1 Forgot to commit the new project 2014-12-27 22:40:21 +02:00
Matthijs ter Woord
563431dc21 Compile fixes and changes to consts. 2014-12-27 17:14:12 +01:00
Sentinel209
2a7fa50258 Added some tests for interfaces. 2014-12-23 11:43:03 -06:00
Matthijs ter Woord
794f843aa7 Added first automated compiler test. 2014-12-20 14:47:43 +01:00
Matthijs ter Woord
a3474bcde6 begin with testing harness for compiler. 2014-12-20 11:59:15 +01:00
Matthijs ter Woord
ac3d16bfbe no message 2014-12-20 11:55:41 +01:00
MyvarHD
caa56e5b54 Added My userfile and ptached UnBox_Any op code 2014-12-20 12:35:08 +02:00
Matthijs ter Woord
6a3cd41554 Add extra playground libraries. 2014-12-14 16:14:17 +01:00
Matthijs ter Woord
1b4627a310 arp messages are now sent correctly. 2014-12-07 14:27:28 +01:00
Matthijs ter Woord
5f2a31d455 Move Pci stuff to Cosmos.HAL. 2014-12-06 13:36:57 +01:00
Matthijs ter Woord
fe639aa340 Start with ILSpy plugin to generate plug code. 2014-12-06 10:35:51 +01:00
Matthijs ter Woord
486601b814 rings are not fully enforced. this means that only core ring (0) can contain assembler plugs. 2014-12-05 20:40:26 +01:00
tgiphil
f7c0fea4b4 - Removed TFS parameters in solution files 2014-12-04 23:07:35 -08:00
Sentinel209_cp
c591a7ff1b Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
Sentinel209_cp
1a2f83dc84 Reorgaizing source: Assembler, Build, Debug, Deploy, VSIP 2014-11-26 03:43:20 +00:00
Sentinel209_cp
e851d3efcb Reorganizing code: Moved Build and Compiler. 2014-11-26 01:13:58 +00:00
Sentinel209_cp
5e26a7e5c4 Getting locals and primitive fields to work in the debugger. 2014-09-25 13:21:22 +00:00
kudzu_cp
71af6ca460 2014-07-23 15:56:06 +00:00
mterwoord_cp
8fcd0d7385 2014-07-15 15:05:23 +00:00
kudzu_cp
29f5cd8df5 2014-07-14 22:04:21 +00:00
kudzu_cp
be7f469d6a 2014-07-14 18:07:08 +00:00
mterwoord_cp
e9fc03edd5 2014-07-14 17:44:37 +00:00
kudzu_cp
7f93aabcc5 2014-07-14 17:05:13 +00:00
kudzu_cp
288052b34a 2014-07-14 17:04:26 +00:00
kudzu_cp
14aff92d17 2014-07-14 16:59:07 +00:00
kudzu_cp
74bc3f99fb 2014-07-14 16:58:46 +00:00
kudzu_cp
2806091769 2014-07-14 16:57:50 +00:00
kudzu_cp
9c92fc227f 2014-07-14 16:55:04 +00:00
kudzu_cp
a23731b0d5 2014-07-14 16:42:33 +00:00
kudzu_cp
36aaf46919 2014-07-14 15:54:43 +00:00
kudzu_cp
967ebef95e 2014-07-14 15:52:06 +00:00
kudzu_cp
352ffaae4d 2014-07-14 15:36:58 +00:00
kudzu_cp
a32c2c9e40 2014-07-14 15:29:06 +00:00
kudzu_cp
f3292e4d5b 2014-07-14 14:42:46 +00:00
kudzu_cp
52f2bd9189 2014-07-13 22:20:16 +00:00
kudzu_cp
0e7a13e738 2014-07-13 22:16:42 +00:00
kudzu_cp
9dc7ff5b1f 2014-07-13 17:33:00 +00:00
kudzu_cp
bedd397583 2014-07-12 15:15:32 +00:00
kudzu_cp
f4434dcd22 2014-07-12 14:32:37 +00:00
mterwoord_cp
b86ec15cf9 several performance related fixes, and some functional improvements. 2014-07-06 18:27:24 +00:00
mterwoord_cp
b7b15a12d1 Performance improvements.. 2014-07-04 19:28:27 +00:00
lcr_watson_cp
c863b669fd 2014-04-20 15:37:09 +00:00
EdwardNutting_cp
cbd1b81ffb LabelName: Was removing underscores from method namesfor readability. Caused bug with Buffer.__Memcpy where Buffer.MemCpy and Buffer._Memcpy were also used labels.
PlugManager: bug in my design fixed.
FatFileSystem: completed the todo that said trailing periods should be ignored.
Buffer: Added __Memcpy plug so that String.Trim method compiles so that FAT code will compile.
2014-02-04 16:27:16 +00:00
EdwardNutting_cp
b7fbc80043 Basic Plugs Inspector code working - it can load plugs from all referenced assemblies correctly and display the list of plugs. 2014-02-01 12:21:04 +00:00
EdwardNutting_cp
3bc116caa3 Extracted ILScanner plug code into new PlugManager class for use in Plug Inspector app.
Added project for Plug Inspector app.
Added my own test project.
2014-02-01 10:46:46 +00:00