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
681967e6803b89c175b8bc13826a94de30f5a740
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
UnrealBuildTool
/
ToolChain
History
zack neyland
ed02c75fc8
UBT: Remove ld_classic workaround, as bumping the min runtime to 11 removes the need for this. There was a bug with Apple's new linker with generating load ops when targeting 10.x runtimes.
...
[CL 29782291 by zack neyland in ue5-main branch]
2023-11-16 12:40:14 -05:00
..
AppleToolChain.cs
UBT: Remove ld_classic workaround, as bumping the min runtime to 11 removes the need for this. There was a bug with Apple's new linker with generating load ops when targeting 10.x runtimes.
2023-11-16 12:40:14 -05:00
ClangSpecificFileAction.cs
UnrealBuildTool: Additional extensions for clang singlefile compiles
2023-09-26 20:52:57 -04:00
ClangToolChain.cs
[Backout] - CL29577197
2023-11-09 12:21:13 -05:00
ClangWarnings.cs
Disable no-deprecated-copy warning when building with clang on Windows
2023-09-19 17:16:34 -04:00
ISPCToolChain.cs
UnrealBuildTool: Use IEnumerable for list of toolchain input lists that should be immutable
2023-10-04 20:25:45 -04:00
IWYUToolChain.cs
UnrealBuildTool: Add the ability to disable debugging info for select modules and plugins via TargetRules configuration
2023-10-06 12:28:59 -04:00
RemoteMac.cs
- Replaced System.Environment.MachineName (and System.Net.Dns.GetHostName()) with Unreal.MachineName, since Environment.MachineName is capped at 15 characters, and not every machine name is that short. Uses System.Net.Dns.GetHostName() internally unless is throws an exception, then it falls back to Env.MachineName
2023-11-14 09:40:24 -05:00
UEToolChain.cs
UnrealBuildTool: Fix command line args containing include paths and defines when they are already listed. Add c & cpp args into compilerAdditionalArgs dictionary
2023-10-31 16:11:51 -04:00