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
56590ceb6077d88b86d07985cddead44dec4982c
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
UnrealBuildTool
/
HTML5
History
Ben Marsh
511af0caa7
Only add shader format and target platform modules as dependencies of the TargetPlatform module. Adding them for every single module in a target has a huge effect on the number of modules we need to resolve (UEBuildTarget.FindOrCreateModuleByName() was being called 200,000 times when generating project files, thanks to SCW and UFE triggering these code paths).
...
#codereview Peter.Sauerbrei [CL 2684709 by Ben Marsh in Main branch]
2015-09-09 11:03:25 -04:00
..
HTML5ProjectGenerator.cs
Update copyright notices to 2015.
2014-12-07 19:09:38 -05:00
HTML5SDKInfo.cs
Fix handling of spaces in emcc path.
2015-08-07 07:10:38 -04:00
HTML5ToolChain.cs
Reduce time taken to generate receipts by using the target's view of the required modules, rather than recursively finding them from all the binaries. Also use the FileReferences for build products to optimize the way we escape build product paths.
2015-09-05 18:10:25 -04:00
UEBuildHTML5.cs
Only add shader format and target platform modules as dependencies of the TargetPlatform module. Adding them for every single module in a target has a huge effect on the number of modules we need to resolve (UEBuildTarget.FindOrCreateModuleByName() was being called 200,000 times when generating project files, thanks to SCW and UFE triggering these code paths).
2015-09-09 11:03:25 -04:00