tgiphil
74c1dc4cde
- Removed *.vspscc files
2014-12-04 23:11:34 -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
Trivalik_cp
e038a9052b
suppress warning for const variables in PIC.cs
...
fix warning in AD7Process.cs, MonitorImpl.cs
remove introp assembly from Cosmos.Debug.VSDebugEngine.csproj to fix warning
2014-11-19 13:45:54 +00:00
Trivalik_cp
41584c0fe8
reduce warnings TrivialFTP.cs, AD7PendingBreakpoint.cs, EngineCallback.cs, FatFile.cs, Heap.cs, INTs.cs, VGAScreen.cs
2014-11-19 13:27:49 +00:00
mterwoord_cp
387ee6374b
.
2014-09-20 09:07:09 +00:00
mterwoord_cp
47f83e0b34
Compiler fixes and other fixes.
2014-07-12 16:05:56 +00:00
mterwoord_cp
8f30e7675d
Several changes again.
2014-07-12 13:02:10 +00:00
mterwoord_cp
68ca31e1d3
.
2014-07-10 20:24:54 +00:00
mterwoord_cp
c603c1cb0c
2014-07-08 13:46:00 +00:00
mterwoord_cp
522b841c69
.
2014-07-07 16:07:20 +00:00
mterwoord_cp
693739f11a
Several changes.
2014-06-29 15:44:08 +00:00
Trivalik_cp
be23b66945
FatStream: remove down cast and comment which is outdated
2014-05-29 21:24:52 +00:00
Trivalik_cp
930fcadba2
apply patch 16367
...
by VirusFree:
this is a fixed patch for the fatstream
2014-05-29 20:57:34 +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
22083f2f46
IL2CPU now checks plug classes/methods for correct/valid targets.
...
IL2CPU plugs updated to remove invalid plugs - Matthijs, please check the changes! :)
2014-01-31 19:23:25 +00:00
EdwardNutting_cp
996dc4399e
Improvements to ASM window.
...
- Can now display ASM independantly of IL/C# lines.
- Displays all ASM for current method.
2014-01-11 15:52:04 +00:00
EdwardNutting_cp
e10d739ff5
Fixes VS Stop Debugging button.
...
Fixes a number of issues reported on CodePlex.
2013-12-25 15:57:47 +00:00
EdwardNutting_cp
bac3f98d56
VS2013 Support
...
This is relatively stable but no to be considered complete. Currently supported:
1. Installing user/dev kit (as normal)
2. Creating C#/VB/F# projects (latter 2 untested)
3. Debugging a Cosmos project - see limitations list below.
Debugging limitations:
1. Breakpoints sometimes fail to be hit. Only known thing that may help is recompile everything.
2. Specific breakpoint failure case: If you try and place a breakpoint on or after a "while(true)" statement it is extremely unreliable.
Other limitations:
1. VMWare occasionally breaks. If you get "Internal error" messages, or if VS crashes (don't let Windows "fix" it) or if VMWare fails to load properly there is only one known & reliable solution: Re-run the VMWare installer and hit "Repair". No restart required. You won't lose your VMs or settings (AFAI can tell).
If it all breaks, feel free to rant at it ;)
2013-11-06 21:01:49 +00:00
forest201_cp
16f469524b
2013-10-23 17:12:04 +00:00
forest201_cp
1935d18242
2013-10-23 16:05:56 +00:00
forest201_cp
1a915bfe5d
2013-10-23 16:05:40 +00:00
forest201_cp
95936330ee
2013-10-23 16:05:30 +00:00
forest201_cp
3cd7eb7d54
2013-10-23 15:16:45 +00:00
forest201_cp
ff2dbb49ef
2013-10-23 15:15:30 +00:00
forest201_cp
567b1396e4
2013-10-23 15:11:58 +00:00
forest201_cp
f138f0fb74
2013-10-23 14:52:23 +00:00
forest201_cp
7941736718
2013-10-23 14:46:20 +00:00
forest201_cp
697cb1292e
2013-10-23 14:37:59 +00:00
clearosdev_cp
203b923101
added string to byte array class
2013-08-02 00:09:56 +00:00
HugeCode_cp
c4feb83d64
SqlLite
2013-05-25 11:38:31 +00:00
clearosdev_cp
bb80277c13
Added printdebug because if you are using both Cosmos.kernel and cosmos.hardward you have issues with the gobal class.
2013-03-25 18:16:49 +00:00
AtomOS_cp
18b8c68f7f
Read Block Mistake Fixed....
2013-03-14 08:42:08 +00:00
joshbeitler_cp
bde021281b
Added some XML doc comments in Kernel.cs
2013-03-13 16:07:33 +00:00
AtomOS_cp
272ee6eb36
2013-03-10 11:52:51 +00:00
AtomOS_cp
2985078561
2013-03-03 13:26:59 +00:00
mterwoord_cp
7ea9f2a15e
2013-02-16 10:16:02 +00:00
mterwoord_cp
551a75fdfc
Solved String.Empty issue on machines having .net 4.5 installed
2013-02-15 11:04:42 +00:00
geramy_cp
4e3328ec3a
Matthijs did some changes to IL2CPU Profiler something is going weird further investigation required.
2013-02-03 13:22:49 +00:00
geramy_cp
11f1073af3
Fixed the Plug build errors with Matthijs
2013-02-02 13:17:51 +00:00
HugeCode_cp
efdfa422f5
2013-01-27 17:09:26 +00:00
kudzu_cp
440b8ff60f
2012-08-07 02:48:32 +00:00
kudzu_cp
8c49fae09a
2012-08-06 02:35:21 +00:00
kudzu_cp
9a856e0102
2012-08-06 02:11:34 +00:00
kudzu_cp
ab16e988b9
Assembly load resolution fix (IL2CPUTask), other changes happened along the way to find this bugger.
2012-07-17 18:31:34 +00:00
kudzu_cp
17a0b076ba
2012-07-17 03:15:44 +00:00
kudzu_cp
d5a467f6e6
Removal of old X# compiler / transform.
2012-07-16 18:20:53 +00:00
kudzu_cp
f27c8d8e83
2012-07-16 18:17:00 +00:00