Commit Graph

19515 Commits

Author SHA1 Message Date
bryan sefcik
7949d94c62 Removed the redundant writing of the additional options.
#jira

[CL 26376338 by bryan sefcik in ue5-main branch]
2023-07-07 13:16:48 -04:00
bryan sefcik
2b6aa1b68a Updated the VS project generator code to check to see if there are common settings that should apply to all of the source files.
#jira

[CL 26369995 by bryan sefcik in ue5-main branch]
2023-07-05 15:18:51 -04:00
bryan sefcik
685cbeec69 Disable "Reflex" when compiling ARM64EC.
#jira

[CL 26367473 by bryan sefcik in ue5-main branch]
2023-07-04 13:52:37 -04:00
Ben Marsh
5b474965b9 Horde: Move all DDC classes into the Horde.Server.Ddc namespace.
[CL 26363103 by Ben Marsh in ue5-main branch]
2023-07-02 00:12:25 -04:00
Ben Marsh
cc7771e30d Horde: Integrate DDC controllers from Jupiter. Most interfaces are currently just stubbed out.
[CL 26363086 by Ben Marsh in ue5-main branch]
2023-07-02 00:02:05 -04:00
Ben Marsh
78010b25a7 Horde: Disable failing test. Not sure why this has started failing, possibly fallout from DB index creation being fixed.
[CL 26363044 by Ben Marsh in ue5-main branch]
2023-07-01 22:39:56 -04:00
Ben Marsh
f707a32f9f Horde: Fix test data test. This was always incorrect, but was not failing due to unique index not being created.
[CL 26363036 by Ben Marsh in ue5-main branch]
2023-07-01 22:32:08 -04:00
Ben Marsh
5e4de893ac Horde: Ensure that the upgrade tasks run before performing any operations on a collection.
[CL 26362998 by Ben Marsh in ue5-main branch]
2023-07-01 21:56:52 -04:00
Ben Marsh
661f9ce4c9 Horde: Remove AsyncCachedValueTests. This doesn't actually check anything, and takes a really long time to run.
[CL 26362988 by Ben Marsh in ue5-main branch]
2023-07-01 21:53:42 -04:00
joe kirchoff
1d049a6cbe UnrealBuildTool: Disable bDetailedUnityFiles to prevent excess stale intermediate files
#rnx

[CL 26357402 by joe kirchoff in ue5-main branch]
2023-06-30 17:53:10 -04:00
joe kirchoff
a4a3b277e9 UnrealBuildTool: Fix analyze mode to actually show the shortest chain
#rnx

[CL 26356865 by joe kirchoff in ue5-main branch]
2023-06-30 17:35:49 -04:00
Josh Adams
6c143a836a - Fixing the name of the .app when staging/deploying a BP IOS project with modern
- Uses a new AppleExports function to call MakeBinaryFilename, so we can use standardized name format for the BP .app
#jira UE-189830
#rb calvin.zheng

[CL 26352457 by Josh Adams in ue5-main branch]
2023-06-30 15:28:03 -04:00
jordan hoffmann
9db68b0847 [Feature] CmdLink.exe that can run commands on an active UE process
#rb josh.adams justin.harematthew.sorrels

[CL 26351922 by jordan hoffmann in ue5-main branch]
2023-06-30 15:09:35 -04:00
Ben Marsh
1eeebfc7f8 Missing using directive.
[CL 26350032 by Ben Marsh in ue5-main branch]
2023-06-30 14:22:55 -04:00
Ben Marsh
0f72fbd2d4 UnrealCloudDDC: Move AuthorizationException into IRequestHelper, so it's available to Horde code.
[CL 26350001 by Ben Marsh in ue5-main branch]
2023-06-30 14:21:47 -04:00
dan oconnor
cd239e8e9c Allow _DEPRECATED properties in sparse class data to not be marked as VisibleDefaultsOnly or EditDefaultsOnly
#rb Ben.Zeigler
#jira

[CL 26348381 by dan oconnor in ue5-main branch]
2023-06-30 13:25:18 -04:00
Ben Marsh
3c02fa936a Horde: Remove warnings.
[CL 26346672 by Ben Marsh in ue5-main branch]
2023-06-30 12:18:11 -04:00
Josh Adams
b0e29c9e75 - Added basic support for compiling Swift code (not general purpose yet, only the UESwift.swift file in this CL will work for now)
- Added an example SwiftUI view shown on VisionOS, using UIHostingViewController (must be created in Swift, not Obj-C)
- Refactored AppleToolChainSettings and children so AppleToolChain can have a single Swift compile function, and still target the proper toolchain (more cleaning up and pulling into AppleToolChain should now be possible)
#rb joe.kirchoff

[CL 26346396 by Josh Adams in ue5-main branch]
2023-06-30 12:08:50 -04:00
Ben Marsh
b87cdcc159 UnrealCloudDDC: Move options for BufferedPayloadFactory into a standalone class.
[CL 26346266 by Ben Marsh in ue5-main branch]
2023-06-30 12:05:09 -04:00
Ben Marsh
6f517cb82e Horde: Build fix.
[CL 26346147 by Ben Marsh in ue5-main branch]
2023-06-30 12:01:36 -04:00
Josh Engebretson
927b3bf4fa Horde: Simplify overly aggressive meta data index
#jira none
#rnx

[CL 26345890 by Josh Engebretson in ue5-main branch]
2023-06-30 11:53:55 -04:00
Ben Marsh
b203df8b4d Horde: Shuffling some code around trying to track down missing log message issues.
[CL 26345809 by Ben Marsh in ue5-main branch]
2023-06-30 11:52:23 -04:00
Ben Marsh
bc34781561 Horde: Re-enable unique constraint on commit index, and rename collection to force it to repopulate.
[CL 26344942 by Ben Marsh in ue5-main branch]
2023-06-30 11:16:05 -04:00
Ben Marsh
57d5823a83 Horde: Ensure that all index updates have completed before performing operations on MongoDB collections.
The presence of an index can change whether updates succeed or fail (eg. by introducing uniqueness constraints).

[CL 26344786 by Ben Marsh in ue5-main branch]
2023-06-30 11:09:12 -04:00
johan berg
eacfa9384b Fix socket keep alive in UTS for Mac/Linux
On Windows keepalive options were set on the recording socket,  in order to detect if a tracing process suddenly closes it's connection (it's killed or crashes).  These options were missing from Mac and Linux configurations.

#rb martin.ridgers
#jira UE-188178

[CL 26343479 by johan berg in ue5-main branch]
2023-06-30 10:03:17 -04:00