Commit fd2da87
committed
fix: update to new extension interface
1 parent 971898b commit fd2da87
File tree
5 files changed
+69
-17
lines changed- src
- include
5 files changed
+69
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
Submodule duckdb updated 7843 files
Submodule extension-ci-tools updated 30 files
- .github/workflows/TestCITools.yml+68-6
- .github/workflows/_extension_client_tests.yml+1-1
- .github/workflows/_extension_code_quality.yml+141
- .github/workflows/_extension_deploy.yml+36-16
- .github/workflows/_extension_distribution.yml+607-143
- README.md+7-9
- config/distribution_matrix.json+56-16
- docker/linux_amd64/Dockerfile+37-30
- docker/linux_amd64_gcc4/Dockerfile-80
- docker/linux_amd64_musl/Dockerfile+100
- docker/linux_arm64/Dockerfile+38-28
- makefiles/c_api_extensions/base.Makefile+289
- makefiles/c_api_extensions/c_cpp.Makefile+149
- makefiles/c_api_extensions/rust.Makefile+70
- makefiles/duckdb_extension.Makefile+201-31
- scripts/append_extension_metadata.py+44-6
- scripts/configure_helper.py+44
- scripts/modify_distribution_matrix.py+30-3
- toolchains/arm64-windows-static-md-release-vs2019comp.cmake+11
- toolchains/x64-windows-static-md-release-vs2019comp.cmake+11
- vcpkg_ports/README.md+4
- vcpkg_ports/avro-c/portfile.cmake+60
- vcpkg_ports/avro-c/static_link_only.patch+41
- vcpkg_ports/avro-c/vcpkg.json+16
- vcpkg_ports/vcpkg-cmake/portfile.cmake+14
- vcpkg_ports/vcpkg-cmake/vcpkg-port-config.cmake+3
- vcpkg_ports/vcpkg-cmake/vcpkg.json+6
- vcpkg_ports/vcpkg-cmake/vcpkg_cmake_build.cmake+91
- vcpkg_ports/vcpkg-cmake/vcpkg_cmake_configure.cmake+381
- vcpkg_ports/vcpkg-cmake/vcpkg_cmake_install.cmake+21
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
225 | 227 | | |
226 | 228 | | |
227 | | - | |
228 | | - | |
229 | | - | |
| 229 | + | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
234 | | - | |
235 | | - | |
| 235 | + | |
| 236 | + | |
236 | 237 | | |
237 | 238 | | |
238 | 239 | | |
| |||
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | 254 | | |
258 | | - | |
259 | | - | |
| 255 | + | |
| 256 | + | |
260 | 257 | | |
261 | 258 | | |
262 | 259 | | |
| |||
0 commit comments