Commit Graph

10 Commits

Author SHA1 Message Date
Ben Marsh
ac7fa73e85 Improve performance for building Rocket DDC: DDPs for individual projects are generated separately, skipping engine content, and separate DDP files are combined without decompressing/recompressing.
[CL 2514393 by Ben Marsh in Main branch]
2015-04-16 11:54:50 -04:00
Mike Fricker
114458bf0f Clang warning fixes: Fixed missing 'override' specifiers
- Also removed some unreferenced functions that adding 'override' revealed

PR #1002 -- Thank you, Omar007!

[CL 2498415 by Mike Fricker in Main branch]
2015-04-01 07:20:55 -04:00
Matthew Griffin
a7f75fbd49 [INTEGRATE] Change 2444249 by Ben.Marsh@Ben.Marsh_T3245_Clean on 2015/02/12 22:09:45
Add a wrapper around the PAK-file DDC backend which can compress cache entries. Big reduction in the size of the DDC pak file, and seems to add negligable amount (measured average < 0.5s) to startup time. For UE-8823.

[CL 2449854 by Matthew Griffin in Main branch]
2015-02-18 05:28:38 -05:00
Ben Marsh
e73be40ffd [INTEGRATE] Change 2425182 by Ben.Marsh@Ben.Marsh_T3245_Clean on 2015/01/30 00:27:58
Fix for building engine DDC on Mac; suspect that lock is due to recursion in FDerivedDataBackend::Get(), due to recursion through WaitForQuiescence. Instead of appending existing cache on startup, append it on shutdown if a command line parameter is present instead.

[CL 2426046 by Ben Marsh in Main branch]
2015-01-30 12:44:55 -05:00
Ben Marsh
263feb3b80 [INTEGRATE] Change 2423070 by Ben.Marsh@Ben.Marsh_T3245_Clean on 2015/01/28 19:39:35
Add a parameter to the pak file backend to merge DDC with an existing cache, and include DDC for MobileStarterContent and templates in Rocket build.

	#codereview Matthew.Griffin

[CL 2425921 by Ben Marsh in Main branch]
2015-01-30 11:28:44 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Jaroslaw Palczynski
65ba5d456f TArray documentation and a coupld of methods deprecation.
Changes mostly in Array.h. The changes in other files are only renames for deprecated functions.

[CL 2312616 by Jaroslaw Palczynski in Main branch]
2014-09-29 04:23:44 -04:00
Jaroslaw Palczynski
ebce413232 UE4 Refactoring. Changed OVERRIDE and FINAL macros to keywords override and final.
[CL 2104397 by Jaroslaw Palczynski in Main branch]
2014-06-13 06:14:46 -04:00
UnrealBot
db494a6e69 Engine source (Main branch up to CL 2037954) 2014-04-02 18:09:23 -04:00
Tim Sweeney
324683ce78 Engine source (Main branch up to CL 2026164) 2014-03-14 14:13:41 -04:00