]> src.bluestatic.org Git - duckdb-oslog.git/commit
Initialize repo from template
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 31 Jul 2025 09:44:46 +0000 (05:44 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 31 Jul 2025 09:44:46 +0000 (05:44 -0400)
commita34c8c4705597bd3bf828a25b51ebb157a6724f1
tree82414d990123c9f9534b13f7f6a2febb5b6e7144
Initialize repo from template

URL: https://github.com/duckdb/extension-template.git
Revision: f85fea84e263ec539bf44da45fb6b2a864fddb64
23 files changed:
.clang-format [new symlink]
.clang-tidy [new symlink]
.editorconfig [new symlink]
.github/workflows/ExtensionTemplate.yml [new file with mode: 0644]
.github/workflows/MainDistributionPipeline.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
docs/NEXT_README.md [new file with mode: 0644]
docs/README.md [new file with mode: 0644]
docs/UPDATING.md [new file with mode: 0644]
duckdb [new submodule]
extension-ci-tools [new submodule]
extension_config.cmake [new file with mode: 0644]
scripts/bootstrap-template.py [new file with mode: 0755]
scripts/extension-upload.sh [new file with mode: 0755]
src/include/quack_extension.hpp [new file with mode: 0644]
src/quack_extension.cpp [new file with mode: 0644]
test/README.md [new file with mode: 0644]
test/sql/quack.test [new file with mode: 0644]
vcpkg.json [new file with mode: 0644]