Commit graph

5612 commits

Author SHA1 Message Date
Monsieur Z
4dfc474616 Update Paths.cs 2015-08-06 00:31:24 +02:00
Monsieur Z
e4c7e99afe Update CosmosTask.cs 2015-08-06 00:29:42 +02:00
Monsieur Z
fa26e8b386 Update VsVersion.cs 2015-08-06 00:24:45 +02:00
Matthijs ter Woord
e030f5b850 Progress. 2015-08-05 17:32:32 -04:00
Matthijs ter Woord
2762604cbc More progress 2015-08-05 14:58:57 -04:00
Matthijs ter Woord
15f2df89b3 More progress. We have a bug in try...finally now.. 2015-08-04 15:32:18 -04:00
Matthijs ter Woord
18e42b92c6 Merge pull request #176 from zdimension/zdimension-keyboard-work
Add support for Shift+NumPad key
2015-08-03 17:09:01 -04:00
Matthijs ter Woord
448e1c6b4f Merge pull request #134 from zdimension/docs-work
Updated index.md
2015-08-03 17:08:53 -04:00
Matthijs ter Woord
dca4a09c83 Fixes on main branch. 2015-08-03 16:33:29 -04:00
Matthijs ter Woord
27b09e1ae8 Merge pull request #178 from zdimension/patch-1
Update readme.md
2015-08-03 09:59:49 -04:00
Monsieur Z
e5ba136879 Update readme.md 2015-08-03 00:58:55 +02:00
Matthijs ter Woord
1d9c648691 Seem to be there. Merging follows. 2015-08-02 09:46:47 -04:00
Matthijs ter Woord
ac674008e4 More compiler fixes for new memory model. 2015-08-01 14:52:14 -04:00
Matthijs ter Woord
d2db318dc1 Progress. Most stuff seems to work now. 2015-08-01 13:48:25 -04:00
Matthijs ter Woord
2d2f651783 Merge pull request #177 from zdimension/patch-2
Use a more Github-looking badge for Gitter
2015-08-01 13:20:24 -04:00
Monsieur Z
3b3376a454 Use a more Github-looking badge for Gitter 2015-08-01 18:50:12 +02:00
Matthijs ter Woord
422d6a56b8 Starting to work now. 2015-08-01 09:22:35 -04:00
Matthijs ter Woord
f54d7ace72 More progress 2015-08-01 09:04:35 -04:00
Monsieur Z
0e9968fc13 Add support for Shift+NumPad key 2015-07-31 23:55:41 +02:00
Matthijs ter Woord
a2745f4940 Merge pull request #175 from ARMmaster17/master
Added badges and Gitter notes
2015-07-31 16:09:03 -04:00
Joshua Zenn
e4c8fbd189 Update readme.md 2015-07-31 16:04:42 -04:00
Joshua Zenn
fcfa1bb9a2 Added badges and Gitter notes 2015-07-31 15:55:47 -04:00
Matthijs ter Woord
52857bdde8 Merge pull request #174 from zdimension/patch-1
Replace Codeplex
2015-07-31 14:48:16 -04:00
Monsieur Z
688b44ae1b Replace Codeplex 2015-07-31 20:46:53 +02:00
Matthijs ter Woord
4274bc52ac More progress. 2015-07-31 13:11:51 -04:00
Matthijs ter Woord
73758c2643 Ongoing memory work. 2015-07-31 12:46:07 -04:00
Matthijs ter Woord
f2706116c3 Small fix. 2015-07-31 11:56:29 -04:00
Matthijs ter Woord
be0ace5c62 - Turns out the VMT table was not generated correctly: the _Handle datamember wasn't pointing to the actual data area
- small bugfix in heap.
2015-07-31 11:51:27 -04:00
Matthijs ter Woord
675ce71d10 Ongoing work. 2015-07-31 08:34:28 -04:00
Matthijs ter Woord
630118f4c9 Fixed an issue with VMT initialization. 2015-07-29 20:13:40 -04:00
Matthijs ter Woord
e91b500738 . 2015-07-29 18:58:42 -04:00
Matthijs ter Woord
7a35344202 More work on memory 2015-07-29 15:35:47 -04:00
Matthijs ter Woord
d6167d6e00 - Add extra logging to GlobalSystemInfo and Heap
- Fixed ldstr and string sending with memory handles
2015-07-29 10:44:52 -04:00
Matthijs ter Woord
a51b569c19 Fix debugconnector and debugstub communication. 2015-07-28 20:36:18 -04:00
Matthijs ter Woord
0e05e24b9b Somehow debug stub and debug connector is broken now. 2015-07-28 20:30:15 -04:00
Matthijs ter Woord
7858e43584 Ongoing work on memory 2015-07-28 20:18:14 -04:00
Matthijs ter Woord
9460718e75 - Performance improvement of debugconnector. Debugging and test runner are impacted
- new SendNumber overload introduced for easier debugging of low level stuff.
2015-07-28 19:24:39 -04:00
Matthijs ter Woord
edf114b745 Compiler fix. 2015-07-28 17:08:42 -04:00
Matthijs ter Woord
c442a920d1 Build fix. 2015-07-28 16:58:23 -04:00
Matthijs ter Woord
b56ce24f52 Merge branch 'master' into memory_handles
Conflicts:
	Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs
2015-07-28 16:30:05 -04:00
Matthijs ter Woord
21037ba05b Small refactoring for debugstub: now sending text doesn't use the String.ToCharArray method 2015-07-28 16:26:27 -04:00
Matthijs ter Woord
fa4da67ff0 Ongoing debugger work. 2015-07-28 11:51:11 -04:00
Matthijs ter Woord
548e806bc5 Add some docs on Visual Studio Concord, a different way to make custom debug engines. 2015-07-28 10:18:58 -04:00
Matthijs ter Woord
e518b9c8e2 Add possibility for using the referenced debug stub version in the kernel tester.
Fixes #169
2015-07-28 09:57:30 -04:00
Matthijs ter Woord
2c20ca8597 Merge pull request #170 from FreddyD-GH/patch-1
Fixes #168
2015-07-28 08:55:20 -04:00
FreddyD-GH
9b741e62cb Update Cosmos.iss
Update XSC.exe location from "{app}\Build\Tools\" to "{app}\Build\IL2CPU\" to fix icons not displaying
2015-07-28 01:10:50 -04:00
Matthijs ter Woord
c1c3782770 Code reformat 2015-07-26 19:04:07 -04:00
Matthijs ter Woord
16f3dab45a I think the default Heap allocates handles now. 2015-07-26 18:37:09 -04:00
Matthijs ter Woord
9103ab4c15 Cleanup 2015-07-26 16:17:39 -04:00
Matthijs ter Woord
0bd99c1cfd Begin with memory work. 2015-07-25 11:54:11 -04:00