Commit graph

2811 commits

Author SHA1 Message Date
HugeCode_cp
1aa8e737ed Added support of call arguments. ComWriteAL() can be now replaced with ComWrite(AL).
Warning: I didn't make it very elegant. Maybe I will look on it later.
2013-01-27 14:27:09 +00:00
HugeCode_cp
faaf50a211 Fixed problem with "Unknown token '/' found" message. //unelegant 2013-01-26 15:17:34 +00:00
HugeCode_cp
e25f15da16 2013-01-26 14:29:14 +00:00
HugeCode_cp
640a2749d5 Something fixed in builder. 2013-01-26 14:16:24 +00:00
mterwoord_cp
34f3267f3f 2013-01-25 16:22:02 +00:00
BlueSkeye_cp
92cb7a6567 Updated X# documentation for signed integer multiplication support. Also added several controls that help developers better understand some errors than with NASM issued messages. Controls include 8 byte registers are not allowed for multiplication and both registers must be of the same size. 2012-10-08 17:50:53 +00:00
BlueSkeye_cp
1facf3f304 Add signed integer multiplication support to X# compiler. Documentation not yet updated. 2012-10-08 17:15:50 +00:00
BlueSkeye_cp
d0f674a4e5 Made error messages more accurate when we (I) mess up with X# compiler patterns. Inner exceptions are now displayed which allow for more context aware error messages. 2012-10-08 16:30:27 +00:00
BlueSkeye_cp
b9e88a4e21 Added an -a command line parameters on XSharp.Test program. Using this flag the NASM compiler will be launched on source code successfully generated by X# translator. This help ensure we generate syntactically correct assembler code.
Modified some error messages in Cosmos.Compiler.XSharp assembly to make them list the line number where an error is detected.
2012-10-08 15:20:41 +00:00
BlueSkeye_cp
5cd8fba8a1 Documentation added to the X# compiler. Several comments in source code as well as an XSharp.htm document in the Docs folder that clarify language syntax. 2012-10-05 16:19:50 +00:00
BlueSkeye_cp
783eaee16d Partially fix issue #15680 : IL2CPU will crash when default PlugAttribute constructor is used.
Added two constructors one with TYpe and one with type name. However there is still some cases (a null or empty type name for example) that will make the IL2CPU task crash. Fixing this would require allowing IL2CPU tasks funneling back to MSBUILD some error messages instead of throwing an exception. This will be adressed in a future patch when we will plug the IL2CPU task with X# instead of the current assembler.
2012-10-05 16:11:58 +00:00
BlueSkeye_cp
428d4a0e08 Fix issue #15667 : X# compiler doesn't prevent defining a function inside a function 2012-10-02 14:49:17 +00:00
BlueSkeye_cp
a2e7e7ff55 Fix issue #15666 : X# compiler fails to check the last function in a source code file is complete 2012-10-02 14:36:12 +00:00
BlueSkeye_cp
4437fa419f Fix issue #15565 : X# compiler doesn't properly handle unbalanced closing curly braces 2012-10-02 14:16:02 +00:00
BlueSkeye_cp
ad9bb91b22 Fix issue #15662 : X# compiler crashes on a line that contain a single slash
Fix issue # 15663 : X# compiler fails to detect some syntax error in comments
2012-10-02 09:33:58 +00:00
BlueSkeye_cp
2a00898dcb Fix issue #15661 : X# parser doesn't let you embed a single quote in a literal string
You can now embed a single quote character in an X# literal string provided you escape this character by preceding it with a backslash. For example :
var .DebugWaitMsg = 'Waiting for \'debugger\' connection...'
2012-10-01 15:29:02 +00:00
BlueSkeye_cp
0973b84458 Fix issue #15660 : X# asm code generator doesn't properly handle double quotes in literal strings
X# asm code generator now uses back quotes to surround literal strings in generated asm code. Back quote characters in X# literal strings are properly escaped if they aren't already. Double quotes characters ub X# literal strings don't trigger a NASM compilation error anymore.
2012-10-01 15:18:35 +00:00
BlueSkeye_cp
30784d81bd Fix issue #15638 : Classes in global namespace make the IL2CPU task crash 2012-10-01 12:34:35 +00:00
BlueSkeye_cp
f63d0157da Fix issue #15644 : Check for Bochs or VMware being installed during Builder prerequisites check. 2012-09-24 07:56:45 +00:00
BlueSkeye_cp
914a177cf9 2012-09-21 11:09:08 +00:00
BlueSkeye_cp
e4a82957c2 Fix issue #15637 : The VS DebugEngine may fail to resolve some breakpoints and throws an exception at debugging session startup 2012-09-21 10:27:20 +00:00
BlueSkeye_cp
d64f99adf3 Add Bochs debugging support to Visual Studio Cosmos project (UI).
A new pane and associated launch type is added in the Cosmos project properties pane.
2012-09-20 09:41:02 +00:00
BlueSkeye_cp
277254ef5f Fix issue #15634 : A VS ArgumentNullException may occur with default Cosmos project template 2012-09-20 09:23:35 +00:00
BlueSkeye_cp
6a91eeb14f Fix additional error conditions for issue #5628 2012-09-19 17:15:19 +00:00
BlueSkeye_cp
4acc61602c Fix a missing parenthesis in changeset #95785 2012-09-19 15:56:08 +00:00
BlueSkeye_cp
4fbfd90584 Fix issue #15628 : IL2CPU crashes when Cosmos project directory is deleted and recreated 2012-09-19 15:34:55 +00:00
BlueSkeye_cp
7372c8a9bd Bochs integration : alpha version
Limitations :

