Ryan Durand
604cecf460
Add a verbose option to DeleteTask to see what files and folders are being deleted.
...
#rnx
#rb none
#jira none
[CL 16183644 by Ryan Durand in ue5-main branch]
2021-05-03 09:45:50 -04:00
marc audy
0a89674a65
Fix incorrect slash directions
...
#ROBOMERGE-OWNER: marc.audy
#ROBOMERGE-AUTHOR: marc.audy
#ROBOMERGE-SOURCE: CL 16182224 in //UE5/Release-Engine-Staging/...
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Main) (v792-16166999)
#ROBOMERGE-CONFLICT from-shelf
[CL 16182274 by marc audy in ue5-main branch]
2021-05-03 00:38:11 -04:00
Ben Marsh
63c7abb560
UBT: Fix exception trying to read makefile with null directoryreference objects.
...
[CL 16180253 by Ben Marsh in ue5-main branch]
2021-05-02 14:02:22 -04:00
ben woodhouse
ea37cceb85
PerfReportTool 4.44
...
-add -reportLinkRootPath arg to make report links relative to a particular location
-add -csvLinkRootPath arg to make CSV links relative to a particular location
-add -listFiles arg to just list files that pass the filter instead of processing them
#ROBOMERGE-OWNER: ben.woodhouse
#ROBOMERGE-AUTHOR: ben.woodhouse
#ROBOMERGE-SOURCE: CL 16177813 via CL 16177817 via CL 16177818 via CL 16178057
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Main) (v792-16166999)
[CL 16178065 by ben woodhouse in ue5-main branch]
2021-05-01 15:23:22 -04:00
jonathan adamczewski
882f48323d
UnrealBuildTool: Remove SupportsDotNetCoreProjects()
...
VS2019 is the minimum required VS version, and has support for NET Core projects - we no longer need this check.
#jira none
[CL 16175554 by jonathan adamczewski in ue5-main branch]
2021-04-30 22:12:17 -04:00
jonathan adamczewski
7796bc81bb
UnrealBuildTool:
...
Remove IsRunningOnMono
For remaining references, IsRunningOnMono -> !IsRunningOnWindows
#jira none
#trivial
[CL 16175552 by jonathan adamczewski in ue5-main branch]
2021-04-30 22:11:47 -04:00
jonathan adamczewski
6ea321339f
VSCodeProjectFileGenerator.cs:
...
IsRunningOnMono -> !IsRunningOnWindows
#trivial
#jira none
[CL 16175242 by jonathan adamczewski in ue5-main branch]
2021-04-30 21:02:50 -04:00
jonathan adamczewski
c00c10008b
AutomationTool/Scripts:
...
IsRunningOnMono -> !IsRunningOnWindows
#jira none
#trivial
[CL 16175230 by jonathan adamczewski in ue5-main branch]
2021-04-30 21:01:00 -04:00
jonathan adamczewski
9b69a17dbc
TempStorage.cs:
...
Remove some mono references.
#jira none
#trivial
[CL 16175220 by jonathan adamczewski in ue5-main branch]
2021-04-30 20:58:26 -04:00
jonathan adamczewski
57d4f98692
UnrealBuildTool/System/Utils.cs:
...
Remove special case for old mono version.
#jira none
#trivial
[CL 16175012 by jonathan adamczewski in ue5-main branch]
2021-04-30 20:15:12 -04:00
jonathan adamczewski
6050e64605
ProjectFileGenerator.cs:
...
IsRunningOnMono -> !IsRunningOnWindows
#trivial
#jira none
[CL 16174952 by jonathan adamczewski in ue5-main branch]
2021-04-30 20:04:55 -04:00
jonathan adamczewski
61b793626e
revert 16173499
...
[CL 16173666 by jonathan adamczewski in ue5-main branch]
2021-04-30 17:49:02 -04:00
jonathan adamczewski
c1b2fd7955
HoloLensPlatform.Automation:
...
Remove some references to Mono
#jira none
#trivial
[CL 16173499 by jonathan adamczewski in ue5-main branch]
2021-04-30 17:32:56 -04:00
jonathan adamczewski
453c9e777d
LuminPlatform.Automation:
...
Remove some references to Mono.
#jira none
#rb brandon.schaefer
[CL 16173441 by jonathan adamczewski in ue5-main branch]
2021-04-30 17:28:39 -04:00
Marc Audy
8b7af315b0
Update UE4/Main version of file to match RES
...
[CL 16172543 by Marc Audy in ue5-main branch]
2021-04-30 16:10:27 -04:00
jonathan adamczewski
1f82bedc58
Removal some references to Mono
...
#trivial
#jira none
[CL 16171278 by jonathan adamczewski in ue5-main branch]
2021-04-30 14:34:17 -04:00
Ben Marsh
0f22082952
UGS: Enable deterministic output.
...
[CL 16170686 by Ben Marsh in ue5-main branch]
2021-04-30 13:47:27 -04:00
Ben Marsh
c57312bea9
UGS: Fix exception when closing the issue details window.
...
[CL 16170615 by Ben Marsh in ue5-main branch]
2021-04-30 13:44:09 -04:00
Ben Marsh
69d6f57566
UBT: Fix error trying to read makefile, due to value being null.
...
[CL 16170433 by Ben Marsh in ue5-main branch]
2021-04-30 13:31:27 -04:00
Chris Caulfield
a906422ff8
Disable failing test until someone can look at it...
...
#jira none
#rb none
#fyi steven.barnett,aurel.cordonnier
[CL 16164136 by Chris Caulfield in ue5-main branch]
2021-04-29 20:52:36 -04:00
aurel cordonnier
50944fd712
Merge UE5/RES @ 16162155 to UE5/Main
...
This represents UE4/Main @ 16130047 and Dev-PerfTest @ 16126156
[CL 16163576 by aurel cordonnier in ue5-main branch]
2021-04-29 19:32:06 -04:00
Josh Engebretson
9c76fe3eab
Inital drop of Horde Dashboard for UE5/Main.
...
Still missing some Epic-specific functionality required to build/run correctly.
[CL 16162119 by Josh Engebretson in ue5-main branch]
2021-04-29 17:17:38 -04:00
Ryan Durand
d95d6ddf00
Only try to delete folders if they exist.
...
#rnx
#rb none
#jira none
[CL 16161162 by Ryan Durand in ue5-main branch]
2021-04-29 15:59:44 -04:00
Ben Marsh
5abbc95b6e
Add missing copyright notices.
...
[CL 16160939 by Ben Marsh in ue5-main branch]
2021-04-29 15:35:57 -04:00
Ben Marsh
7ed8a0c934
Initial drop of Horde Server/Agent for UE5/Main. Still missing some Epic-specific functionality required to build/run correctly.
...
[CL 16160493 by Ben Marsh in ue5-main branch]
2021-04-29 15:10:34 -04:00