-
- Downloads
committing caching system
Change-Id: I359d04d8205a2f471ef9ef8d5035418a4cf667e0
Showing
- CHAOSFramework.xcodeproj/project.pbxproj 140 additions, 0 deletionsCHAOSFramework.xcodeproj/project.pbxproj
- CHAOSWorkspace.xcworkspace/contents.xcworkspacedata 3 additions, 0 deletionsCHAOSWorkspace.xcworkspace/contents.xcworkspacedata
- CachingTest/CachingTest.xcodeproj/project.pbxproj 413 additions, 0 deletionsCachingTest/CachingTest.xcodeproj/project.pbxproj
- CachingTest/CachingTest/CachingTest.1 79 additions, 0 deletionsCachingTest/CachingTest/CachingTest.1
- CachingTest/CachingTest/main.cpp 291 additions, 0 deletionsCachingTest/CachingTest/main.cpp
- CachingTest/CachingTest/test/DataAggregate.h 46 additions, 0 deletionsCachingTest/CachingTest/test/DataAggregate.h
- CachingTest/CachingTest/test/MioElemento.cpp 34 additions, 0 deletionsCachingTest/CachingTest/test/MioElemento.cpp
- CachingTest/CachingTest/test/MioElemento.h 54 additions, 0 deletionsCachingTest/CachingTest/test/MioElemento.h
- CachingTest/CachingTest/test/myimpl/LocalDataFetcher.h 90 additions, 0 deletionsCachingTest/CachingTest/test/myimpl/LocalDataFetcher.h
- CachingTest/CachingTest/test/myimpl/SimpleDataAggregator.h 51 additions, 0 deletionsCachingTest/CachingTest/test/myimpl/SimpleDataAggregator.h
- CachingTest/CachingTest/test/myimpl/SimpleDataFetcher.h 40 additions, 0 deletionsCachingTest/CachingTest/test/myimpl/SimpleDataFetcher.h
- CachingTest/CachingTest/test/myimpl/SimpleDataTransform.h 40 additions, 0 deletionsCachingTest/CachingTest/test/myimpl/SimpleDataTransform.h
- CachingTest/CachingTest/test/testcachingSystem/AggregateReader.h 128 additions, 0 deletions...Test/CachingTest/test/testcachingSystem/AggregateReader.h
- CachingTest/CachingTest/test/testcachingSystem/SimpleReader.h 127 additions, 0 deletions...ingTest/CachingTest/test/testcachingSystem/SimpleReader.h
- chaos/common/CMakeLists.txt 17 additions, 0 deletionschaos/common/CMakeLists.txt
- chaos/common/caching_system/caching_thread/BufferTracker.h 140 additions, 0 deletionschaos/common/caching_system/caching_thread/BufferTracker.h
- chaos/common/caching_system/caching_thread/GarbageThread.h 151 additions, 0 deletionschaos/common/caching_system/caching_thread/GarbageThread.h
- chaos/common/caching_system/caching_thread/tracker_interface/DataAggregationInterface.h 55 additions, 0 deletions...ching_thread/tracker_interface/DataAggregationInterface.h
- chaos/common/caching_system/caching_thread/tracker_interface/DataFetcherInterface.h 68 additions, 0 deletions...m/caching_thread/tracker_interface/DataFetcherInterface.h
- chaos/common/caching_system/caching_thread/tracker_interface/DataTransformFilterInterface.h 51 additions, 0 deletions...g_thread/tracker_interface/DataTransformFilterInterface.h
Loading
Please register or sign in to comment