Skip to content

Commit 92b8af5

Browse files
committed
Finish porting sharedcache view to MemoryRegions, removing the need for the fake Raw view workaround
1 parent d059f99 commit 92b8af5

File tree

6 files changed

+33
-847
lines changed

6 files changed

+33
-847
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ python/generator.log
3333
python/generator.tlog
3434
.cache/
3535
target/
36+
view/sharedcache/api/python/_sharedcachecore.py
3637

3738
# Unit Tests
3839
suite/unit.py

view/sharedcache/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endif()
3333
set(HARD_FAIL_MODE OFF CACHE BOOL "Enable hard fail mode")
3434
set(SLIDEINFO_DEBUG_TAGS OFF CACHE BOOL "Enable debug tags in slideinfo")
3535
set(VIEW_NAME "DSCView" CACHE STRING "Name of the view")
36-
set(METADATA_VERSION 3 CACHE STRING "Version of the metadata")
36+
set(METADATA_VERSION 4 CACHE STRING "Version of the metadata")
3737

3838
add_subdirectory(core)
3939
add_subdirectory(api)

0 commit comments

Comments
 (0)