Skip to content

Commit

Permalink
add SharedCArray
Browse files Browse the repository at this point in the history
  • Loading branch information
mw66 committed Jun 19, 2023
1 parent 255a07e commit 21ed9bd
Show file tree
Hide file tree
Showing 5 changed files with 523 additions and 54 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
build:
d++ --preprocess-only --parse-as-cpp --keep-pre-cpp-files --keep-d-files ./source/jdiutil/memory.dpp
sed -i "s/class SharedCArrayI(T)/interface SharedCArrayI(T)/g" ./source/jdiutil/memory.d
make clean
dub test
make clean
Expand Down
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"preBuildCommands": [],
"sourcePaths": [
"source"
],
]
}
Loading

0 comments on commit 21ed9bd

Please sign in to comment.