José Pedro
d382572b07
Version updates.
2017-06-20 19:29:28 +01:00
José Pedro
ebeb20fd7c
Reverted version change.
2017-06-17 01:44:39 +01:00
José Pedro
412c55410f
Builder fixes.
2017-06-16 18:31:47 +01:00
José Pedro
2d40461181
Installer change.
2017-06-04 19:54:15 +01:00
Charles Betros
95ccc7019e
Add restore target to include prerelease packages.
2017-05-29 14:10:44 -05:00
Charles Betros
1147b18134
Install changes to remove dotnet cli.
...
include sqlite in vsix.
2017-05-26 18:30:53 -05:00
Charles Betros
b2d5d8af95
Fix sign extend opcodes. Remove use of dotnet cli and removed some embedded assemblies from vsip.
2017-05-24 18:08:46 -05:00
José Pedro
6e50e69d8c
Fixed packages versions.
2017-05-14 01:31:31 +01:00
José Pedro
9553ab3f31
Project build fixes.
2017-05-13 17:27:17 +01:00
José Pedro
188f91a983
Project build changes.
2017-05-06 01:37:42 +01:00
José Pedro
846e1923f1
Install fixes.
...
Fixed AppVeyor.
2017-05-04 00:56:31 +01:00
José Pedro
7cc7a8d16b
Fixed the debug engine.
...
Added kernel packages to installation.
2017-05-03 00:34:28 +01:00
José Pedro
7228f90bc4
Tests fixes.
...
Improved IL2CPU assembly loading.
Fixed PlugManager bug.
2017-04-27 00:48:18 +01:00
José Pedro
2e61be6d8c
Project build fixes.
2017-04-24 20:53:22 +01:00
José Pedro
02a006318d
Fixes.
2017-04-18 15:13:36 +01:00
Charles Betros
43154e4426
Working on install.
2017-04-06 15:41:02 -05:00
Charles Betros
923466735f
Install Vsip and targets.
2017-04-06 00:36:05 -05:00
José Pedro
78d4bdb326
Installer work.
...
Updated NuGet to v4.0.0
Fixed Cosmos.Debug.Hosts.VMWare
2017-03-23 23:45:16 +00:00
José Pedro
dbf135816d
Installer work.
2017-03-23 21:02:16 +00:00
Charles Betros
a319a3f97e
VS 2017 work.
2017-03-19 09:29:46 -05:00
José Pedro
c20bf21e3d
Installer fixes.
2017-02-25 18:29:45 +00:00
José Pedro
cd6a34daad
Plugs.
...
Fixed part of the installer.
2017-02-05 21:36:38 +00:00
Charles Betros
2637bc9b41
Plugs
2017-02-05 01:36:54 -06:00
Charles Betros
d561610f28
Changes for the install.
2017-02-01 17:06:40 -06:00
Bobrocket
e9ae271513
Code readability
...
Angle brackets for one liners
2016-10-01 09:33:42 +01:00
Bobrocket
608765c4b8
Code to fit builder
...
Code didn't seem to work when placed in the builder itself, so modified
it slightly
2016-10-01 09:29:29 +01:00
Bobrocket
c21f2bbdec
Fixed builder not always finding VMWare Player
...
Fixed builder not always finding VMWare Player
2016-10-01 09:15:46 +01:00
Charles Betros
1e55f613d8
Build config changes.
2016-06-19 09:18:22 -05:00
Charles Betros
929bd8d575
Removed source2 folder.
2015-12-17 00:16:15 -06:00
Rebizu
572daa0616
chg: .net 3.5 sp1 check was commented out. and it did not do at is was supposed to.
...
fixes #219
2015-12-06 14:25:32 +01:00
Rene Brokholm
5aa504c4a3
changed the isNullOrEmpty back to IsNullOrWhiteSpace
2015-11-16 07:36:22 +01:00
Rebizu
26878425e8
chg: fix pre requisit for setup programm
2015-11-14 12:16:27 +01:00
sgetaz
2e42196c6b
List requirements 1-by-1
...
List all messages from Build stage
2015-08-09 17:23:19 +02:00
Monsieur Z
e4c7e99afe
Update CosmosTask.cs
2015-08-06 00:29:42 +02:00
Matthijs ter Woord
d827212e4a
Ongoing VS2015 work.
2015-07-22 21:23:55 -04:00
Kudzu
fbf97ac127
Fixed for RTM VS SDK vs RC
2015-07-21 21:06:34 -04:00
Andrey Kurdyumov
c43847d3ad
Add support for VS Experimental Hive
2015-05-08 22:40:55 +06:00
Andrey Kurdyumov
ecd33d2d93
Add ability to select VS Exp Hive for installing.
2015-05-08 22:40:54 +06:00
Andrey Kurdyumov
62de380e40
Add the ability to run builder for VS2015 and VS2013
2015-05-08 22:40:53 +06:00
Sentinel209_cp
1a2f83dc84
Reorgaizing source: Assembler, Build, Debug, Deploy, VSIP
2014-11-26 03:43:20 +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
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
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
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
kudzu_cp
a23731b0d5
2014-07-14 16:42:33 +00:00
kudzu_cp
352ffaae4d
2014-07-14 15:36:58 +00:00
kudzu_cp
0b123bc06e
2014-07-14 14:09:51 +00:00