Commit Graph

3506 Commits

Author SHA1 Message Date
Wes Hunt
4a8d089c2f #jira UEB-379 - switching back to using System.IO.Compression for PCs, since Ionic is so much slower. macs will have to continue to suffer through using Ionic because it's the lesser of the evils readily available to us.
#codereview:ben.marsh

[CL 2664974 by Wes Hunt in Main branch]
2015-08-21 17:01:45 -04:00
Wes Hunt
bb27f83e9a CleanDirectory now ignores DirectoryNotFoundExceptions to harden against outside sources deleting that folder before it gets to it. I ran into this when manually deleting a subset to Intermediates to iterate on the UBT bug.
[CL 2664873 by Wes Hunt in Main branch]
2015-08-21 16:09:56 -04:00
Wes Hunt
adceff0c22 Passing -verbose to UBT now actually sets the verbose log level and not just bPrintDebugInfo.
[CL 2664870 by Wes Hunt in Main branch]
2015-08-21 16:08:38 -04:00
Peter Sauerbrei
14d64a6cd1 PR-1282 - added support for specifying additional linker flags in iOS project settings
based on changes from derekvanvliet
#ios

[CL 2664720 by Peter Sauerbrei in Main branch]
2015-08-21 14:18:43 -04:00
Mikolaj Sieluzycki
bd6772b42b Fix hot reload issues on Mac. Don't write BOM to response files.
#codereview Robert.Manuszewski
#codereview Michael.Trepka

[CL 2664685 by Mikolaj Sieluzycki in Main branch]
2015-08-21 13:55:45 -04:00
Keli Hlodversson
ad9e875ce2 SlateViewer: Unload modules at shutdown.
Ensures that CEF is uninitialized and has no threads hanging around, so the process will exit.
#codereview Jamie.Dale

[CL 2664648 by Keli Hlodversson in Main branch]
2015-08-21 13:33:28 -04:00
Daniel Lamb
062d87aabc Changed casing of dSYM.
#codereview Mark.Satterthwaite, Michael.Trepka

[CL 2664405 by Daniel Lamb in Main branch]
2015-08-21 10:38:37 -04:00
umerov1999
6e1d4dd467 PR #1479: Update ParallelExecutor.cpp (Contributed by umerov1999)
[CL 2664336 by Ben Marsh in Main branch]
2015-08-21 09:35:24 -04:00
Gareth Martin
125ac6132f Fix generated _getUObject() function not having "override" when it should
[CL 2664253 by Gareth Martin in Main branch]
2015-08-21 07:27:28 -04:00
Ben Marsh
82faf90761 Another minor tweak to the output of failed changes in GUBP.
[CL 2663847 by Ben Marsh in Main branch]
2015-08-20 21:50:34 -04:00
Ben Marsh
d1f5569e1f Another attempt at fixing node history dump.
[CL 2663823 by Ben Marsh in Main branch]
2015-08-20 21:02:39 -04:00
Ben Marsh
660608416f Tweak the list of recent changes in the build failure report. Now shows in descending order (like Perforce).
[CL 2663741 by Ben Marsh in Main branch]
2015-08-20 20:00:41 -04:00
Michael Noland
60b3dae277 Memory Profiler: Optimized FillActiveCallStackList to avoid frequent reallocations, significantly improving overall token stream parse speed
[CL 2663687 by Michael Noland in Main branch]
2015-08-20 19:31:37 -04:00
Peter Sauerbrei
88195c68ce PR-1125 - fix folder for 3rd party IOS frameworks
#ios

[CL 2663371 by Peter Sauerbrei in Main branch]
2015-08-20 16:01:37 -04:00
Ben Marsh
62238ae61c Clean up output for detailed changes in GUBP.
[CL 2663173 by Ben Marsh in Main branch]
2015-08-20 14:35:22 -04:00
Mark Satterthwaite
9a6e062dfc Correct case for Mac .dSYM in AutomationTool as well.
[CL 2663009 by Mark Satterthwaite in Main branch]
2015-08-20 13:21:39 -04:00
Mark Satterthwaite
373dc75466 At least on El Capitan debug symbols can't always be found when using the .dsym file extension only the .dSYM extension will work.
[CL 2662696 by Mark Satterthwaite in Main branch]
2015-08-20 10:52:43 -04:00
Maciej Mroz
108bd4f93a ModuleRelativePath Metadata is properly generated for structures
#codereview Steve.Robb

[CL 2662589 by Maciej Mroz in Main branch]
2015-08-20 09:50:59 -04:00
Ben Marsh
72a1a24ca4 Allow build commands to fail with an exit code, without throwing exceptions and dumping a callstack. GUBP nodes handle call print callstacks near to the point that they're thrown, but still need to do EC/temp storage clean-up work before the command can execute, so we don't want unneccessary spam by the generic exception handler.
[CL 2662576 by Ben Marsh in Main branch]
2015-08-20 09:46:59 -04:00
Peter Sauerbrei
34146c450d refactored Log to LogLog and LogConsole to Log
#uat

[CL 2662556 by Peter Sauerbrei in Main branch]
2015-08-20 09:37:11 -04:00
Ben Marsh
ea9958b43f Move FileFilter inside the AutomationTool namespace.
[CL 2662517 by Ben Marsh in Main branch]
2015-08-20 09:07:07 -04:00
Ben Marsh
db93204811 Reduce the amount of boilerplate log output when running UAT.
[CL 2662515 by Ben Marsh in Main branch]
2015-08-20 09:06:43 -04:00
Ben Marsh
6a1364d79e Fix spelling mistake in 'AutomationException'.
[CL 2662480 by Ben Marsh in Main branch]
2015-08-20 08:39:15 -04:00
Ben Marsh
47c58ec57c Rename the ErrorCodes enum to ExitCode, and ErrorCodes.Error_Success to ExitCode.Success.
[CL 2662478 by Ben Marsh in Main branch]
2015-08-20 08:38:09 -04:00
Robert Manuszewski
43728870d0 When cooking saving package will now skip creating exports and imports that are editor-only (are instances of an editor class).
[CL 2662441 by Robert Manuszewski in Main branch]
2015-08-20 06:52:43 -04:00