| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | regenerate the loadable-ext-sqlite3.h file | 2024-12-07 | 1 | -3/+3 | |
| * | update sqlite to 3.47.2 | 2024-12-07 | 2 | -30/+35 | |
| * | update zon version | 2024-11-30 | 1 | -1/+1 | |
| * | Merge branch 'update-sqlite' | 2024-11-30 | 3 | -2878/+6167 | |
| |\ | |||||
| | * | regenerate the loadable-ext-sqlite3.h file | 2024-11-30 | 1 | -63/+385 | |
| | * | update sqlite to 3.47.1 | 2024-11-30 | 2 | -2815/+5782 | |
| |/ | |||||
| * | Merge pull request #169 from notcancername/union | 2024-11-17 | 1 | -2/+11 | |
| |\ | |||||
| | * | support custom-binding unions | 2024-11-16 | 1 | -2/+11 | |
| * | | Merge pull request #168 from IamSanjid/reuse-field | 2024-10-30 | 2 | -11/+54 | |
| |\ \ | |/ |/| | |||||
| | * | Reuse field for binding | 2024-10-23 | 2 | -11/+54 | |
| |/ | |||||
| * | Merge pull request #166 from vrischmann/update-sqlite | 2024-09-07 | 2 | -6103/+11339 | |
| |\ | |||||
| | * | update sqlite | 2024-09-07 | 2 | -6103/+11339 | |
| |/ | |||||
| * | readme: link the demo repository | 2024-08-31 | 1 | -2/+6 | |
| * | readme: remove note about not compiling, it's obsolete | 2024-08-31 | 1 | -2/+0 | |
| * | Merge pull request #165 from vrischmann/update-latest-zig | 2024-08-29 | 4 | -83/+83 | |
| |\ | |||||
| | * | fix for latest zig | 2024-08-29 | 4 | -83/+83 | |
| |/ | |||||
| * | Merge pull request #164 from squeek502/skip-x86-windowszig-0.13.0zig-0.13.0 | 2024-07-29 | 1 | -3/+6 | |
| |\ | |||||
| | * | Disable x86-windows tests due to Zig miscompilation | 2024-07-29 | 1 | -3/+6 | |
| |/ | |||||
| * | update fixme | 2024-07-14 | 1 | -25/+25 | |
| * | Merge pull request #161 from malcolmstill/master | 2024-06-23 | 3 | -4/+26 | |
| |\ | |||||
| | * | Latest zig master has renamed std.rand to std.Random | 2024-06-23 | 2 | -3/+3 | |
| | * | Enable features without vendoring | 2024-06-17 | 1 | -1/+23 | |
| |/ | |||||
| * | update gitignore | 2024-06-02 | 1 | -1/+2 | |
| * | Merge pull request #159 from lun-4/zig-package-fixes | 2024-05-13 | 1 | -19/+19 | |
| |\ | |||||
| | * | use b.path API when appropiate | 2024-05-13 | 1 | -19/+19 | |
| |/ | |||||
| * | gitattributes: fix the vendored files | 2024-04-28 | 1 | -2/+2 | |
| * | fix build | 2024-04-20 | 1 | -2/+2 | |
| * | Merge branch 'improve-test-targets' | 2024-04-16 | 2 | -124/+38 | |
| |\ | |||||
| | * | ci: don't need submodules | 2024-04-16 | 1 | -2/+0 | |
| | * | ci: run the loadable extension test in another job | 2024-04-16 | 1 | -5/+12 | |
| | * | build: macos on GitHub Actions is actually x86_64 | 2024-04-16 | 1 | -1/+1 | |
| | * | ci: don't use -frosetta | 2024-04-16 | 1 | -1/+1 | |
| | * | build: revamp all test argets | 2024-04-16 | 1 | -116/+25 | |
| |/ | |||||
| * | build: don't test x86_64-macos in ci | 2024-04-16 | 1 | -1/+0 | |
| * | Merge pull request #158 from vrischmann/workaround-sqlite-transient | 2024-04-14 | 8 | -111/+75 | |
| |\ | |||||
| | * | ci: run with -fqemu and -frosetta | 2024-04-14 | 1 | -0/+13 | |
| | * | ci: better output | 2024-04-14 | 1 | -3/+7 | |
| | * | ci: run with qemu and wine | 2024-04-14 | 1 | -1/+1 | |
| | * | build: revamp the CI targets | 2024-04-14 | 1 | -54/+9 | |
| | * | build: stop building with the system library in CI | 2024-04-14 | 1 | -4/+0 | |
| | * | build: rework and fix the CI tests | 2024-04-14 | 1 | -40/+21 | |
| | * | all: use our workaround function for SQLITE_TRANSIENT | 2024-04-14 | 2 | -5/+5 | |
| | * | build: add the workaround C file | 2024-04-14 | 1 | -10/+16 | |
| | * | c: add a workaround for SQLITE_TRANSIENT being mistranslated | 2024-04-14 | 4 | -0/+10 | |
| | * | ci: reenable windows | 2024-04-14 | 1 | -2/+1 | |
| |/ | |||||
| * | Merge pull request #157 from vrischmann/update-latest-zig | 2024-04-14 | 5 | -190/+209 | |
| |\ | |||||
| | * | build: use the already defined sqlite module | 2024-04-14 | 1 | -12/+4 | |
| | * | build: disable PIE | 2024-04-14 | 1 | -1/+0 | |
| | * | ci: use actions/cache v4 | 2024-04-14 | 1 | -1/+1 | |
| | * | ci: use actions/checkout v4 | 2024-04-14 | 1 | -1/+1 | |