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
9c19f91dfeed7ef14a87a4cbdebc774bf73f6df8
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
DerivedDataCache
/
Private
History
devin doucette
0190309348
DDC: Removed an erroneous check from the file system cache store
...
#rb none #rnx [CL 25529485 by devin doucette in ue5-main branch]
2023-05-18 13:52:53 -04:00
..
Http
DDC: Added EHttpVersion to HttpClient
2023-04-25 13:54:42 -04:00
Tests
Change HttpCacheStoreTest to pass access token rather than OAuth details to Zen intermediary instances. Also ensure that we don't overlap keys for Meta and NoMeta test data.
2023-03-23 13:05:19 -04:00
BatchView.h
…
DerivedDataBackendInterface.h
…
DerivedDataBackends.cpp
DDC: Moved file system cache store configuration into the file system cache store
2023-05-16 16:00:11 -04:00
DerivedDataBuild.cpp
…
DerivedDataBuildAction.cpp
…
DerivedDataBuildDefinition.cpp
…
DerivedDataBuildFunctionRegistry.cpp
…
DerivedDataBuildInputs.cpp
…
DerivedDataBuildJob.cpp
…
DerivedDataBuildJobContext.cpp
Replaced uses of FLazyEvent with FManualResetEvent
2023-03-27 18:26:53 -04:00
DerivedDataBuildJobContext.h
Replaced uses of FLazyEvent with FManualResetEvent
2023-03-27 18:26:53 -04:00
DerivedDataBuildOutput.cpp
…
DerivedDataBuildPrivate.h
…
DerivedDataBuildScheduler.cpp
…
DerivedDataBuildSession.cpp
…
DerivedDataBuildWorkerRegistry.cpp
…
DerivedDataCache.cpp
Formatting Changes to Cook Profiling Telemetry for Grafana. Replaced "." with "_". Bumped SchemaVersion of Cook Telemetry to 2.
2023-03-27 09:49:14 -04:00
DerivedDataCacheKey.cpp
Fix C++20 compiler error. Add new equality operator for FCacheBucketOwner to avoid ambiguity when reversing arguments.
2023-03-23 06:59:24 -04:00
DerivedDataCacheKeyFilter.cpp
…
DerivedDataCacheMethod.cpp
…
DerivedDataCacheModule.cpp
…
DerivedDataCachePolicy.cpp
…
DerivedDataCachePrivate.h
…
DerivedDataCacheRecord.cpp
…
DerivedDataCacheReplay.cpp
…
DerivedDataCacheStore.h
…
DerivedDataCacheStoreAsync.cpp
…
DerivedDataCacheStoreHierarchy.cpp
DDC: Fixed merging and filtering of partial records in the cache hierarchy
2023-05-02 19:07:42 -04:00
DerivedDataCacheStoreThrottle.cpp
…
DerivedDataCacheStoreVerify.cpp
…
DerivedDataCacheUsageStats.cpp
…
DerivedDataLegacyCacheStore.cpp
…
DerivedDataLegacyCacheStore.h
…
DerivedDataPrivate.h
…
DerivedDataRequestOwner.cpp
Changed complex uses of events to use FEventCount
2023-03-27 18:26:44 -04:00
DerivedDataRequestTypes.cpp
…
DerivedDataSharedString.cpp
…
DerivedDataThreadPoolTask.cpp
Replaced uses of FLazyEvent with FManualResetEvent
2023-03-27 18:26:53 -04:00
DerivedDataValue.cpp
…
FileSystemCacheStore.cpp
DDC: Removed an erroneous check from the file system cache store
2023-05-18 13:52:53 -04:00
HashingArchiveProxy.h
…
HttpCacheStore.cpp
Added ability to override the http version used for the http cache using "UE-CloudDataCacheHttpVersion" env variable or "-CloudDataCacheHttpVersion" command line argument
2023-05-04 09:31:50 -04:00
MemoryCacheStore.cpp
…
MemoryCacheStore.h
…
PakFileCacheStore.cpp
…
PakFileCacheStore.h
…
S3CacheStore.cpp
…
ZenCacheStore.cpp
Check status code for responses received from zenserver DDC requests.
2023-05-09 08:08:07 -04:00