Commit graph

1152 commits

Author SHA1 Message Date
mterwoord_cp
81bffab044 2011-02-10 13:49:41 +00:00
Trivalik_cp
aa8ee4b605 fix wrong type for parameter type in call il 2011-01-30 18:54:16 +00:00
Trivalik_cp
14260620e2 push size of stack changed 2011-01-17 21:10:10 +00:00
Trivalik_cp
9d5d021c30 switch push for 8 byte values 2011-01-15 23:21:59 +00:00
Trivalik_cp
26170dbedc fix conv.i8 for float,double 2011-01-15 23:18:25 +00:00
Trivalik_cp
3ca8a96472 pop complete size of last stack item 2011-01-11 21:32:23 +00:00
smremde_cp
c66d8bca19 few optimisations 2011-01-06 18:11:15 +00:00
mterwoord_cp
ede6b418c5 2011-01-04 17:26:33 +00:00
mterwoord_cp
a82391739e creating a new cosmos project does not goof up complete solution configuration now. 2011-01-04 15:13:52 +00:00
mterwoord_cp
d523b2ffd5 2011-01-03 10:58:45 +00:00
mterwoord_cp
e8b53132ca 2011-01-03 10:40:42 +00:00
mterwoord_cp
415f528359 + bootstrap configuration builds again
+ debug info handling is refactored into 1 class
2011-01-02 12:55:43 +00:00
Trivalik_cp
5739b0dd02 correct cgt behavior, remove unneed esi,edi stuff, now it works!!! 2011-01-01 23:00:58 +00:00
Trivalik_cp
5cef30a9d8 correct behavior, like VS generate C++ code, but false appear on -1 <= 960 for 8 byte integer 2011-01-01 14:06:38 +00:00
Trivalik_cp
c499d21987 add comment for pic,
correct console scrolling,
correct error for cgt
example:
			int k = 1000;
			UInt32 k2 = 960;

			if (k <= k2)
			{
				Console.Write("true");
			}
			else
			{
				Console.Write("false");
			}
