mterwoord_cp
394bbbb52c
Propertypages work now
2010-01-27 12:27:22 +00:00
mterwoord_cp
6b897d8e20
Breaking in integrated debugger works. next step is also showing which line we're at.
2010-01-23 09:57:56 +00:00
mterwoord_cp
76eaa30c13
Debugstub now supports real breakpoints (well, just one for now..)
2010-01-22 16:16:00 +00:00
mterwoord_cp
db5cc4a237
Debugger works again.
2010-01-09 10:00:59 +00:00
Dokugogagoji_cp
c8b543ab42
DO NOT USE THIS. TEMPORAL REMOVAL OF OLD DISTRIBUTION. Removed cygwin and qemu, checked-in partial single support (not printing)
2009-11-20 17:26:25 +00:00
mterwoord_cp
9a8cbd13cc
2009-11-07 13:00:31 +00:00
mterwoord_cp
f972b830ec
2009-10-24 15:30:48 +00:00
mterwoord_cp
729ea46715
2009-10-24 10:51:41 +00:00
mterwoord_cp
3dff687be4
2009-10-23 15:09:28 +00:00
mterwoord_cp
c89d625a1c
2009-10-19 08:28:04 +00:00
Dokugogagoji_cp
79362c4427
project references updated. fix for x64 visual studio. asm folder checked in
2009-10-18 08:54:56 +00:00
mterwoord_cp
acaa8e0a89
2009-10-17 13:45:47 +00:00
mterwoord_cp
75121464ea
2009-10-16 15:12:23 +00:00
kudzu_cp
f57078198f
Removed older unused IL2CPU command line project.
2009-10-09 20:30:52 +00:00
kudzu_cp
3989126b4b
Fix to USB boot for Vista UAC.
2009-10-09 19:29:48 +00:00
mterwoord_cp
9787a43e36
2009-10-09 17:11:23 +00:00
mterwoord_cp
07276bf2fa
fix non virtual calls to virtual methods.
2009-10-07 15:54:37 +00:00
mterwoord_cp
6fd44c880e
Debugger works again :)
2009-10-05 16:24:07 +00:00
mterwoord_cp
1f9ad0846e
2009-10-03 14:53:56 +00:00
mterwoord_cp
b06ea2b314
2009-10-03 12:04:18 +00:00
kudzu_cp
fa785209d9
2009-07-22 19:24:43 +00:00
mterwoord_cp
f305fddc64
Code seems to work again now..
2009-06-13 14:28:05 +00:00
kudzu_cp
79d916ae61
2009-06-13 12:36:35 +00:00
kudzu_cp
b6ccbb5f34
Scrolling fixes to BuildUI
2009-06-13 09:10:54 +00:00
Xenni_cp
34dce91218
Support for BOCHS!
2009-06-12 03:34:01 +00:00
jdguzman_cp
77681bba88
Continuation of adding ignore rules for bin & obj dirs.
2009-06-11 01:34:22 +00:00
Xenni_cp
806ec99e0d
Additional changes to fix DynamicMethodEmit.
2009-06-10 23:40:58 +00:00
bklooste_cp
d21d41ff7f
Same as last but with logging enabled
2009-06-10 15:10:49 +00:00
mterwoord_cp
8ad94f59de
building works again
2009-06-10 15:09:28 +00:00
bklooste_cp
98e014a8b1
Fix so internal windows reszie
2009-06-10 15:00:06 +00:00
bklooste_cp
391717af35
Clean up
2009-06-10 12:31:15 +00:00
bklooste_cp
7e00c12573
Force to foreground
2009-06-10 12:28:46 +00:00
bklooste_cp
aa9592f896
Update so window is active
2009-06-10 12:18:42 +00:00
bklooste_cp
71111c981f
Change for low height screen , note need about 500 Height minimum
2009-05-30 04:19:39 +00:00
kudzu_cp
7de859cced
2009-05-29 15:20:38 +00:00
mterwoord_cp
881f99c08d
speed enhancements, but still needs huge amount of ram. DOES NOT WORK. prints ---------- and number per 100 methods..
2009-05-23 18:12:24 +00:00
mterwoord_cp
ff197da2ad
Intermediate checkin for compiler refactorings. DOES NOT WORK. DONT DOWNLOAD!!
2009-05-23 15:13:13 +00:00
kudzu_cp
97c4043d9c
Added ref to Cosmos.Builder.Common
2009-05-22 17:41:53 +00:00
bklooste_cp
ef0ed74cfe
Reenabled TestRunner
2009-05-17 13:13:56 +00:00
bklooste_cp
8a6a491e13
Update to fix bug if caller doesnt hook event
2009-05-17 10:51:23 +00:00
mterwoord_cp
cf178add9e
reversed to old state..
2009-05-16 17:16:41 +00:00
bklooste_cp
a894a23b6c
Cosmetic
2009-05-16 14:44:59 +00:00
bklooste_cp
c3fdb104ba
benk Builder change - minor patch to launch debugger
2009-05-16 14:23:00 +00:00
bklooste_cp
61272dd6ff
2009-05-16 12:43:51 +00:00
bklooste_cp
ddeffbda62
Builder refactoring by BenK
2009-05-16 10:26:46 +00:00
kudzu_cp
d8e8f8c3ca
Modified comment to be clear that 2009 is server 2008, not vs 2008.
2009-05-12 16:59:41 +00:00
Xenni_cp
5ba6518803
Added Exception Handling to BuildUI.cs.
...
This makes it faster to Build Cosmos if QEMU is left open, ect..., as VS will no longer break. A message box is shown prompting for action.
2009-05-11 00:58:06 +00:00
sschocke_cp
7af62315ec
RTL8139 Driver Changes
...
Update Global to call driver initialization routines for different drivers. Devices are enumerated during startup regardless of what hardware you are using.
Update FrodeTest workspace to run via new NetworkDevice interface
Update Builder.cs so that QEMU gets called with only either "-net tap" or "-net user", as these two options conflict
Internalized most of the TCP/IP stack leaving only the User needed classes available to use.
Commented most of TCP/IP stack public methods, and cleaned out code a little bit.
2009-03-31 20:33:22 +00:00
Dokugogagoji_cp
24c47639ca
ACPIManager stub
...
Some stupid warning removed for now
CultureInfo Plugs merged
Added VHD option (still disabled)
Some temporary plugs
2009-03-22 12:56:47 +00:00
BassemMohsenFarid_cp
7ebb83e10f
2009-01-16 12:42:24 +00:00