Commit Graph

15362 Commits

Author SHA1 Message Date
Ben Marsh
e31a1cd327 UAT: Add separate log output for each line of mismatched Perforce case.
#preflight none
#jira UE-160729

[CL 21511495 by Ben Marsh in ue5-main branch]
2022-08-23 12:50:40 -04:00
dmytro vovk
37b8ab825c Deprecated bCompileForSize UBT Target option and replaced with OptimizationMode enumto fine tune a balance between speed and\or code size
#jira none
#rb Joe.Kirchoff
#preflight 62ff99b0200ff87e07f75a69

[CL 21511266 by dmytro vovk in ue5-main branch]
2022-08-23 12:44:36 -04:00
Ben Marsh
8b8ddbe134 Horde: Support for including instructions in Triage threads.
#preflight none
#jira UE-161011

[CL 21509640 by Ben Marsh in ue5-main branch]
2022-08-23 11:56:38 -04:00
Ben Marsh
d217709c57 Horde: Include changelist numbers when showing who an issue is assigned to.
#preflight none

[CL 21509018 by Ben Marsh in ue5-main branch]
2022-08-23 11:20:06 -04:00
Joakim Lindqvist
f2bea95dfb Horde Storage - Further reducing the amount of scylla calls made during GC. This was added to speed up the GC (by doing all calls in parallel) but this prevents us from existing early when we find a valid blob (as the other calls are already in flight). If we want to run the gc more aggresivley (spend more compute on it) we can always bump OrphanGCMaxParallelOperations which will check more blobs in parallel but not internally parallize the calls.
#preflight none

[CL 21508558 by Joakim Lindqvist in ue5-main branch]
2022-08-23 10:48:02 -04:00
Ben Marsh
587263c20d Horde: Add support for scope annotations in audit logs, and use it to flag any issue updates with the user that initiated them.
#preflight none
#jira UE-160888

[CL 21508482 by Ben Marsh in ue5-main branch]
2022-08-23 10:42:48 -04:00
Joakim Lindqvist
8689543f90 Horde Storage - Stop scanning references once we have found one reference that pins the blob. Not scanning them in parallel but blobs are still scanned in parallel, decent tradeof to make the abort easier.
#preflight none

[CL 21508197 by Joakim Lindqvist in ue5-main branch]
2022-08-23 10:26:03 -04:00
Tim Smith
923aa48f67 Enabled C# UHT by default
#rb self
#preflight 6304ce8e5366f61a42682b3b

[CL 21506609 by Tim Smith in ue5-main branch]
2022-08-23 09:12:01 -04:00
carl bystrom
dc8240ef8b Horde: Fix bug re-using same name for shared ticker in AutoscaleService
#preflight none

[CL 21506377 by carl bystrom in ue5-main branch]
2022-08-23 08:48:40 -04:00
Tim Smith
a48b3ef8eb Updated documentation on PackageFlag for C#
#rb self
#rnx
#preflight 6304c1175366f61a4267392c

[CL 21505714 by Tim Smith in ue5-main branch]
2022-08-23 08:06:25 -04:00
carl bystrom
8cb407c54a Horde: Ensure a default AWS region is always set for AWS clients in DI
#preflight none

[CL 21503628 by carl bystrom in ue5-main branch]
2022-08-23 05:01:43 -04:00
henrik karlsson
af8b7f9e69 [CompileTimeAnalyzer]
* Fixed so development config is using release version of CompileTimeAnalyzer project

#preflight skipped

[CL 21500777 by henrik karlsson in ue5-main branch]
2022-08-22 21:52:02 -04:00
henrik karlsson
daab2562bf [CompileTimeAnalyzer]
* Upgraded to .net 6 to make it work (since its dependencies are upgraded)
* Fixed a few compile errors
* Changed so CompileTimeAnalyzer looks for ".cta" files instead of ".timing.bin" files since that is what UBT is outputting these days
* Added bunch of pragma warning disable just to get through compiling

#preflight skipped

[CL 21500776 by henrik karlsson in ue5-main branch]
2022-08-22 21:51:50 -04:00
ben woodhouse
fe8e2509aa PerfReportTool 4.94.2 - Fix diff row bug which caused an extra all-zero row to be created for every diff row added. This was breakng automatic colorization, causing all previous rows to be red
[CL 21500256 by ben woodhouse in ue5-main branch]
2022-08-22 21:35:10 -04:00
ben woodhouse
9bcde0bc1e Make "BoundedStatValuesSummary: end event appeared before the start event" non-fatal.
[CL 21500252 by ben woodhouse in ue5-main branch]
2022-08-22 21:35:02 -04:00
henrik karlsson
abde9cb7b8 [UnrealBuildTool]
* Changed "/FUNCTIONPADMIN" to "/FUNCTIONPADMIN:6" to get around problem with FUNCTIONPADMIN causing full link step all the time. Odd, but seems to work (6 is the default value for 64 bit targets)

#rb self
#preflight 63003879ce3c578094adb1d5

[CL 21500243 by henrik karlsson in ue5-main branch]
2022-08-22 21:34:47 -04:00
gary yuan
7e85f4f2ac #jira: none
Fix if conditional logic in TryGetValue for Enum TryParse

#rb Tim.Kennedy
#preflight: 62feeb09d85afae4d4508ddf
[FYI] ben.marsh

[CL 21499938 by gary yuan in ue5-main branch]
2022-08-22 21:22:31 -04:00
ben woodhouse
39009136b1 PerfReportTool 4.94 - Fix exception in HistogramSummary when SelectedStat doesn't exist. This was breaking perf reporting for devices without a GPUTime stat
[CL 21499928 by ben woodhouse in ue5-main branch]
2022-08-22 21:21:55 -04:00
jeannoe morissette
7ebedb9384 Added support for compiling Vulkan PSO's in separate process
#rb jeannoe.morissette
#preflight 62ff8206086f90bbc4fe751f

[CL 21499839 by jeannoe morissette in ue5-main branch]
2022-08-22 21:18:17 -04:00
Ben Marsh
fc72bbdc72 Horde: Build fix.
#preflight none

[CL 21499816 by Ben Marsh in ue5-main branch]
2022-08-22 21:17:36 -04:00
Joe Kirchoff
20f18223f1 UnrealBuildTool: Adjust range of compilers that pass /Zc:lambda- to include VS2022 17.3 preview but not 17.3 release
#rnx
#rb trivial
#preflight 630423665a5d4e46240625e1

[CL 21499559 by Joe Kirchoff in ue5-main branch]
2022-08-22 20:53:00 -04:00
Ben Marsh
c659a5eaf6 Horde: Add a mask emoji to a thread if the issue is quarantined.
#preflight none
#jira UE-160221

[CL 21499247 by Ben Marsh in ue5-main branch]
2022-08-22 20:37:54 -04:00
Ben Marsh
c8bb5921ec Horde: Format issue details using BlockKit messages, and add controls underneath.
#preflight none

[CL 21499163 by Ben Marsh in ue5-main branch]
2022-08-22 20:34:54 -04:00
Ben Marsh
9d6bc3c2ec Horde: Include callstacks in new Slack client errors.
#preflight none

[CL 21493345 by Ben Marsh in ue5-main branch]
2022-08-22 17:03:32 -04:00
Josh Adams
68a7d35895 - Fixing dictionary lookup error
#jira UE-161580
#rb trivial
#preflight 6303e469c85b7fef2257b8e0

[CL 21491995 by Josh Adams in ue5-main branch]
2022-08-22 16:21:19 -04:00