2011-01-01 01:51:11 +00:00
smremde_cp
f18e3e07f0 VGAScreen works 2010-12-31 18:01:40 +00:00
mterwoord_cp
eb907ca195 2010-12-31 14:44:05 +00:00
mterwoord_cp
ea87dbeb67 2010-12-31 08:23:06 +00:00
mterwoord_cp
b07edd35f2 2010-12-31 08:14:09 +00:00
mterwoord_cp
d501c47c8e 2010-12-29 16:29:59 +00:00
mterwoord_cp
dde2ecad00 keyboard works now 2010-12-29 13:28:18 +00:00
mterwoord_cp
121464d6cd Only 1 debug info file is used now (.cpdb) 2010-12-29 12:45:29 +00:00
mterwoord_cp
140a8c3a03 2010-12-29 10:24:15 +00:00
mterwoord_cp
e1c0c29f38 2010-12-24 11:19:44 +00:00
mterwoord_cp
32df9a2b43 2010-12-05 17:53:26 +00:00
mterwoord_cp
24329907f9 2010-10-26 15:06:26 +00:00
mterwoord_cp
b32b7357c5 2010-10-17 15:39:34 +00:00
mterwoord_cp
e7e937a470 2010-10-17 15:09:45 +00:00
mterwoord_cp
9cb7a9be59 2010-10-17 14:21:34 +00:00
Trivalik_cp
8fca2c4d6a add mpf10 original 2010-10-16 12:21:19 +00:00
rfc1459_cp
1d72176387 Further improved symbol generation by optimizing db creation. 2010-10-15 17:35:08 +00:00
mterwoord_cp
b22f1935f7 2010-10-15 15:49:26 +00:00
rfc1459_cp
c07cb0c161 Put database inserts in a transaction. Database is written to a temporary file during build to gain some speed. 2010-10-14 22:18:54 +00:00
Trivalik_cp
f7be482885 add message, when vmware already using debug.vmx 2010-10-06 20:38:04 +00:00
Trivalik_cp
3f25d481e0 fix set of startup project, fix building all Project on run, remove use of dynamic 2010-09-29 18:57:23 +00:00
Trivalik_cp
6bec9d7f0c add error output, if cmap is not build, happens when Cosmos project is not build (next todo) 2010-09-29 11:47:58 +00:00
Trivalik_cp
c7a46b70d8 resolve new project issue, with a foreach on list 2010-09-21 18:44:17 +00:00
mterwoord_cp
efa690e0e8 2010-09-19 13:17:36 +00:00
Trivalik_cp
1902d18986 comment out stuff, for check startproject at build time, not needed, makes only problems 2010-09-10 11:54:50 +00:00
Trivalik_cp
a80ef75b20 unit format of assemblyinfos 2010-09-09 20:54:55 +00:00
Trivalik_cp
b56972e325 guess project compile in x86 and mixed mode, in any cpu not, because no "Any Cpu" for our .cosmos project is used (i believe that) 2010-09-09 20:00:03 +00:00
Trivalik_cp
af4a7eae7c add guess the x86 arch. and set x86 in Debug and Mixed, add Output on Assembly not found, so we found them faster 2010-09-08 20:37:12 +00:00
Trivalik_cp
eba633febb startup project now .cosmos project 2010-09-08 19:08:14 +00:00
kudzu_cp
92954b424e 2010-09-08 14:02:38 +00:00
kudzu_cp
683227b0b9 2010-09-08 13:59:12 +00:00
kudzu_cp
54217c142c 2010-09-08 13:37:51 +00:00
kudzu_cp
d2bca09965 2010-09-08 13:23:09 +00:00
kudzu_cp
65c4a3bc10 2010-09-08 13:16:41 +00:00
kudzu_cp
f1a369251b 2010-09-08 13:15:55 +00:00
Trivalik_cp
7cc66bfe79 change wrong extension, add ability to resolve unknown projects 2010-09-08 12:41:53 +00:00
Trivalik_cp
e16b127f6c vb working, test this 2010-09-08 11:17:23 +00:00
Trivalik_cp
dae1c50323 add depency on project creation 2010-09-08 08:53:27 +00:00
Trivalik_cp
8a8f22936d rename for debugging vspackage 2010-09-07 20:13:34 +00:00
Trivalik_cp
6326f824b7 OurHashSet, shows better 2010-09-07 20:11:56 +00:00
Trivalik_cp
0338334872 update ProjectTemplate for v4.0 2010-09-07 20:01:35 +00:00
kudzu_cp
ea281f8e7d 2010-09-07 14:42:42 +00:00
kudzu_cp
e6f1fa71ab 2010-09-07 14:33:42 +00:00
Trivalik_cp
b1af577079 2010-09-07 14:33:07 +00:00
Trivalik_cp
6f245d66c6 try to solve nams issue, on my machine internal problem, but could internal related 2010-09-07 14:29:37 +00:00
kudzu_cp
5d070a8ca3 2010-09-07 14:16:08 +00:00
kudzu_cp
9b2a66d4d7 2010-09-07 14:14:46 +00:00
kudzu_cp
6e55d327ba 2010-09-07 13:21:12 +00:00
kudzu_cp
ef921ebfe6 Cosmos.Build.StandAlone 2010-09-07 00:36:19 +00:00
kudzu_cp
868ea55011 2010-09-06 15:15:11 +00:00
kudzu_cp
fe43fbddeb Set all csproj files to .NET 4.0. 2010-09-06 14:16:09 +00:00
kudzu_cp
f276f73e0a 2010-09-06 13:36:26 +00:00
kudzu_cp
fbe9f96dca Added assemblyname to the comment output in .asm file. 2010-09-06 12:59:03 +00:00
kudzu_cp
545636389d 2010-09-06 02:17:42 +00:00
kudzu_cp
562f553244 2010-09-06 02:16:54 +00:00
kudzu_cp
e2c99b1d3a Removed subdir from Cosmos.Debug.Common 2010-09-06 02:10:35 +00:00
kudzu_cp
0bb182673b 2010-09-06 02:07:03 +00:00
kudzu_cp
15c5d7e723 Removed old fbembed test code. 2010-09-06 02:03:22 +00:00
kudzu_cp
48a36fa4b0 fbembed DLL not found fixed. 2010-09-06 01:53:19 +00:00
kudzu_cp
e4d126d55a 2010-09-05 19:37:14 +00:00
Trivalik_cp
91481ed691 string changes for v4.0 2010-09-05 18:47:16 +00:00
mterwoord_cp
1a5f8eddf0 2010-09-05 16:30:42 +00:00
mterwoord_cp
6695e89e5f 2010-09-05 16:28:59 +00:00
kudzu_cp
3f013e66ad 2010-09-05 14:09:12 +00:00
kudzu_cp
b7e889c022 2010-09-05 13:32:07 +00:00
kudzu_cp
8601999a6e 2010-09-05 13:30:12 +00:00
kudzu_cp
7ac0f64946 2010-09-05 13:29:49 +00:00
Trivalik_cp
ca5f48513b correct fbtest reference 2010-09-04 20:01:25 +00:00
Trivalik_cp
24864e0050 all except fbtest, runs 2010-09-04 19:52:46 +00:00
kudzu_cp
bf266a11c4 Disabled some code till the 2008 removal check in is completed. 2010-09-04 19:37:18 +00:00
kudzu_cp
801119111b 2008 removal of iss parts. 2010-09-04 19:28:55 +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
kudzu_cp
7dec88dc6e Path fix for CPDB and fix to ISS to copy FBEmbed DLLs. 2010-09-04 17:43:47 +00:00
kudzu_cp
ee076acdac 2010-09-04 17:24:52 +00:00
kudzu_cp
3f76543f9a 2010-09-04 17:00:38 +00:00
kudzu_cp
872329d6c2 2010-09-04 02:27:06 +00:00
kudzu_cp
1a993eb83c 2010-09-04 02:04:46 +00:00
kudzu_cp
40d64afc97 2010-09-03 16:04:15 +00:00
kudzu_cp
6709cdf7a8 2010-09-03 14:02:24 +00:00
kudzu_cp
4a683431df 2010-09-03 13:52:44 +00:00
kudzu_cp
612d22c239 2010-09-03 13:22:57 +00:00
kudzu_cp
0a4e25d7f5 Clean up of warnings. 2010-09-03 12:41:55 +00:00
kudzu_cp
0406497597 2010-09-03 04:28:05 +00:00
kudzu_cp
68bdaed3fa 2010-09-03 01:18:43 +00:00
kudzu_cp
d06ead7cee 2010-09-03 01:09:46 +00:00
kudzu_cp
48c121c238 2010-09-03 00:54:35 +00:00
kudzu_cp
cd7e5b90ca 2010-09-03 00:50:07 +00:00
kudzu_cp
c59ecc3233 2010-09-03 00:41:37 +00:00
kudzu_cp
3fe8bb0843 Not exactly sure, but compiles on x64 again.. something with build config settings in the sln.
Also pre work on cxdb changes (not checked yet, dont get this checkin)
2010-09-02 21:59:47 +00:00
Trivalik_cp
1df3da232a build batch now close after vs start, last files for use of vs2010, c# template fixed on .net v3.5 2010-09-02 20:04:24 +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
kudzu_cp
2b8adc0097 Documentation of debugger. 2010-09-02 02:18:40 +00:00
kudzu_cp
942cf2e780 2010-09-02 01:19:25 +00:00
Trivalik_cp
7768ebc612 update csproj for vs2010, add debugable for vspackage in vs2010 2010-09-01 20:55:41 +00:00
mscoolnerd_cp
b4ee5c4680 Added System.Math Plug 2010-09-01 05:23:12 +00:00
kudzu_cp
27feb46446 2010-09-01 02:50:46 +00:00
kudzu_cp
b1159324c8 Bootstrap 2010-09-01 01:30:53 +00:00
kudzu_cp
634a4a41fc Console fixed 2010-08-31 15:48:55 +00:00
kudzu_cp
84565e0f4f 2010-08-31 02:17:13 +00:00
kudzu_cp
a4f6cfed20 2010-08-31 02:02:56 +00:00
kudzu_cp
ac62705dc7 Bloody x08 fix!!!!!!! 2010-08-31 00:15:27 +00:00
kudzu_cp
d2038e2d7a 2010-08-30 23:15:54 +00:00
kudzu_cp
0d180bc507 2010-08-30 22:41:39 +00:00
kudzu_cp
2b264540c1 2010-08-30 19:19:07 +00:00
kudzu_cp
d31fa157ab 2010-08-30 01:37:23 +00:00
kudzu_cp
f962c3391d 2010-08-30 01:26:31 +00:00
kudzu_cp
9e8e74baac 2010-08-30 00:48:53 +00:00
kudzu_cp
a8a6d9850e Breakpoint work in CGDB 2010-08-29 15:29:15 +00:00
kudzu_cp
7ed1a889fb 2010-08-29 01:44:33 +00:00
kudzu_cp
738f165fdc GDB client work. 2010-08-28 23:52:02 +00:00
kudzu_cp
a7a2bb9aca 2010-08-28 20:09:21 +00:00
kudzu_cp
a71d09ee27 2010-08-28 18:19:49 +00:00
kudzu_cp
34aa9c7186 2010-08-28 16:19:26 +00:00
kudzu_cp
4830098551 2010-08-28 13:06:50 +00:00
kudzu_cp
a6e0bdd73b 2010-08-26 00:05:46 +00:00
Trivalik_cp
e09d709051 update csproj-files, update inno setup for vs2010 2010-08-25 10:43:43 +00:00
kudzu_cp
d9faefc9c0 2010-08-25 02:50:55 +00:00
kudzu_cp
52f589090b RTC base 2010-08-24 22:42:20 +00:00
kudzu_cp
2fd4b8f02c ATA work 2010-08-24 22:14:45 +00:00
Trivalik_cp
25f2073375 fix rest of csproj, wrong name in 2010.bat 2010-08-24 18:03:46 +00:00
Trivalik_cp
d455818547 update csproj, on current state, 2010-08-24 09:48:55 +00:00
kudzu_cp
3a306c946a 2010-08-23 18:21:15 +00:00
mterwoord_cp
47955bf68c 2010-08-23 16:59:41 +00:00
kudzu_cp
ab03580e88 Fix for loading of sbyte in ldc 2010-08-23 15:50:42 +00:00
kudzu_cp
69add597d4 2010-08-23 04:50:35 +00:00
kudzu_cp
faaffecc61 2010-08-23 02:57:27 +00:00
kudzu_cp
d2a860698e Padding fix for To Hex 2010-08-23 00:13:29 +00:00
kudzu_cp
b417c0305c 2010-08-23 00:06:42 +00:00
kudzu_cp
d86eeb56e7 2010-08-22 23:36:04 +00:00
kudzu_cp
47e4d6886b Reference clean up 2010-08-22 23:29:56 +00:00
kudzu_cp
7ace786eab Driver work 2010-08-22 23:26:10 +00:00
kudzu_cp
b761ae352b Cosmos.Common.Extensions 2010-08-22 22:16:20 +00:00
kudzu_cp
d3481c919f Moved HexExtension 2010-08-22 21:43:35 +00:00
kudzu_cp
ab834399d4 Moved string plug to new kernel, PCI work 2010-08-22 21:06:14 +00:00