This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
deaeece3bc52bddee71a9319fdd358b85431287f
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
AutomationTool
/
AutomationUtils
History
Wes Hunt
da49e11f87
For for UAT RunSingleInstance not correctly honoring uebp_UATMutexNoWait. It would run the command and then try and take the mutex and run it again, which would fail when it couldn't take the mutex (because uebp_UATMutexNoWait is only set when another UAT is expected to already be running).
...
[CL 2613790 by Wes Hunt in Main branch]
2015-07-08 13:35:20 -04:00
..
Properties
…
Automation.cs
Add a scoped stopwatch class for writing out telemetry events.
2015-07-02 16:16:19 -04:00
AutomationExpection.cs
…
AutomationUtils.Automation.csproj
…
BuildCommand.cs
…
BuildEnvironment.cs
…
BuildUtils.cs
Add a scoped stopwatch class for writing out telemetry events.
2015-07-02 16:16:19 -04:00
Code Snippet - ReadAllText.tps
…
CommandletUtils.cs
…
CommandUtils.cs
Add a scoped stopwatch class for writing out telemetry events.
2015-07-02 16:16:19 -04:00
DeploymentContext.cs
Add Obsolete file Manifest for deployment. Platforms can delete unreferenced files easily now to clean up the deployment area.
2015-07-06 12:52:16 -04:00
Distiller.cs
…
FileFilter.cs
…
HelpUtils.cs
…
HostPlatform.cs
…
LinuxHostPlatform.cs
…
LocalBuildEnvironment.cs
…
LocalP4Environment.cs
…
Log.cs
Fix for two logfiles being created in the same second.
2015-07-01 15:17:51 -04:00
MacHostPlatform.cs
…
MCPPublic.cs
…
P4Blame.cs
…
P4Environment.cs
…
P4Utils.cs
…
Platform.cs
…
ProcessUtils.cs
…
ProjectParams.cs
Added support for multiprocess cooking into unreal frontend.
2015-07-06 10:03:34 -04:00
ProjectUtils.cs
Add a scoped stopwatch class for writing out telemetry events.
2015-07-02 16:16:19 -04:00
ScriptCompiler.cs
…
UBTUtils.cs
…
UE4Build.cs
Add a scoped stopwatch class for writing out telemetry events.
2015-07-02 16:16:19 -04:00
Utils.cs
For for UAT RunSingleInstance not correctly honoring uebp_UATMutexNoWait. It would run the command and then try and take the mutex and run it again, which would fail when it couldn't take the mutex (because uebp_UATMutexNoWait is only set when another UAT is expected to already be running).
2015-07-08 13:35:20 -04:00
WatchdogTimer.cs
…
WindowsHostPlatform.cs
…