Matthijs ter Woord
ced9e57d20
Merge pull request #4 from tgiphil/catchup
...
Commit 110309 by Sentinel209
2014-12-05 09:42:52 +01:00
Phil Garcia
a2d65230fb
- Commit 110309 by Sentinel209
2014-12-04 21:11:46 -08:00
Charles Betros
a0d9c169d9
Merge pull request #3 from tgiphil/cleanup
...
Removed user specific *.user and *.vsscc files
2014-12-04 22:34:02 -06:00
Phil Garcia
a9d584ad46
- Removed .tfignore and .editorconfig file
2014-12-04 20:20:13 -08:00
Phil Garcia
d6fbf5341e
- Removed user specific *.user and *.vsscc files
2014-12-04 20:10:08 -08:00
Phil Garcia
15b67f3d56
- Added .gitignore file
2014-12-04 20:07:35 -08:00
Sentinel209_cp
c591a7ff1b
Reorganize source: Everything is out of source2 now and the soutions are cleaned up.
2014-11-28 00:48:23 +00:00
Sentinel209_cp
184d98e9ab
Reorganizing source: Remove empty folders and move unused projects.
2014-11-26 17:44:34 +00:00
Sentinel209_cp
1a2f83dc84
Reorgaizing source: Assembler, Build, Debug, Deploy, VSIP
2014-11-26 03:43:20 +00:00
Sentinel209_cp
e851d3efcb
Reorganizing code: Moved Build and Compiler.
2014-11-26 01:13:58 +00:00
Trivalik_cp
ad1a061020
cosmos.iss; not exe dll is right
2014-11-23 22:34:48 +00:00
Trivalik_cp
73bc47251d
Cosmos.iss; add Xsharp.VS.pdb/exe to setup
2014-11-23 22:32:54 +00:00
Trivalik_cp
22ce5fe6f5
Build.sln: fix path to XSharp.VS, because if you opened a xs file in VS there comes a MessageBox with information about this missing dll
2014-11-23 22:20:03 +00:00
Trivalik_cp
7496b065bd
update all project templates to use x86 platform, which remove all warnings!
2014-11-23 13:21:16 +00:00
Trivalik_cp
b3475c8c61
OpField.cs, CtorImplAssembler.cs, AppAssembler: fix warnings
2014-11-23 12:30:36 +00:00
Trivalik_cp
914feb2475
AD7Thread: use eip to get name
...
AD7Engine: make currentAddress from private to internal
EngineUtil: check return codes with exception!
and implement GetAddressDescription a little bit
Vmware.cs: use shell execute able now, this allow to start vmware with UAC dialog, in case you wanna force to start them as admin by compatible option of windows
DebugConnectorStream.cs: use stream from asyncstate, because m_stream is sometimes null, maybe is this also not working, but I had this case only one time yet
2014-11-22 07:44:41 +00:00
Trivalik_cp
e038a9052b
suppress warning for const variables in PIC.cs
...
fix warning in AD7Process.cs, MonitorImpl.cs
remove introp assembly from Cosmos.Debug.VSDebugEngine.csproj to fix warning
2014-11-19 13:45:54 +00:00
Trivalik_cp
ff4fc84cf9
remove obsolet abstract GetData()
2014-11-19 13:34:10 +00:00
Trivalik_cp
41584c0fe8
reduce warnings TrivialFTP.cs, AD7PendingBreakpoint.cs, EngineCallback.cs, FatFile.cs, Heap.cs, INTs.cs, VGAScreen.cs
2014-11-19 13:27:49 +00:00
Trivalik_cp
1e11282257
fix warnings, only one is over in Cosmos.VS.Package that microsoft.VisualStudio.CommonIDE, Version=10.0.0.0 is missing
2014-11-19 13:16:45 +00:00
Trivalik_cp
0d48ff151f
Cosmos.Build.Builder: add -NOCLEAN, to reduce build time, as long as no big change is made, it is save to use, no my pc is it 1/3 lesser, the argument has to add manually into install.bat
...
Ldsfld, Stsfld: comment out unused code, and removes warnings on build
2014-11-19 09:31:25 +00:00
Trivalik_cp
79178f1920
revert change of newarr instruction, to prevent bugs in future
2014-11-18 17:09:33 +00:00
Trivalik_cp
1813a3882d
install.bat clean it
2014-11-18 17:00:11 +00:00
Trivalik_cp
211d28f626
CosmosTask: fix inno setup input file from last checkin
2014-11-16 13:23:34 +00:00
Trivalik_cp
9b839d22d5
CosmosTask: revert change not createing a new iss file, this is important that task can work with different changeset, renamed now that every one understand the purpose
...
add check that on debug builder with VS is the builder not checking for VS it self
don't use userkit.iss we use now current.iss to reduce confusion
2014-11-16 13:09:44 +00:00
Trivalik_cp
25c799fd0a
AppAssembler: do enum values now in correct byte values, before it was always zero
2014-11-15 08:37:11 +00:00
Trivalik_cp
b387624cba
Newarr.cs: reduce calculation of GetTypeIDLabel(typeof(Array)
2014-11-13 22:00:39 +00:00
Trivalik_cp
184c5bbe36
CosmosTask: split cleanup, cleanup of install directory is normally not needed because inno setup does it already, what do you think?
...
the delayed cleanup of install directory allows to start VS and create cosmos kernel in case build fails
2014-11-12 19:52:56 +00:00
Trivalik_cp
fb22ed8c36
prevent crash in case hyper-v question is answered with no
2014-11-07 21:13:01 +00:00
Sentinel209_cp
704af021ff
Compiler fix for the Isinst OpCode.
2014-10-25 12:47:56 +00:00
Trivalik_cp
131767a55f
CosmosTask.cs: remove need of 3.5 framework, for build is it not needed at all
...
rename wrong method names and comments
Code.inc: give different error on missing VS 2013 installation, because if integrated shell is install it will allow installation
VMware.cs: add check for Hyper V Service, if this is enabled, we should not start vmware, because it say an error (i.e. Windows 10)
Cosmos.Debug.VSDebugEngine.csproj: add reference to able to use ServiceController
2014-10-16 20:22:33 +00:00
Sentinel209_cp
b668b50b41
Fixed an issue with the compiler which caused Int64[] and UInt64[] elements to get retrieved incorrectly.
2014-10-14 10:30:55 +00:00
Sentinel209_cp
5e26a7e5c4
Getting locals and primitive fields to work in the debugger.
2014-09-25 13:21:22 +00:00
mterwoord_cp
387ee6374b
.
2014-09-20 09:07:09 +00:00
Trivalik_cp
43f26fe1d1
start CosmosSetup task also if no power supply is on laptop
2014-07-28 20:23:10 +00:00
Trivalik_cp
81e4ca6917
handle crash in Builder if UAC dialog is confirmed with "Cancel"
2014-07-28 18:45:54 +00:00
kudzu_cp
71af6ca460
2014-07-23 15:56:06 +00:00
mterwoord_cp
f178067e77
.
2014-07-21 18:08:03 +00:00
mterwoord_cp
9f39b85ee9
Use of new "analytical stack"
2014-07-21 17:53:26 +00:00
mterwoord_cp
81dbeb61b0
Fixed bug in ILReader. It would create a OpSwitch, where the NextPosition is wrong.
2014-07-20 10:15:20 +00:00
mterwoord_cp
3d215a19a9
.
2014-07-19 13:37:04 +00:00
mterwoord_cp
6f84adc409
IL interpretation now enabled
2014-07-19 13:31:21 +00:00
mterwoord_cp
6fcd870f61
2014-07-19 13:25:04 +00:00
jonathonchase_cp
08b776746b
Skip VSIX file creation because it's slow and unused in XShap.VS, Cosmos.Vs.Package and Cosmos.VS.Windows
2014-07-19 13:18:55 +00:00
jonathonchase_cp
336c3afa8a
Guid.NewGuid() Replaced with prefixed Guid_NewGuid in ExtractMapFromElfFile
2014-07-18 16:51:27 +00:00
mterwoord_cp
c4de249bee
.
2014-07-18 16:48:16 +00:00
mterwoord_cp
0bb7fb87e5
.
2014-07-17 15:27:20 +00:00
mterwoord_cp
994f096dfc
.
2014-07-17 15:11:53 +00:00
Trivalik_cp
481d305f91
give Step into/over in assemler window a the function of F11/F10
2014-07-16 19:56:22 +00:00
mterwoord_cp
21ea8d7f43
Ongoing IL interpretation work for compiler
2014-07-15 19:03:35 +00:00