- Bochs must be installed on the system. This is not checked as a  prerequisite by the Builder.
- You will find a GuessForBochs Cosmos project under BlueSkeye user project folder that can be used to launch the Guess project under Bochs.
- You may have to fix manually the path for the following properties in Cosmos.bxrc file copied to the CosmosForBochs\Bin\Debug folder
  * romimage
  * vgaromimage
- The Cosmos project UI is not yet Bochs aware. If you do not use the GuessForBochs project you must manually edit your Cosmos project file to modify the following property in both the Debug and Release property group from the project file :

    <Launch>Bochs</Launch>

  You must also add the following properties in both the Debug and Release property group from the project file :

    <BochsConfig>Cosmos.bxrc</BochsConfig>
    <Bochs_Deployment>ISO</Bochs_Deployment>
    <Bochs_Launch>Bochs</Bochs_Launch>
    <Bochs_DebugEnabled>True</Bochs_DebugEnabled>
    <Bochs_DebugMode>Source</Bochs_DebugMode>
    <Bochs_IgnoreDebugStubAttribute />
    <Bochs_VMwareEdition>Player</Bochs_VMwareEdition>
    <Bochs_OutputPath>bin\Debug\</Bochs_OutputPath>
    <Bochs_Framework>MicrosoftNET</Bochs_Framework>
    <Bochs_UseInternalAssembler>False</Bochs_UseInternalAssembler>
    <Bochs_TraceAssemblies />
    <Bochs_EnableGDB>False</Bochs_EnableGDB>
    <Bochs_StartCosmosGDB>false</Bochs_StartCosmosGDB>
    <Bochs_Name>GuessForBochs</Bochs_Name>
    <Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description>
    <Bochs_VisualStudioDebugPort>Pipe: Cosmos\Serial</Bochs_VisualStudioDebugPort>
    <Bochs_PxeInterface>192.168.43.1</Bochs_PxeInterface>
    <Bochs_SlavePort>Serial: COM3</Bochs_SlavePort>
    <Bochs_ShowLaunchConsole>False</Bochs_ShowLaunchConsole>
