This repository was archived by the owner on Nov 11, 2024. It is now read-only.
File tree
5 files changed
+314
-459
lines changed- cmake
- external
- src
5 files changed
+314
-459
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 | 41 |
| |
47 | 42 |
| |
48 | 43 |
| |
| |||
91 | 86 |
| |
92 | 87 |
| |
93 | 88 |
| |
94 |
| - | |
| 89 | + | |
95 | 90 |
| |
96 | 91 |
| |
97 | 92 |
| |
|
This file was deleted.
- .github/workflows/clang.yml+1-1
- .github/workflows/gcc.yml+1-1
- .github/workflows/publish-docs.yml+1-1
- CMakeLists.txt+15-12
- include/plugify/function.cpp-410
- include/plugify/function.h-165
- include/plugify/jit/call.cpp+175
- include/plugify/jit/call.h+169
- include/plugify/jit/callback.cpp+251
- include/plugify/jit/callback.h+189
- include/plugify/jit/helpers.cpp+159
- include/plugify/jit/helpers.h+22
- include/plugify/string.h+191-195
- src/core/module.cpp+19-7
- src/core/module.h+1-1
- src/core/plugin.cpp+9-5
- src/core/plugin.h+1-1
- src/interface/module.cpp+1-5
- src/interface/plugin.cpp+1-5
- src/utils/file_system.cpp+2-2
0 commit comments