Commit Graph

10 Commits

Author SHA1 Message Date
Paul Fazio
6b904e4e00 Parallelization of UAT startup tasks using MSBuild - NOTE: parallelization only works on Windows platforms. Mac uses xbuild, which is the MSBuild equivalent on Mac. XBuild does not perform parallel processing.
Successful preflight build: https://ec-01.epicgames.net/commander/link/jobDetails/jobs/GUBP___depot_UE4_2560607__82477_RunGraph_500023?s=Jobs&tabGroup=stepTableHeader

#codereview Ben.Marsh

[CL 2562798 by Paul Fazio in Main branch]
2015-05-22 12:16:46 -04:00
Peter Sauerbrei
498f7cd482 fix for Plugins not being found when -nocompile is provided
fix for generating Target.cs when -nocodeproject is provided (removed -nocodeproject as it is no longer needed due to other fixes)
default plugins no longer cause a target file to be generated
#codereview ankit.khare, josh.adams, daniel.lamb

[CL 2473705 by Peter Sauerbrei in Main branch]
2015-03-10 09:50:47 -04:00
Jaroslaw Palczynski
ad6b17577e UE-7755: UBT reporting VS2012 as an unsupported compiler even when UAT was passed -NoCompile
There were two problems with this. One, I had to suppress registering build platforms in UBT if the project has no code. To achieve this I added new flag -nocodeproject and I'm passing it down from the editor to UAT.

The second one emerged after fixing previous one. The Editor was adding -build flag to the UAT if it found any of the VS 2012 or 2013. -build flag is making UAT to try to build, which fails as it is not supported on VS 2012-only system. During the discussion with platform team we came up with the solution to not check for VS 2012 in editor, as we only support it for XDK development, which requires both VSes on the system (2012 and 2013). Hence flag -build should be appended to the UAT command line if and only if there is VS2013 on the system.

[CL 2431415 by Jaroslaw Palczynski in Main branch]
2015-02-04 04:24:32 -05:00
Jaroslaw Palczynski
cdbb6fd0eb Back out changelist 2385172.
[CL 2385179 by Jaroslaw Palczynski in Main branch]
2014-12-11 03:13:57 -05:00
Jaroslaw Palczynski
6f7ddd594f GitHub pull request #335
#codereview Robert.Manuszewski

[CL 2385172 by Jaroslaw Palczynski in Main branch]
2014-12-11 03:09:25 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Robert Manuszewski
ee90466ad2 UAT: Support for filtering out unsupported script modules on different platforms
[CL 2292365 by Robert Manuszewski in Main branch]
2014-09-10 09:19:22 -04:00
Gil Gribb
8a983d37be build script, fix case sensitivity issues
[CL 2061016 by Gil Gribb in Main branch]
2014-05-01 10:18:24 -04:00
Robert Manuszewski
790d025e47 UAT: Quick fix for module sorting sometimes throwing index out of range exception
[CL 2058779 by Robert Manuszewski in Main branch]
2014-04-29 11:01:13 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00