3 files changed
+14
-14
lines changedLines changed: 13 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 | 54 |
| |
56 | 55 |
| |
57 | 56 |
| |
| |||
145 | 144 |
| |
146 | 145 |
| |
147 | 146 |
| |
148 |
| - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + |
Lines changed: 0 additions & 11 deletions
This file was deleted.
- .github/release-please-manifest.json+1-1
- .github/workflows/cmake-multiple-platform.yml+4-4
- .github/workflows/msvc.yml+1-1
- .github/workflows/msys2.yml+7-2
- CHANGELOG.md+45
- CMakeLists.txt+37-314
- cmake/FetchAsmjit.cmake+3-3
- cmake/FetchCppTrace.cmake+21
- cmake/FetchCurl.cmake+4-3
- cmake/FetchFmt.cmake+4-3
- cmake/FetchGlaze.cmake+12
- cmake/FetchMiniz.cmake+12
- cmake/PlugifyBuildOptions.cmake+46
- cmake/PlugifyDependencies.cmake+176
- cmake/PlugifyRequirement.cmake+86
- cmake/PlugifySanitizer.cmake+23
- cmake/PlugifyTools.cmake+92
- cmake/PlugifyUtils.cmake+156
- cmake/git.cmake-74
- cmake/glaze.cmake-11
- cmake/miniz.cmake-11
- cmake/patches/miniz.patch+22
- include/plugify/crashlogs/crashlogs.cpp+279
- include/plugify/crashlogs/crashlogs.hpp+55
- include/plugify/date_time.hpp+12-9
- include/plugify/debugging.hpp+212
- include/plugify/jit/callback_x86.cpp+1-1
- include/plugify/jit/helpers_x86.cpp+1-1
- include/plugify/macro.hpp+164-21
- include/plugify/mem_addr.hpp+3-3
- include/plugify/mem_hook.hpp+3-3
- include/plugify/numerics.hpp+17-10
- include/plugify/package.hpp+1-1
- include/plugify/plugify_provider.hpp+18
- include/plugify/string.hpp+13-13
- include/plugify/variant.hpp+4-5
- include/plugify/vector.hpp+4-12
- schemas/config.schema.json+10-8
- schemas/language-module.schema.json+19-17
- schemas/package.schema.json+16-13
- schemas/plugin.schema.json+52-50
- src/core/module.cpp+4-4
- src/core/package_manager.cpp+6-5
- src/core/package_manager.hpp+1-1
- src/core/plugify.cpp+3-3
- src/core/plugify_provider.cpp+24
- src/core/plugify_provider.hpp+6
- src/core/plugin.cpp+3-3
- src/core/plugin.hpp+3-3
- src/core/plugin_manager.cpp+3-3
- src/interface/plugify_provider.cpp+12
- src/utils/assembly_windows.cpp+29-27
- src/utils/assert.h+5-34
- src/utils/binary_format.h+9-9
- src/utils/http_downloader.hpp+2-2
- src/utils/http_downloader_curl.cpp+10-9
- src/utils/http_downloader_curl.hpp+1-1
- src/utils/http_downloader_winhttp.cpp+111-30
- src/utils/http_downloader_winhttp.hpp+2-3
- src/utils/mem_accessor.cpp+2-2
- src/utils/os.h+1-1
- test/plug/CMakeLists.txt+1-1
- test/plug/main.cpp+8
- version.txt+1-1
0 commit comments