File tree
3 files changed
+5
-5
lines changed- .github/workflows
- external
3 files changed
+5
-5
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 |
| - | |
107 |
| - | |
| 106 | + | |
| 107 | + | |
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
- .github/release-please-manifest.json+1-1
- .github/workflows/clang.yml+1-1
- .github/workflows/cmake-multiple-platform.yml+12-11
- .github/workflows/msvc.yml-12
- CHANGELOG.md+53
- CMakeLists.txt+1
- cmake/PlugifyBuildOptions.cmake+8-2
- cmake/PlugifyDependencies.cmake+15
- cmake/PlugifyRequirement.cmake+13-3
- cmake/PlugifyUtils.cmake+2-2
- include/plugify/allocator.hpp+2-2
- include/plugify/compat_format.hpp+53
- include/plugify/debugging.hpp+6-6
- include/plugify/package.hpp+11
- include/plugify/prot_flag.hpp+2-2
- src/core/language_module_descriptor.hpp+53
- src/core/method.hpp+88
- src/core/module.cpp+26-40
- src/core/module.hpp+3-2
- src/core/package_manager.cpp+269-452
- src/core/package_manager.hpp+3
- src/core/package_manifest.hpp+1-1
- src/core/plugin.cpp+14-27
- src/core/plugin.hpp+2-2
- src/core/plugin_descriptor.hpp+64
- src/core/plugin_manager.cpp+95-102
- src/core/plugin_manager.hpp+2-5
- src/pch.hpp+1
- src/utils/assembly.cpp+6-5
- src/utils/assembly_linux.cpp+4-4
- src/utils/assembly_windows.cpp+9-6
- src/utils/hash.hpp+40-5
- src/utils/http_downloader.cpp+80-79
- src/utils/http_downloader_curl.cpp+1-1
- src/utils/http_downloader_winhttp.cpp+6-3
- src/utils/json.hpp+54-13
- src/utils/sha256.cpp+4-14
- src/utils/strings.hpp+21
- test/containers/CMakeLists.txt+1-1
- test/plug/CMakeLists.txt+1-1
- test/plug/main.cpp+2-3
- version.txt+1-1
0 commit comments