Skip to content

Commit

Permalink
Finish porting sharedcache view to MemoryRegions, removing the need f…
Browse files Browse the repository at this point in the history
…or the fake Raw view workaround
  • Loading branch information
0cyn committed Jan 27, 2025
1 parent d059f99 commit 92b8af5
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 847 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ python/generator.log
python/generator.tlog
.cache/
target/
view/sharedcache/api/python/_sharedcachecore.py

# Unit Tests
suite/unit.py
Expand Down
2 changes: 1 addition & 1 deletion view/sharedcache/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ endif()
set(HARD_FAIL_MODE OFF CACHE BOOL "Enable hard fail mode")
set(SLIDEINFO_DEBUG_TAGS OFF CACHE BOOL "Enable debug tags in slideinfo")
set(VIEW_NAME "DSCView" CACHE STRING "Name of the view")
set(METADATA_VERSION 3 CACHE STRING "Version of the metadata")
set(METADATA_VERSION 4 CACHE STRING "Version of the metadata")

add_subdirectory(core)
add_subdirectory(api)
Expand Down
Loading

0 comments on commit 92b8af5

Please sign in to comment.