This repository was archived by the owner on Nov 11, 2024. It is now read-only.
4 files changed
+19
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
- CMakeLists.txt+1-1
- include/plugify/language_module.h+9-2
- include/plugify/language_module_descriptor.h+2-4
- include/plugify/method.h+4-7
- include/plugify/module.h+2-4
- include/plugify/plugify_provider.h+2-4
- include/plugify/plugin.h+5-6
- include/plugify/plugin_descriptor.h+2-4
- include/plugify/plugin_reference_descriptor.h+2-4
- include/plugify/reference_wrapper.h+21-5
- src/core/module.cpp+63-1
- src/core/package_manager.cpp+1-1
- src/utils/binary_format.h+16
- src/utils/http_downloader_curl.cpp+2-2
- src/utils/sha256.cpp+3-14
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2266 | 2266 | | |
2267 | 2267 | | |
2268 | 2268 | | |
2269 | | - | |
| 2269 | + | |
2270 | 2270 | | |
2271 | 2271 | | |
2272 | 2272 | | |
| |||
2281 | 2281 | | |
2282 | 2282 | | |
2283 | 2283 | | |
2284 | | - | |
| 2284 | + | |
2285 | 2285 | | |
2286 | | - | |
| 2286 | + | |
2287 | 2287 | | |
2288 | 2288 | | |
2289 | 2289 | | |
2290 | 2290 | | |
2291 | 2291 | | |
2292 | 2292 | | |
2293 | | - | |
2294 | | - | |
2295 | | - | |
2296 | | - | |
2297 | | - | |
2298 | | - | |
2299 | | - | |
2300 | | - | |
2301 | | - | |
2302 | | - | |
2303 | | - | |
2304 | | - | |
2305 | | - | |
2306 | | - | |
2307 | | - | |
2308 | | - | |
2309 | | - | |
2310 | | - | |
| 2293 | + | |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
2311 | 2301 | | |
| 2302 | + | |
| 2303 | + | |
| 2304 | + | |
2312 | 2305 | | |
| 2306 | + | |
| 2307 | + | |
2313 | 2308 | | |
2314 | 2309 | | |
2315 | 2310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
0 commit comments