Commit graph

55 commits

Author SHA1 Message Date
kudzu_cp
fe58783b4f 2012-06-27 15:44:25 +00:00
kudzu_cp
486b3f0967 2012-06-27 15:22:34 +00:00
kudzu_cp
c308f07bfc USB boot work 2012-06-25 15:32:46 +00:00
kudzu_cp
6e74a7ad41 2012-06-25 13:33:03 +00:00
kudzu_cp
9489adf2dc 2012-06-25 05:21:03 +00:00
kudzu_cp
8e69696972 2012-06-25 03:29:55 +00:00
kudzu_cp
630c457416 output.bin is now Cosmos.bin 2012-06-25 01:49:25 +00:00
kudzu_cp
db5fb69400 ISO 2012-06-25 01:29:05 +00:00
kudzu_cp
2c288d710b USB Device 2012-06-25 01:09:28 +00:00
kudzu_cp
b47e4a7e86 ISO generation 2012-06-25 00:48:01 +00:00
kudzu_cp
9c61919e7b 2012-06-25 00:18:51 +00:00
kudzu_cp
faf0a24441 2012-06-24 17:48:30 +00:00
kudzu_cp
98bda25fae 2012-06-24 04:20:33 +00:00
kudzu_cp
584908bc64 2012-06-24 03:33:14 +00:00
kudzu_cp
f800fd9f4d 2012-06-24 01:32:54 +00:00
kudzu_cp
a6a9878113 2012-06-08 13:35:52 +00:00
sschocke_cp
5e5963bb23 Added Ignore DebugStub Attribute option to ProjectSettings Debug Page - allowed user to ignore DebugStub Attribute on all methods for deep debugging. Also commented DebugStubAttribute. 2012-02-03 20:02:27 +00:00
blah38621_cp
dcd685a90f More from Gendarme. Cosmos.VS.Package's AssemblyVersion attribute didn't match it's AssemblyFileVersion, they now match. Sealed a few non-inherited attributes. Also made private field actually used as was intended. 2011-10-23 00:15:19 +00:00
blah38621_cp
1b922726f0 The first of a series of commits as I work my way down the list of things Gendarme found wrong. (a large amount is likely to be skipped, as gendarme found 13k potential issues.)
This one makes sure that constructors for abstract classes are protected, not public, as the constructor can only be called by child classes.
2011-10-22 23:19:51 +00:00
Sentinel209_cp
2c42c3f6f8 2011-07-02 23:26:16 +00:00
Sentinel209_cp
00dd3c826b 2011-06-19 17:21:10 +00:00
Trivalik_cp
11b24e4a70 change gdb client to start without a cgdb file
copy gdb client on every build to install path if registry key found
remove hardcoded gdb.exe path
optimize vspackage, no cache refresh for every item
2011-06-14 19:47:39 +00:00
Trivalik_cp
7f84d28d69 add DOTNETCOMPABILE define condition,
change StackContents to uint,
able to use now mnemoric with 3 operands,
shl IL near 64 bit (unknown error),
add asm line to nasm error
2011-02-22 17:03:42 +00:00
Trivalik_cp
a80ef75b20 unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
kudzu_cp
fe43fbddeb Set all csproj files to .NET 4.0. 2010-09-06 14:16:09 +00:00
kudzu_cp
b7e889c022 2010-09-05 13:32:07 +00:00
Trivalik_cp
1785670a75 renaming all, except vspackage 2010-09-04 19:07:11 +00:00
Trivalik_cp
474c16ecd8 remove vs2008 support, part 1 (not usable) 2010-09-04 17:59:02 +00:00
Trivalik_cp
e8492d4b3f forgotten files 2010-09-02 18:43:41 +00:00
Trivalik_cp
b8f308e3af change IL2CPU Task to a autonomous application, --> vs2010 can now compile and start vmware 2010-09-02 18:24:43 +00:00
Trivalik_cp
ce9070f0cb vspackage can now debug in vs2010 2010-08-19 13:35:38 +00:00
Trivalik_cp
56f9e25016 add near all Solution and Project Files for Visual Studio 2010
Cosmos still compiles
2010-08-12 20:21:55 +00:00
mterwoord_cp
98c61d81c8 2010-08-05 12:09:49 +00:00
kudzu_cp
f0fbc7c0a7 2010-08-03 23:35:55 +00:00
kudzu_cp
e76b144411 2010-08-03 23:06:02 +00:00
mterwoord_cp
1e7398cfda 2010-08-03 18:19:15 +00:00
mterwoord_cp
ab72a78b59 2010-07-28 09:44:42 +00:00
kudzu_cp
6521e75e48 2010-07-26 04:30:50 +00:00
kudzu_cp
425df041be 2010-07-26 00:22:13 +00:00
kudzu_cp
46d152e210 2010-07-26 00:05:26 +00:00
mterwoord_cp
b6e0545b36 2010-07-19 17:27:42 +00:00
kudzu_cp
dce368d657 2010-07-11 18:38:18 +00:00
kudzu_cp
c9a6bed675 2010-07-11 18:06:56 +00:00
kudzu_cp
68d2032eb4 2010-04-04 16:43:36 +00:00
mterwoord_cp
fcf9c63524 change output paths 2010-03-25 18:44:47 +00:00
mterwoord_cp
394bbbb52c Propertypages work now 2010-01-27 12:27:22 +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
jdguzman_cp
a6025c6caa Continuation of adding ignore rules for bin & obj dirs. Will do one more check for any straglers. 2009-06-11 01:44:19 +00:00
DanStory_cp
8f35a92c30 Fixed if else block. 2009-05-29 20:08:10 +00:00
DanStory_cp
3736486d0b Added PropertiesBase(.cs) class and file.
Added BuildProperties(.cs) class and file.
Added DebugQemuProperties(.cs) class and file.
Added VMQemuProperties(.cs) class and file.
2009-05-29 02:24:55 +00:00