- Removed all IntelTBB binaries from thirdparties
- Compiled missing binaries in official IntelTBB folder
Tested on Linux/Mac/Windows
#rnx
#jira UEENT-3378
#rb Jean-Michel.Dignard
[CL 11858075 by danny couture in 4.25 branch]
Swapping Bcrypt node module to native js version
Adding npm console commands to ease usage
#jira: UE-89833
#rb: Stuart.Hill
[CL 11851819 by Alistair White in 4.25 branch]
The application logo is not a valid fallback if the package logo is not available. This will cause it to fail WACK, and prevent it being uploaded to the store / downloaded on a user's device.
#rb trivial
#jira none
[CL 11848979 by steve smith in 4.25 branch]
SDK's < 17763 will fail to package if one of these SDKs is installed on the build machine (eg: 16299)
#rb trivial
#jira none
[CL 11848824 by steve smith in 4.25 branch]
Current code generates: 'chmod +x \"/epic/projects/foo/Intermediate/Staging/foo.sh\"'
This works with xbuild, but fails with msbuild. New code generates:
Run App:sh CommandLine-c 'chmod +x "/epic/projects/foo/Intermediate/Staging/foo.sh"'
Similar to Ben's CL 2106889 and CL 2112830 changes in Engine/Source/Programs/AutomationTool/BuildUtils.cs
#jira none
#rb Ben.Marsh
#fyi Andrew.Grant, Brandon.Schaefer
[CL 11824678 by Michael Sartain in 4.25 branch]
The issue here is that CommandUtils.Run only suppresses stdout when NoSpew is specified, so P4 functions like FileExistsInDepot which use p4 calls that write to stderr (e.g fstat of a path not in P4) still end up spewing.
#review-11800598 @ben.marsh
#rb swarm
#jira nojira
[CL 11803848 by Andrew Grant in 4.25 branch]
Pulled code from Andrew's CL 7828885 for the Mac.
#jira none
#rb ben.marsh
#fyi brandon.schaefer, andrew.grant
[CL 11750877 by Michael Sartain in 4.25 branch]
- Previously this would have been handled by WriteArray, now Plugins and Modules are a List and ToArray is called, the check needs to be moved up.
#rb rob.cannaday
#fyi ben.marsh
#jira none
[CL 11723339 by Anthony Bills in 4.25 branch]
Additionally allow monolithic programs inside platform extensions to ouput to the Binaries directory in the extension.
#review-11565119 @brian.white, @josh.adams, @ben.marsh
#jira UE-81798
#rb ben.marsh
[CL 11655119 by Anthony Bills in 4.25 branch]