Jaroslaw Palczynski
32917f05be
UBT XML configuration improvements:
...
- XSD driven IntelliSense
- defaults read from code (default XML file will be regenerated on UBT startup if is different than it should be)
- configurable classes/fields have to be now annotated with XmlConfig and XmlConfigField attributes
#codereview Robert.Manuszewski
[CL 2095741 by Jaroslaw Palczynski in Main branch]
2014-06-05 12:12:32 -04:00
Robert Manuszewski
283e939959
GitHub pull request #194 : Full binary type. Removing hardcoded binary file extensions
...
[CL 2095675 by Robert Manuszewski in Main branch]
2014-06-05 12:11:58 -04:00
Bob Tellez
ab8c090a38
UE4: Removed bCompileNetworkProfiler. USE_NETWORK_PROFILER is now true whenever STATS is also true. Also, removed some platform-specific code in NetworkProfiler.cpp
...
[CL 2082160 by Bob Tellez in Main branch]
2014-05-22 14:04:35 -04:00
Peter Sauerbrei
aa5a1232f1
Merging
...
//depot/UE4-TappyChicken/Engine/Source/...
to //depot/UE4/Engine/Source/...
[CL 2081906 by Peter Sauerbrei in Main branch]
2014-05-22 09:13:12 -04:00
Jaroslaw Palczynski
7606debc6d
[GitHub] 66 : Start plumbing for advanced build handling
...
#ttp 333302
#codereview Robert.Manuszewski
[CL 2080176 by Jaroslaw Palczynski in Main branch]
2014-05-21 06:09:37 -04:00
Gil Gribb
9ac16e7837
build script, remove IOS on PC path from rocket
...
[CL 2074168 by Gil Gribb in Main branch]
2014-05-15 10:12:49 -04:00
John Pollard
c901055800
Use intermediate directory when unzipping frameworks
...
* Create intermediate directories to use for unzipping so we don't pollute directories not expecthing these temp files
* Skip frameworks not part of the target being considered
* Cleanup
#Codereview Josh.Adams, Peter.Sauerbrei, Michael.Noland, Gil.Gribb, Robert.Manuszewski
[CL 2070978 by John Pollard in Main branch]
2014-05-12 18:51:03 -04:00
John Pollard
eae6e5056b
Mac support for staging intermediate framework assets folder
...
[CL 2070637 by John Pollard in Main branch]
2014-05-12 15:05:08 -04:00
Dmitry Rekman
d1a6ccf77d
Cleaned up UBT from compiler warnings.
...
Removed code that was unused (or not yet fully in?).
#codereview Marcus.Wassmer, Peter.Sauerbrei
[CL 2069359 by Dmitry Rekman in Main branch]
2014-05-10 17:49:49 -04:00
John Pollard
b499a7ddf0
Mac support for copying bundled iOS framework assets
...
#Codereview Josh.Adams, Peter.Sauerbrei, Michael.Noland, Gil.Gribb, Robert.Manuszewski
[CL 2068721 by John Pollard in Main branch]
2014-05-09 17:38:40 -04:00
John Pollard
d99028f75e
Support for third party iOS framework bundled assets
...
* Work in progress, works with RPC utility, local mac support incoming
* Changed AdditionalPublicFrameworks from storing just string, to storing the frame work name, zip name, and bundled asset name that needs to be copied
* We also now store the module that added this framework, so we can derive the module project path, etc when we need it for when we create intermediate directories
#Codereview Josh.Adams, Peter.Sauerbrei, Michael.Noland, Gil.Gribb, Robert.Manuszewski
[CL 2068603 by John Pollard in Main branch]
2014-05-09 16:38:26 -04:00
Peter Sauerbrei
da13c9671c
move Epic mobile provisions to NotForLicensees
...
updates to tool chain, UBT, and IPP to properly access them
#ue4
#ios
[CL 2067084 by Peter Sauerbrei in Main branch]
2014-05-08 12:06:33 -04:00
Peter Sauerbrei
49e89d7df8
fix for stub file not including the signed executable and plist file
...
#ue4
#ios
[CL 2064848 by Peter Sauerbrei in Main branch]
2014-05-06 16:04:39 -04:00
Josh Adams
68ab60f131
- Fixed "latest" IOS sdk version with weirdly formatted SDK dirs
...
[CL 2064711 by Josh Adams in Main branch]
2014-05-06 14:14:12 -04:00
Peter Sauerbrei
2fdb7fcabd
delete temporary xcodeproj after signing
...
[CL 2062087 by Peter Sauerbrei in Main branch]
2014-05-02 09:43:59 -04:00
Peter Sauerbrei
a4eb69994e
put in some output to catch the iOS build error
...
[CL 2061872 by Peter Sauerbrei in Main branch]
2014-05-02 00:36:54 -04:00
Michael Trepka
ed60b64b2b
Changed Xcode project generator so that PC and Mac generate identical projects for iOS deployment. Also, cleaned up the generator a bit.
...
#codereview Peter.Sauerbrei
[CL 2061079 by Michael Trepka in Main branch]
2014-05-01 11:18:39 -04:00
John Pollard
701f3785b1
Build/cook/run fix when "FrameworkAssets" folder doesn't exist
...
[CL 2060702 by John Pollard in Main branch]
2014-04-30 21:10:24 -04:00
John Pollard
a517b2d368
Fix framework name extraction logic
...
[CL 2060459 by John Pollard in Main branch]
2014-04-30 17:24:34 -04:00
John Pollard
5e2d1c2dea
Modifications to build/cook/run pipeline to support third party frameworks on iOS
...
#Codereview Josh.Adams, Peter.Sauerbrei, Michael.Noland
[CL 2060181 by John Pollard in Main branch]
2014-04-30 14:09:06 -04:00
Peter Sauerbrei
37dbbaeafb
fix for aligned memory read of script code for iOS
...
#ue4
#ios
[CL 2060102 by Peter Sauerbrei in Main branch]
2014-04-30 12:53:43 -04:00
Marcus Wassmer
bdafd874da
#ue4 Setup PS4 for automated SDK switching.
...
#codereview josh.adams,dmitry.rekman,gil.gribb
[CL 2059190 by Marcus Wassmer in Main branch]
2014-04-29 21:56:53 -04:00
Peter Sauerbrei
0ed3738f68
Make iOS work with a Windows build of the pre-built binaries
...
#ue4
#ios
[CL 2058333 by Peter Sauerbrei in Main branch]
2014-04-28 19:56:45 -04:00
Gil Gribb
4bb3098a1a
build script, allow IOS on PC
...
[CL 2057856 by Gil Gribb in Main branch]
2014-04-28 12:34:43 -04:00
Peter Sauerbrei
122a713095
Potential fix for iOS build farm error
...
#ue4
#ios
[CL 2057397 by Peter Sauerbrei in Main branch]
2014-04-27 21:21:43 -04:00