2012-09-14 17:13:06 +00:00
BlueSkeye_cp
5031084773 2012-09-14 15:59:40 +00:00
BlueSkeye_cp
b0b7f42c32 Added a new -NOVSLAUNCH Builder command line argument that prevent Visual Studio to be started once installation is done. This option is only available for the Dev Kit. 2012-09-07 10:34:42 +00:00
BlueSkeye_cp
5698a512e7 Fix issue #15565 2012-09-05 12:04:29 +00:00
BlueSkeye_cp
24e6f6204f Fix issue #15553 2012-09-05 11:59:15 +00:00
kudzu_cp
d329fb0785 2012-08-18 17:14:31 +00:00
kudzu_cp
3924c5002b 2012-08-18 14:03:27 +00:00
kudzu_cp
e608a303d1 2012-08-18 14:02:15 +00:00
kudzu_cp
aa702c6cd0 Missing semi colon. 2012-08-18 03:43:39 +00:00
kudzu_cp
800aaa6bfe 2012-08-13 14:59:54 +00:00
kudzu_cp
4b5203f13d 2012-08-13 00:55:41 +00:00
kudzu_cp
3efe2c451a 2012-08-13 00:45:40 +00:00
kudzu_cp
2249797e61 2012-08-13 00:39:42 +00:00
kudzu_cp
460ef24805 2012-08-13 00:23:22 +00:00
kudzu_cp
23b10260b2 2012-08-12 17:11:38 +00:00
kudzu_cp
6331a7c4ae 2012-08-12 17:09:55 +00:00
kudzu_cp
b6ae77918b 2012-08-12 17:06:35 +00:00
kudzu_cp
a8e49df02c 2012-08-12 16:51:55 +00:00
kudzu_cp
5613c6387e 2012-08-12 16:35:36 +00:00
kudzu_cp
263281a2f0 Faster stepping. 2012-08-12 15:29:07 +00:00
kudzu_cp
ad815d3d97 2012-08-12 10:00:27 +00:00
kudzu_cp
b6ff2883b6 2012-08-12 00:31:19 +00:00
kudzu_cp
fbbba12851 2012-08-12 00:19:44 +00:00
kudzu_cp
7a5307d32d 2012-08-11 21:38:39 +00:00
kudzu_cp
92ee9c4a3b 2012-08-11 21:33:02 +00:00
kudzu_cp
3d55cea968 2012-08-11 14:38:56 +00:00
kudzu_cp
23bc3aca3b Debugger work 2012-08-10 00:56:37 +00:00
kudzu_cp
e311eff315 Removed reversesourceinfos. 2012-08-08 03:51:54 +00:00
kudzu_cp
b53fde6b48 About to begin killing off old debug metadata. 2012-08-08 03:46:51 +00:00
kudzu_cp
c0a2b14b4b 2012-08-08 01:35:54 +00:00
kudzu_cp
cabc95bf6a 2012-08-08 01:26:59 +00:00
kudzu_cp
51d78c10ec Method labels now use GUIDs internally. Shorter and more efficient. 2012-08-07 22:23:17 +00:00
kudzu_cp
6cc797fb89 2012-08-07 21:03:48 +00:00
kudzu_cp
8536a39de0 2012-08-07 20:46:16 +00:00
kudzu_cp
0a730c7524 GUID label parsing from map. 2012-08-07 20:10:00 +00:00
kudzu_cp
ea194e1c8b Method End GUID label. 2012-08-07 19:49:21 +00:00
kudzu_cp
f87223003d Label GUIDs 2012-08-07 06:27:04 +00:00
kudzu_cp
6df6b245ad 2012-08-07 05:35:12 +00:00
kudzu_cp
1984ba8e7e Labeling changes. 2012-08-07 05:29:26 +00:00
kudzu_cp
3011120e5e 2012-08-07 04:55:39 +00:00
kudzu_cp
2d53badc4f 2012-08-07 03:33:26 +00:00
kudzu_cp
e3b202f460 2012-08-07 03:16:36 +00:00
kudzu_cp
b0c735d0bb 2012-08-07 03:10:19 +00:00
kudzu_cp
9154ebec11 2012-08-07 03:03:18 +00:00
kudzu_cp
440b8ff60f 2012-08-07 02:48:32 +00:00
kudzu_cp
16a03ff608 2012-08-07 01:54:08 +00:00
kudzu_cp
3d2e7d8640 2012-08-07 01:47:53 +00:00
kudzu_cp
e099a451cc 2012-08-07 00:48:57 +00:00
kudzu_cp
972d87603d 2012-08-07 00:20:10 +00:00
kudzu_cp
76b6f95bf2 2012-08-06 22:09:30 +00:00
kudzu_cp
f7083d8a6e 2012-08-06 21:41:03 +00:00
kudzu_cp
6337cc953a 2012-08-06 21:36:59 +00:00
kudzu_cp
285637dbc7 2012-08-06 21:27:31 +00:00
kudzu_cp
9eef59b8d6 2012-08-06 07:30:58 +00:00
kudzu_cp
b4d132fde9 2012-08-06 06:38:46 +00:00
kudzu_cp
0bed75099b 2012-08-06 05:57:01 +00:00
kudzu_cp
0cbc449003 2012-08-06 05:41:06 +00:00
kudzu_cp
79058f0f4d 2012-08-06 05:30:44 +00:00
kudzu_cp
dda4b2f028 2012-08-06 05:17:52 +00:00
kudzu_cp
d013d61cfb 2012-08-06 05:10:59 +00:00
kudzu_cp
9e33cfbf01 2012-08-06 05:05:37 +00:00
kudzu_cp
a9ae1d41c2 2012-08-06 05:02:24 +00:00
kudzu_cp
a5d18430b3 2012-08-06 04:16:56 +00:00
kudzu_cp
ceb2c90e83 2012-08-06 04:11:51 +00:00
kudzu_cp
1025370e2f 2012-08-06 02:58:03 +00:00
kudzu_cp
8c49fae09a 2012-08-06 02:35:21 +00:00
kudzu_cp
a0be60e534 More merge downs. 2012-08-06 02:32:12 +00:00
kudzu_cp
4e217ed951 2012-08-06 02:15:42 +00:00
kudzu_cp
9a856e0102 2012-08-06 02:11:34 +00:00
kudzu_cp
b7afca597b Simplification, merge down Cosmos.Assember.x86 2012-08-06 02:08:45 +00:00
kudzu_cp
b5255742e4 2012-08-06 01:59:24 +00:00
kudzu_cp
0c41fbf3e6 2012-08-06 01:49:14 +00:00
kudzu_cp
a6b96a583f 2012-08-06 01:37:32 +00:00
kudzu_cp
d450185afa 2012-08-06 01:36:12 +00:00
kudzu_cp
a26eb7dfa7 2012-08-06 01:16:04 +00:00
kudzu_cp
110a4b244f 2012-08-06 01:15:06 +00:00
kudzu_cp
185baa7fc4 2012-08-06 00:52:23 +00:00
kudzu_cp
211bbdae91 2012-08-06 00:50:18 +00:00
kudzu_cp
f55faaca34 2012-08-06 00:41:43 +00:00
kudzu_cp
c799ef11f7 2012-08-06 00:32:57 +00:00
kudzu_cp
ee28601e02 Assembly Table 2012-08-06 00:24:37 +00:00
kudzu_cp
73504834f1 2012-08-05 22:59:40 +00:00
kudzu_cp
8b77c24d63 2012-08-05 21:09:41 +00:00
kudzu_cp
46d7ad14dd 2012-08-05 21:08:48 +00:00
kudzu_cp
f4c20ed009 2012-08-05 20:38:47 +00:00
kudzu_cp
1dbfdb1279 2012-08-05 20:02:38 +00:00
kudzu_cp
01349b0b00 2012-08-05 19:39:34 +00:00
kudzu_cp
aa2cef1add 2012-08-05 19:07:26 +00:00
kudzu_cp
0d1771b4b0 2012-08-05 18:21:37 +00:00
kudzu_cp
acc94da150 2012-08-05 17:39:01 +00:00
kudzu_cp
fbd802aaa7 Now using fetch on demand sourceinfos for stepping. 2012-08-05 16:49:35 +00:00
kudzu_cp
f9d157e7d3 2012-08-05 16:27:33 +00:00
kudzu_cp
90c2c92168 2012-08-05 15:23:09 +00:00
kudzu_cp
29a58e0099 2012-08-05 15:21:55 +00:00
kudzu_cp
42996698a8 2012-08-05 15:17:48 +00:00
kudzu_cp
c4b50d143d 2012-08-05 13:59:06 +00:00
kudzu_cp
a5afe55248 2012-08-05 03:07:31 +00:00
kudzu_cp
5cbb83ddcb 2012-08-05 01:32:43 +00:00
kudzu_cp
363f70c56c 2012-08-05 00:07:43 +00:00
kudzu_cp
f9269c924a 2012-08-04 20:36:49 +00:00
kudzu_cp
d17a4d5fe8 2012-08-04 00:15:08 +00:00
kudzu_cp
9362b37f74 2012-08-03 17:09:10 +00:00
kudzu_cp
41796f05cd 2012-08-03 17:05:30 +00:00
kudzu_cp
f6d9d1e318 2012-08-03 16:51:00 +00:00
kudzu_cp
61bfdd773a 2012-08-03 15:36:55 +00:00
kudzu_cp
b7a6015257 2012-08-03 05:54:06 +00:00
kudzu_cp
fed584b0ce Sql Bulk inserts are now batched. 2012-08-03 05:43:52 +00:00
kudzu_cp
a458a68006 2012-08-03 05:35:22 +00:00
kudzu_cp
d67d05685c 2012-08-03 05:17:12 +00:00
kudzu_cp
97d03bd1e9 2012-08-02 18:56:52 +00:00
kudzu_cp
7abc6290c5 2012-08-02 18:54:19 +00:00
kudzu_cp
216ad30772 2012-08-02 18:45:21 +00:00
kudzu_cp
aa7a8d6edf 2012-08-02 18:05:53 +00:00
kudzu_cp
df5d858d77 2012-08-02 17:37:24 +00:00
kudzu_cp
52c52d99cc 2012-08-02 17:34:49 +00:00
kudzu_cp
611705b9f2 2012-08-02 17:17:46 +00:00
kudzu_cp
391579c313 2012-08-02 17:11:42 +00:00
kudzu_cp
af5c2586db 2012-08-02 17:08:48 +00:00
kudzu_cp
127e91d706 2012-08-02 16:25:40 +00:00
kudzu_cp
dc3d003307 Raw SQL dead, long live EF. 2012-08-02 16:03:27 +00:00
kudzu_cp
693db189d0 2012-08-02 15:41:34 +00:00
kudzu_cp
201b5aab83 2012-08-02 14:45:56 +00:00
kudzu_cp
cb55d4d8a0 2012-08-02 14:34:58 +00:00
kudzu_cp
9d0c23ccfd 2012-08-02 14:29:11 +00:00
kudzu_cp
d29c1ab452 2012-08-02 06:58:27 +00:00
kudzu_cp
4f1f090ea0 Bulk insert 2012-08-02 06:38:41 +00:00
kudzu_cp
f448f37754 2012-08-02 06:33:12 +00:00
kudzu_cp
417b140efe 2012-08-02 04:31:47 +00:00
kudzu_cp
def3f0c6d9 2012-08-02 04:26:04 +00:00
kudzu_cp
d8bbd4b177 2012-08-02 04:14:52 +00:00
kudzu_cp
04d2484c6d 2012-08-02 03:52:47 +00:00
kudzu_cp
594357bc15 2012-08-02 03:49:40 +00:00
kudzu_cp
aa36ed7e56 EDM 2012-08-02 03:44:06 +00:00
kudzu_cp
abd81fe598 EDM 2012-08-02 03:37:29 +00:00
kudzu_cp
300a9f4311 More EDM. 2012-08-02 03:28:47 +00:00
kudzu_cp
136108f139 2012-08-02 03:10:57 +00:00
kudzu_cp
3158a503e1 First EDM usage. 2012-08-02 03:10:38 +00:00
kudzu_cp
599ec73d1d Database now drops on debug end. 2012-08-02 02:25:53 +00:00
kudzu_cp
7e5785f27f Fix for drop database issue on second run. 2012-08-02 02:14:07 +00:00
kudzu_cp
394e877a37 2012-08-01 15:37:44 +00:00
kudzu_cp
1935fde6b8 2012-08-01 15:37:21 +00:00
kudzu_cp
a89a9266d1 OS Check in Builder 2012-08-01 15:31:33 +00:00
kudzu_cp
a2d57ba1f1 2012-08-01 07:12:23 +00:00
kudzu_cp
94e81d5bc8 2012-08-01 05:17:08 +00:00
kudzu_cp
6ef8336e23 2012-08-01 04:10:01 +00:00
kudzu_cp
df7c8cbb12 2012-08-01 03:43:22 +00:00
kudzu_cp
58fc26e8e9 Prelim EDM work. 2012-07-31 20:07:45 +00:00
kudzu_cp
3d114ad2f5 2012-07-31 19:33:14 +00:00
kudzu_cp
ebf36c3403 2012-07-31 19:20:07 +00:00
kudzu_cp
3adb6e6420 .NET 4.03 2012-07-31 18:52:31 +00:00
kudzu_cp
6a05eae11c Check for SQL 2012 LocalDB 2012-07-31 18:49:00 +00:00
kudzu_cp
137d3de3e9 .NET 4.02 check 2012-07-31 18:42:54 +00:00
kudzu_cp
debaf8639e Now using SQL Local DB 2012 instead of CE. 2012-07-31 18:19:23 +00:00
kudzu_cp
7d54b2af32 2012-07-31 04:45:18 +00:00
kudzu_cp
f41523e9af 2012-07-31 01:54:30 +00:00
kudzu_cp
bc2b4f6c31 2012-07-31 01:43:16 +00:00
kudzu_cp
c189f66b78 2012-07-31 01:19:51 +00:00
kudzu_cp
b48959499c Removal of Firebird. 2012-07-31 01:04:14 +00:00
kudzu_cp
c9aafb30f8 Now running on SQLCE. 2012-07-31 00:52:59 +00:00
kudzu_cp
0d439e1d9b SQLCE - about to throw the switch! 2012-07-30 22:49:46 +00:00
kudzu_cp
1360d9d3db SQLCE work 2012-07-30 20:49:35 +00:00
kudzu_cp
12ccd453f5 2012-07-30 20:32:51 +00:00
kudzu_cp
1cceac4590 Prep work for SQLCE 2012-07-30 20:14:49 +00:00
kudzu_cp
981f952da2 2012-07-30 16:50:35 +00:00
kudzu_cp
21e16c48f1 2012-07-30 16:16:48 +00:00
kudzu_cp
44d19280b7 2012-07-30 15:51:07 +00:00
kudzu_cp
d8c9b35fb6 2012-07-30 15:31:22 +00:00
kudzu_cp
9985e3f9ea 2012-07-30 15:26:15 +00:00
kudzu_cp
c7839effd5 Asm Stepping works! 2012-07-30 15:13:20 +00:00
kudzu_cp
8ac3a2b538 2012-07-30 14:29:54 +00:00
kudzu_cp
7aaf1917fe 2012-07-30 14:12:00 +00:00
kudzu_cp
566a800365 2012-07-30 13:16:54 +00:00
kudzu_cp
90f4570a42 2012-07-30 05:45:08 +00:00
kudzu_cp
57a9cf5584 2012-07-30 04:56:57 +00:00
kudzu_cp
8344cf29a7 Asm Stepping 2012-07-30 04:30:38 +00:00
kudzu_cp
1630ee78cb 2012-07-30 04:04:37 +00:00
kudzu_cp
82c083e35a 2012-07-30 03:50:04 +00:00
kudzu_cp
59a4cf9c22 2012-07-30 02:42:13 +00:00
kudzu_cp
c114bdf7e0 Stepping fix. 2012-07-30 02:31:20 +00:00
kudzu_cp
b4c46119c7 Fix for last checkin. 2012-07-30 02:05:49 +00:00
kudzu_cp
73a73ab8e1 Concurrency fix in down pipe. 2012-07-30 01:47:31 +00:00
kudzu_cp
12355c731a 2012-07-30 01:13:27 +00:00
kudzu_cp
bc55145ad3 2012-07-29 19:09:55 +00:00
kudzu_cp
149833fd9c 2012-07-29 18:35:30 +00:00
kudzu_cp
1793257301 2012-07-29 18:07:04 +00:00
kudzu_cp
5e50f5d3d9 2012-07-29 17:57:53 +00:00
kudzu_cp
8e6d7e893e Asm stepping 2012-07-29 17:22:15 +00:00
Cman332_cp
6a11a87aee 2012-07-29 08:54:16 +00:00
kudzu_cp
c363d91d6a 2012-07-18 02:39:30 +00:00
kudzu_cp
c82ce91957 Builder direct run detection. 2012-07-17 19:16:41 +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
39dffbacf3 More checks. 2012-07-17 17:39:53 +00:00
kudzu_cp
617f842034 2012-07-17 16:59:14 +00:00
kudzu_cp
5d3a278920 Removed duplicate check. 2012-07-17 16:25:09 +00:00
kudzu_cp
ea3edadc4c Cleans more stuff now. 2012-07-17 04:07:58 +00:00
kudzu_cp
3459aa840a 2012-07-17 03:51:17 +00:00
kudzu_cp
3c797024d2 Fix ref for guesskernel 2012-07-17 03:27:45 +00:00
kudzu_cp
10304bb139 2012-07-17 03:16:49 +00:00
kudzu_cp
17a0b076ba 2012-07-17 03:15:44 +00:00
kudzu_cp
75ce9aa428 Attempted builder chagnes to detect invalid task. 2012-07-17 03:04:05 +00:00
kudzu_cp
3ee738c9fe Eliminated Cosmos.Debug.Consts, merged into Cosmos.Debug.Common as DebugStub now has its own copy fo consts in X#. 2012-07-17 02:39:08 +00:00
kudzu_cp
0355263949 2012-07-17 02:32:46 +00:00
kudzu_cp
76f999f77b 2012-07-17 02:32:18 +00:00
kudzu_cp
d393672a88 2012-07-17 02:21:58 +00:00
kudzu_cp
048e4ecf2a 2012-07-17 02:21:38 +00:00
kudzu_cp
3d9ceaca07 2012-07-17 02:17:39 +00:00
kudzu_cp
85cb5d276f ISPP check. 2012-07-17 01:03:13 +00:00
kudzu_cp
b702151a5f 2012-07-17 00:31:54 +00:00
kudzu_cp
56dbc37684 2012-07-17 00:26:09 +00:00
kudzu_cp
e4a02b9089 Bulder now checks for VS 2010 SP1. 2012-07-17 00:22:35 +00:00
kudzu_cp
febe70b818 2012-07-16 22:57:26 +00:00
kudzu_cp
89ef3bd9e5 2012-07-16 22:50:23 +00:00
kudzu_cp
4437222006 longer wait for setup to start, and log of time 2012-07-16 22:14:04 +00:00
kudzu_cp
e15d7455d7 2012-07-16 22:03:09 +00:00
kudzu_cp
f19dd35134 2012-07-16 21:59:53 +00:00
kudzu_cp
f6032272ee Const name change 2012-07-16 21:32:43 +00:00
kudzu_cp
65e0ebbf40 Removed old X# from build.sln. 2012-07-16 21:29:22 +00:00
kudzu_cp
d33c50e291 2012-07-16 21:19:10 +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
kudzu_cp
8e472f1d0e 2012-07-16 17:04:25 +00:00
kudzu_cp
9c8e74d864 Moved DebugBPs into DebugStub namespace. 2012-07-16 17:01:35 +00:00
kudzu_cp
bfb8d9de09 Last remnants of old X# DebugStub are gone. 2012-07-16 16:58:07 +00:00
kudzu_cp
f314cb735a X# port of DebugStub_Executing 2012-07-16 16:49:57 +00:00