Commit Graph

10276 Commits

Author SHA1 Message Date
steve smith
c9ada1c573 Fix HoloLens build errors in Development builds (missing PIX imports).
#jira UE-114977
#rb jeff.fisher
#lockdown nick.whiting

#ROBOMERGE-SOURCE: CL 16227415 in //UE5/Release-5.0-EarlyAccess/...
#ROBOMERGE-BOT: STARSHIP (Release-5.0-EarlyAccess -> Main) (v799-16237190)

[CL 16262896 by steve smith in ue5-main branch]
2021-05-10 23:13:40 -04:00
Ben Marsh
25b44e2c2e Add a Kubectl task.
[CL 16249810 by Ben Marsh in ue5-main branch]
2021-05-10 12:03:08 -04:00
Ben Marsh
74a415cac9 Add a Helm task to allow updating releases.
[CL 16249773 by Ben Marsh in ue5-main branch]
2021-05-10 12:01:51 -04:00
Ben Marsh
f6f8beda42 Enable verbose output from Docker tasks by default.
[CL 16249754 by Ben Marsh in ue5-main branch]
2021-05-10 12:01:04 -04:00
Ben Marsh
803fa2e63d Prevent Docker password being logged to stdout.
[CL 16247915 by Ben Marsh in ue5-main branch]
2021-05-10 09:49:47 -04:00
Ben Marsh
b53d6d9a3e Add UE metadata to managed perforce library.
[CL 16247906 by Ben Marsh in ue5-main branch]
2021-05-10 09:49:18 -04:00
Ben Marsh
69abc54b6a Fix force-sync in managed P4 library not correctly writing out temp file.
[CL 16247638 by Ben Marsh in ue5-main branch]
2021-05-10 09:10:04 -04:00
Ben Marsh
f5b02c809e Fix ManagedProcess not correctly saving stdout/stderr handles on non-Windows platforms.
[CL 16247626 by Ben Marsh in ue5-main branch]
2021-05-10 09:09:21 -04:00
Ryan Durand
ceacd78804 Build GitSync on Horde.
#rnx
#rb none
#jira none

[CL 16247562 by Ryan Durand in ue5-main branch]
2021-05-10 09:01:20 -04:00
Andrew Grant
90d0d3032d Fixed two cases where blocked directories in ExcludedIncludePaths in BuildConfiguration.xml weren't always followed.
1) If the user specified a path as Bar\ then "Foo\Bar" would still be allowed (but not Foo\Bar\File.h) due to the trailing directory slash.

2) Code that deals with platform specific includes (ALiasedFiles) would omit the included file but still include the path in the AdditionalIncludeDirectories entry

#review-16240187 @andy.firth
#jira nojira
#preflight 6095b7c726ed4f0001615079

[CL 16240409 by Andrew Grant in ue5-main branch]
2021-05-07 18:42:13 -04:00
will damon
bc656d20e0 Initial import of AGXRHI
AGXRHI is starting out as a clone of MetalRHI, but will be refactored and overhauled with several goals in mind:

- Reduce/Eliminate technical debt
- Substantially improve readability and maintainability
- Introduce clear layers for platform independent vs dependent code
- Reduce memory footprint and generally improve memory usage
- Remove legacy concepts (like manual reference counting) and enable better integration with platform tools
- Implement newer and more modern features provided by Metal (such as ray tracing and enhanced command buffer debugging)
- Target/tune the software architecture and API usage for performance on Apple designed GPUs

#rb jack.porter, richard.wallis
#jira none
#fyi lukas.hermanns
#rnx

[CL 16225160 by will damon in ue5-main branch]
2021-05-06 15:47:24 -04:00
Ori Cohen
adaafc9270 Fix bad merge resolve which broke rewind unit test
#rb none
#jira nojira

[CL 16223098 by Ori Cohen in ue5-main branch]
2021-05-06 13:07:26 -04:00
Andrew Grant
0f8f7d097b Added requiredflags to the Gauntlet message when a valid build type can't be found for easier future triage
#jira #rb na
#fyi jerome.delattre

[CL 16220783 by Andrew Grant in ue5-main branch]
2021-05-06 10:50:32 -04:00
David Harvey
929b7642b2 package localization fixes
#jira UE-114023
#rb simone.digravio

[CL 16219077 by David Harvey in ue5-main branch]
2021-05-06 05:38:55 -04:00
Jerome Delattre
31d2f3d302 Gauntlet telemetry - make the csv parser more resilient to non compliant formating
#rnx
#rb none
#jira none

[CL 16215623 by Jerome Delattre in ue5-main branch]
2021-05-05 19:27:53 -04:00
Andrew Davidson
3ddc3a4da3 Merge up from //UE5/Dev-LargeWorldCoordinates
#rb none

[CL 16211417 by Andrew Davidson in ue5-main branch]
2021-05-05 15:07:25 -04:00
ben woodhouse
cdeb752863 PerfReportTool 4.45
- make -csvLinkRootPath work any type of path. Links are made relative to the passed-in csv directory and then the new root is added

#ROBOMERGE-SOURCE: CL 16178660 via CL 16178671 via CL 16178673 via CL 16208175
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Staging -> Main) (v796-16191650)

[CL 16208185 by ben woodhouse in ue5-main branch]
2021-05-05 11:51:38 -04:00
Andriy Tylychko
d0afbc7b66 fixed UnrealFrontend shutdown crash
#jira UE-114939

[CL 16200907 by Andriy Tylychko in ue5-main branch]
2021-05-04 18:50:59 -04:00
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