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
aa7a8d6edf
2012-08-02 18:05:53 +00:00
kudzu_cp
127e91d706
2012-08-02 16:25:40 +00:00
kudzu_cp
f448f37754
2012-08-02 06:33:12 +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
debaf8639e
Now using SQL Local DB 2012 instead of CE.
2012-07-31 18:19:23 +00:00
kudzu_cp
b48959499c
Removal of Firebird.
2012-07-31 01:04:14 +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
d5a467f6e6
Removal of old X# compiler / transform.
2012-07-16 18:20:53 +00:00
kudzu_cp
a196ba35c8
2012-07-13 01:35:37 +00:00
kudzu_cp
6743772240
2012-07-13 00:45:20 +00:00
kudzu_cp
fb83ca52d6
2012-07-13 00:27:16 +00:00
kudzu_cp
736daaac0e
2012-06-28 06:13:49 +00:00
kudzu_cp
35c9fea904
Moved text section above data section.
2012-06-26 02:13:52 +00:00
kudzu_cp
9ce1c79aa1
2012-06-25 20:22:36 +00:00
kudzu_cp
eb455288ed
2012-06-25 18:14:42 +00:00
kudzu_cp
048b175954
Preservation of obj file.
2012-06-25 17:26:51 +00:00
kudzu_cp
21382cc0d6
2012-06-25 01:12:53 +00:00
kudzu_cp
b47e4a7e86
ISO generation
2012-06-25 00:48:01 +00:00
kudzu_cp
c61c2536f1
2012-06-24 04:44:55 +00:00
tgiphil_cp
ecf72e1f92
- Integrated MOSA's managed MakeISO tool into COSMOS
2012-02-21 07:58:23 +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
kudzu_cp
049b8cc643
Assembler namesepace changes complete.
2012-01-23 22:52:12 +00:00
kudzu_cp
a91ff3a15d
2012-01-23 22:29:57 +00:00
kudzu_cp
903e0b727f
2012-01-23 22:15:20 +00:00
kudzu_cp
1712fdb0fe
Namespace change
2012-01-23 15:17:54 +00:00
kudzu_cp
34ee173563
2012-01-23 14:00:42 +00:00
kudzu_cp
872530ae5f
2012-01-23 13:52:50 +00:00
kudzu_cp
2463f28e6d
2012-01-23 01:10:47 +00:00
kudzu_cp
7cb8bd8dd4
2012-01-22 23:39:41 +00:00
kudzu_cp
ef0cf87258
2012-01-22 21:27:59 +00:00
kudzu_cp
a07cc56f32
Asm window was not displaying all asm when exception handlers were involved. This is now fixed.
2012-01-22 01:37:10 +00:00
kudzu_cp
43f3e1f835
Reformat so I can read it ot find the bug.
2012-01-21 20:54:54 +00:00
blah38621_cp
c680d7d95f
Implemented one of the things in the System.Number plug, which allows sbyte's to be converted to a string now. Also made a few changes to my optimizer, but still have it disabled, as it refuses to go past the bootloader with it enabled.
2011-09-13 23:42:07 +00:00
kudzu_cp
0d1beae6f0
2011-09-04 20:14:49 +00:00
blah38621_cp
92dcac4a51
Made a few improvements to the speed of the ILScanner, including caching the resolved plugs.
...
Added the possibility for an optimization step in the IL2CPU MSBuild task. Currently commented out, but should work fine with a few modifications to the optimizer.
Moved classes that are dependent on Cosmos from the Orvid.Graphics, into the Orvid.Graphics.Cosmos assembly.
Re-factored the font mechanism, added partially working .fnt Font support.
Added a Rectangle class, and a Vec2d class, which is the same as Vec2, except with doubles for the X and Y values.
Made a small aesthetic improvement to the output of the File2ByteArray Converter.
2011-09-03 21:05:46 +00:00
kudzu_cp
35089c88e9
2011-07-17 01:27:14 +00:00
kudzu_cp
eb5146e8eb
2011-07-16 20:51:03 +00:00
kudzu_cp
4c8740d57b
CPDB changes.
2011-07-16 04:10:10 +00:00
kudzu_cp
491abfe0e5
CPDB work
2011-07-15 16:48:15 +00:00
Trivalik_cp
8b424ca50d
enable error log for basetooltask
...
optimize nasm.cs
2011-06-23 18:22:01 +00:00
Trivalik_cp
f16f0b66aa
internal IDEBuildLogger changes so that high priority Messages ares issued on VS "Error List"->Messages
...
remove unneed error log for missing dll in msbuild task, change it to warning and remove assembly load after, so it could success if all avaiable
2011-06-10 15:26:49 +00:00
Trivalik_cp
01fc2eeafe
add view of nasm warnings
2011-06-03 21:41:37 +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
mterwoord_cp
fab8765053
2011-02-17 18:49: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
mterwoord_cp
121464d6cd
Only 1 debug info file is used now (.cpdb)
2010-12-29 12:45:29 +00:00
mterwoord_cp
efa690e0e8
2010-09-19 13:17:36 +00:00
Trivalik_cp
a80ef75b20
unit format of assemblyinfos
2010-09-09 20:54:55 +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
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
kudzu_cp
ea281f8e7d
2010-09-07 14:42:42 +00:00
kudzu_cp
e6f1fa71ab
2010-09-07 14:33:42 +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
ef921ebfe6
Cosmos.Build.StandAlone
2010-09-07 00:36:19 +00:00
kudzu_cp
0bb182673b
2010-09-06 02:07:03 +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
b7e889c022
2010-09-05 13:32:07 +00:00
Trivalik_cp
24864e0050
all except fbtest, runs
2010-09-04 19:52:46 +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
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
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
25f2073375
fix rest of csproj, wrong name in 2010.bat
2010-08-24 18:03:46 +00:00
mterwoord_cp
d3c0fe61f0
2010-08-22 15:22:23 +00:00
mterwoord_cp
89b92ac9fd
2010-08-21 15:27:53 +00:00
kudzu_cp
93b9f3d80a
2010-08-21 01:18:02 +00:00
kudzu_cp
dd360ab9da
2010-08-20 03:28:36 +00:00
kudzu_cp
99441914f4
Cosmos.Debug.Kernel separation.
2010-08-20 00:01:09 +00:00
Trivalik_cp
e0788033c4
update 2010csproj files
2010-08-19 18:54:55 +00:00
mterwoord_cp
ff395f8fa7
2010-08-18 17:22:48 +00:00
mterwoord_cp
529f357267
2010-08-15 17:32:43 +00:00
kudzu_cp
506e73c863
2010-08-15 17:02:21 +00:00
mterwoord_cp
70eaac5b64
2010-08-15 16:30:49 +00:00
kudzu_cp
42ff141cd5
2010-08-15 15:40:36 +00:00
mterwoord_cp
7e1a352241
2010-08-15 15:21:05 +00:00
mterwoord_cp
739800d56e
2010-08-15 13:20:43 +00:00
kudzu_cp
3a0b05b7d3
More clean up work, first plug ported (Console)
2010-08-15 02:34:51 +00:00
mterwoord_cp
fa1e84a109
2010-08-13 13:23:32 +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
d139b3e8af
2010-08-12 09:19:14 +00:00
mterwoord_cp
00acbb06cc
2010-08-12 09:11:17 +00:00
mterwoord_cp
f0822e6123
2010-08-11 12:00:40 +00:00
mterwoord_cp
b2b1e4b006
2010-08-09 12:34:29 +00:00
mterwoord_cp
5b64f95be6
Implemented auto-search for the kernel assembly in a .Cosmos project. cleaned up the Cosmos.targets file.
2010-08-09 07:10:47 +00:00
mterwoord_cp
db0b7dcf3e
2010-08-08 16:56:43 +00:00
mterwoord_cp
5e2e03718d
Project system changes done. express-ready now.
2010-08-08 10:46:44 +00:00
mterwoord_cp
817948f934
DON'T DOWNLOAD! this version has a project system which does not build the kernel.
2010-08-07 15:26:44 +00:00
mterwoord_cp
aee6b8d3bf
DONT DOWNLOAD. this version does build, but probably wont work. testing now.
2010-08-05 16:18:27 +00:00
mterwoord_cp
18b6e818c0
2010-07-30 17:50:00 +00:00
mterwoord_cp
16fc8313ce
2010-07-27 15:42:29 +00:00