Commit Graph

26134 Commits

Author SHA1 Message Date
chris babcock
474ce22414 Upgrade to Gradle 8.7 with AGP 8.5.0 and use SDK 34 for compiling
#jira UE-222716
#android
[REVIEW] [at]dmytro.ivanov
#rb dmytro.ivanov, Rafa.Lecina

[CL 36456621 by chris babcock in 5.5 branch]
2024-09-19 18:30:33 -04:00
Almax27
774f252b92 Fix plist value causing issues with launch orientation (the github PR #12208). Also (in additional to the PR), UISupportedInterfaceOrientations was being duplicated in the non-legacy plist writing (now removed) and modern xcode xcconfig file.
#jira UE-221333
#rb Josh.Adams

[CL 36449673 by Almax27 in 5.5 branch]
2024-09-19 16:13:28 -04:00
joe kirchoff
8643a55953 WinPlatform.Automation: Disallow using x86 pdbcopy and pdbstr
#rnx

[CL 36439188 by joe kirchoff in 5.5 branch]
2024-09-19 12:56:28 -04:00
johan torp
b6acd642de Stop running PlainPropsTests on CI
#jira UE-224061,UE-224052
#rb chris.constantinescu
#rnx

[CL 36429443 by johan torp in 5.5 branch]
2024-09-19 09:44:07 -04:00
joe kirchoff
59d642bc39 WinPlatform.Automation: Disallow using x86 symstore
#rnx

[CL 36404309 by joe kirchoff in 5.5 branch]
2024-09-18 15:10:03 -04:00
jerome delattre
8cd6a75085 [Gauntlet] add support for ILogStreamReader in UnrealSnapshotParser
#rnx

[CL 36391298 by jerome delattre in 5.5 branch]
2024-09-18 10:47:31 -04:00
jeremie roy
b19011be77 Add automation script to create a LiveLinkHub installed build.
You can pass -set:WithVendorPlugins to generate a build with vendor plugins.

Add parameter to the BuildPlugin command to allow outputting the build artifacts in a subdir named after the plugin.


#rb zach.brockway

[CL 36390746 by jeremie roy in 5.5 branch]
2024-09-18 10:33:30 -04:00
jerome delattre
19354f4b1a [LLT] Avoid using StdOut directly, use WriteOutputToFile to copy the log and instanciate the Log buffer reader at the start of the test
#rnx

[CL 36389004 by jerome delattre in 5.5 branch]
2024-09-18 09:51:27 -04:00
jerome delattre
094f48f725 [Gauntlet] Keep stream writer for the log file opened from FileLogger instance
#rnx
#rb sebastian.lewicki

[CL 36388387 by jerome delattre in 5.5 branch]
2024-09-18 09:28:57 -04:00
ionut matasaru
432cc3f9db Removed dependency to deprecated ProfilerService from several standalone programs.
#rb Catalin.Dragoiu
#rnx

[CL 36386880 by ionut matasaru in 5.5 branch]
2024-09-18 08:25:56 -04:00
catalin dragoiu
bc5e1840af Automation in Unreal Insights Frontend
#rb ionut.matasaru

[CL 36386425 by catalin dragoiu in 5.5 branch]
2024-09-18 07:58:52 -04:00
paul chipchase
5388a344ec [UVT] Add a log line showing when engine pre init ends and the tool begins.
#rb Juan.Legaz
#jira UE-224646
#rnx

[CL 36385338 by paul chipchase in 5.5 branch]
2024-09-18 07:11:21 -04:00
joe kirchoff
188958c8b5 UnrealBuildTool: Place resource intermediate files for executables in a subfolder
#rnx
#jira UE-224520

[CL 36365797 by joe kirchoff in 5.5 branch]
2024-09-17 20:09:26 -04:00
zach brockway
6b20172fa3 SwitchboardListener: Don't warn about CRYPTO_secure_malloc_init failure on Windows.
Stepping into the disassembly yields "xor eax,eax; ret" - our OpenSSL binaries must have been compiled with OPENSSL_NO_SECURE_MEMORY.

#jira UE-224271
#rb jason.walter

[CL 36354526 by zach brockway in 5.5 branch]
2024-09-17 17:26:38 -04:00
john huelin
3ebba57ed8 Temporally add verbose output to Symstore to understand symbol publishing issue.
#rb mickael.gilabert

[CL 36353858 by john huelin in 5.5 branch]
2024-09-17 17:13:18 -04:00
JeanLuc Corenthin
206e139413 Moving fix for compilation error of ArchiCAD plugin from FNMain to 5.5
#jira UE-223819
#rnx

[CL 36353250 by JeanLuc Corenthin in 5.5 branch]
2024-09-17 17:02:45 -04:00
laura hermanns
1d344a72de [UBA] Add breadcrumbs to UBA trace files.
This change adds a new field to the ProcessStartInfo struct in UBA trace files for a description of the task, called "breadcrumbs" which allow to diagnose and backtrace the origin of a UBA task.
This is also hooked up to the distributed shader compilation (added as new field in FTaskCommandData) and a descriptive string is generated for each shader compile job batch.
UbaVisualizer is updated accordingly to integrate this new data when hovering over a task in the timeline.
This feature can be enabled via the new CVar "r.ShaderCompiler.DistributedJobDescriptionLevel" with values 0 (Disabled), 1 (Basic information), 2 (Adds shader format to each job). It's disabled by default.

#rb dan.elksnitis, henrik.karlsson
#rnx

[CL 36346831 by laura hermanns in 5.5 branch]
2024-09-17 15:08:58 -04:00
michael kirzinger
0ca265f5e1 Update UAT to have the same default value for n.VerifyPeer as UE. Fixes cacert.pem not being staged when n.VerifyPeer is not explicitly set to true in Engine.ini
#jira UE-195417
[REVIEW] [at]lorry.li
#rb lorry.li

[CL 36345669 by michael kirzinger in 5.5 branch]
2024-09-17 14:52:49 -04:00
eric knapik
96f652d2d8 Undo CL: 36312059
Pass the timeout setting down.

[REVIEW] [at]Tim.Tillotson [at]fne-tnt-eng
#rb joshua.shlemmer, Tim.Tillotson

[CL 36344747 by eric knapik in 5.5 branch]
2024-09-17 14:35:59 -04:00
joe kirchoff
547acf6418 UnrealBuildTool: Intel ICX 2024.2 integration
[CL 36320046 by joe kirchoff in 5.5 branch]
2024-09-16 18:42:20 -04:00
joe kirchoff
bf0b9c8d08 UnrealBuildTool: Intel ICX 2024.2 integration
[CL 36319956 by joe kirchoff in 5.5 branch]
2024-09-16 18:39:20 -04:00
zach brockway
2a359f36de LiveLinkHub: Remove unused program target, rename LiveLinkHubEditor to LiveLinkHub.
#jira UE-223059
#rb jason.walter, jeremie.roy
#rnx

[CL 36313421 by zach brockway in 5.5 branch]
2024-09-16 15:45:55 -04:00
josh adams
81375ff983 - Fixed an issue with Marketplace plugins breaking project packaging
#jira UE-218256
#rb Joe.Kirchoff

[CL 36312462 by josh adams in 5.5 branch]
2024-09-16 15:24:26 -04:00
eric knapik
cbea314e51 Pass the timeout setting down.
[REVIEW] [at]Tim.Tillotson [at]fne-tnt-eng
#rb joshua.shlemmer, Tim.Tillotson

[CL 36312089 by eric knapik in 5.5 branch]
2024-09-16 15:11:34 -04:00
joe kirchoff
3ec41f9b8f UnrealBuildTool: Fix clang checker added version
#rnx
#jira UE-224387

[CL 36306956 by joe kirchoff in 5.5 branch]
2024-09-16 12:45:45 -04:00