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
ee3c2bc2fd7134885c3c35a20576346d82e0fe01
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
DerivedDataCache
/
Private
History
devin doucette
ee3c2bc2fd
DDC: Initialized bGetResult in case the callback is somehow missed
...
#rb none [CL 24408000 by devin doucette in ue5-main branch]
2023-02-24 15:48:03 -05:00
..
Http
Add capability for things that depend on the Zen service to attempt to recover the service if there is an interruption. The Zen DDC cache store is using this to allow recovery and retry of a cache request that fails to connect or times out when communicating with a Zen service on the same machine.
2022-12-16 15:47:14 -05:00
Tests
Exclude Zen from HttpCacheStore test on non-windows platforms as it is not ready for use on non-windows platforms.
2023-01-11 20:57:41 -05:00
BatchView.h
…
DerivedDataBackendInterface.h
…
DerivedDataBackends.cpp
DDC: Fixed the file system cache EditorOverrideSetting not handling paths with \ in them
2023-01-05 22:10:29 -05:00
DerivedDataBuild.cpp
…
DerivedDataBuildAction.cpp
…
DerivedDataBuildDefinition.cpp
…
DerivedDataBuildFunctionRegistry.cpp
…
DerivedDataBuildInputs.cpp
…
DerivedDataBuildJob.cpp
Fix build breakage from CL23917590.
2023-01-30 18:34:40 -05:00
DerivedDataBuildJobContext.cpp
…
DerivedDataBuildJobContext.h
…
DerivedDataBuildOutput.cpp
DDC: Added -ExportBuildOutput to include outputs in exported builds
2023-01-30 17:44:07 -05:00
DerivedDataBuildPrivate.h
…
DerivedDataBuildScheduler.cpp
DDC: Added new build scheduler modular features to queue by type and reserve memory
2022-11-25 21:38:59 -05:00
DerivedDataBuildSession.cpp
…
DerivedDataBuildWorkerRegistry.cpp
…
DerivedDataCache.cpp
DDC: Initialized bGetResult in case the callback is somehow missed
2023-02-24 15:48:03 -05:00
DerivedDataCacheKey.cpp
…
DerivedDataCacheKeyFilter.cpp
…
DerivedDataCacheMethod.cpp
…
DerivedDataCacheModule.cpp
…
DerivedDataCachePolicy.cpp
…
DerivedDataCachePrivate.h
…
DerivedDataCacheRecord.cpp
…
DerivedDataCacheReplay.cpp
…
DerivedDataCacheStore.h
…
DerivedDataCacheStoreAsync.cpp
…
DerivedDataCacheStoreHierarchy.cpp
DDC: Fixed a race condition in the cache hierarchy
2023-01-25 11:05:29 -05:00
DerivedDataCacheStoreThrottle.cpp
…
DerivedDataCacheStoreVerify.cpp
DDC: Added -DDC-VerifyFix to overwrite existing records and values that differ from newly generated records and values
2023-02-17 14:18:34 -05:00
DerivedDataCacheUsageStats.cpp
…
DerivedDataLegacyCacheStore.cpp
…
DerivedDataLegacyCacheStore.h
…
DerivedDataPrivate.h
…
DerivedDataRequestOwner.cpp
…
DerivedDataRequestTypes.cpp
…
DerivedDataSharedString.cpp
…
DerivedDataThreadPoolTask.cpp
LaunchTaskInThreadPool API change needs to be properly deprecated
2023-02-16 13:36:05 -05:00
DerivedDataValue.cpp
…
FileSystemCacheStore.cpp
Fix race in FCounters used in FileSystemCacheStore and AsyncLoading
2023-01-25 21:07:51 -05:00
HashingArchiveProxy.h
…
HttpCacheStore.cpp
Error -> Warning when we are unable to resolve a token for Cloud DDC. This will not cause the build to fail, but it will typically be slower for it so error is harsh (as that in itself causes the build to fail)
2023-02-17 10:25:12 -05:00
MemoryCacheStore.cpp
…
MemoryCacheStore.h
…
PakFileCacheStore.cpp
…
PakFileCacheStore.h
…
S3CacheStore.cpp
…
ZenCacheStore.cpp
Only report local stats for Zen DDC.
2023-02-14 03:09:44 -05:00