summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update README.md Gravatar Judsen Hembree2024-12-131-1/+3
| | | | | Use suggested code edit. Co-authored-by: Vincent Rischmann <vincent@rischmann.fr>
* fixup README.mdGravatar Jud Hembree2024-12-111-2/+2
| | | | | spanZ is no longer in the standard. Found an alternate way to run the example. Updating readme for the next guy.
* bump version to 3.47.2Gravatar Vincent Rischmann2024-12-081-1/+1
|
* readme: update table of contentsGravatar Vincent Rischmann2024-12-081-5/+0
|
* readme: stop recommending zigmodGravatar Vincent Rischmann2024-12-081-27/+0
| | | | `zig fetch` works well enough
* update readmeGravatar Vincent Rischmann2024-12-081-1/+0
|
* readme: stop supporting using a git submoduleGravatar Vincent Rischmann2024-12-081-64/+0
| | | | | | The official package manager works fine enough now that I don't wan't to support this use case myself; if people want to use Git submodules they'll have to figure it out themselves.
* Merge branch 'improve-readme-fetch'Gravatar Vincent Rischmann2024-12-081-20/+2
|\
| * update readmeGravatar Vincent Rischmann2024-12-081-20/+2
|/
* Merge pull request #171 from vrischmann/always-use-bundledGravatar Vincent Rischmann2024-12-081-32/+20
|\ | | | | always use the bundled sqlite source
| * build: always use the bundled sqlite sourceGravatar Vincent Rischmann2024-12-081-32/+20
|/ | | | | | I don't see any point using the system provided sqlite3 library. By using the bundled source code we simplify things and we get a more consistent setup: all platforms use the same sqlite source code.
* Merge branch 'improve-readme'Gravatar Vincent Rischmann2024-12-081-37/+43
|\
| * update readmeGravatar Vincent Rischmann2024-12-081-37/+43
|/
* remove the fuzz directory since it's not used anymoreGravatar Vincent Rischmann2024-12-086-618/+0
|
* Merge branch 'fuzzing'Gravatar Vincent Rischmann2024-12-082-48/+67
|\
| * add a fuzz testGravatar Vincent Rischmann2024-12-081-0/+67
| |
| * build: remove adhoc fuzzingGravatar Vincent Rischmann2024-12-081-48/+0
|/
* Merge pull request #170 from vrischmann/ci-ubuntu-2404Gravatar Vincent Rischmann2024-12-081-6/+6
|\ | | | | ci: run with ubuntu 24.04
| * ci: run with ubuntu 24.04ci-ubuntu-2404Gravatar Vincent Rischmann2024-12-071-6/+6
|/
* regenerate the loadable-ext-sqlite3.h fileGravatar Vincent Rischmann2024-12-071-3/+3
|
* update sqlite to 3.47.2Gravatar Vincent Rischmann2024-12-072-30/+35
|
* update zon versionGravatar Vincent Rischmann2024-11-301-1/+1
|
* Merge branch 'update-sqlite'Gravatar Vincent Rischmann2024-11-303-2878/+6167
|\
| * regenerate the loadable-ext-sqlite3.h fileGravatar Vincent Rischmann2024-11-301-63/+385
| |
| * update sqlite to 3.47.1Gravatar Vincent Rischmann2024-11-302-2815/+5782
|/
* Merge pull request #169 from notcancername/unionGravatar Vincent Rischmann2024-11-171-2/+11
|\ | | | | support custom-binding packed unions
| * support custom-binding unionsGravatar notcancername2024-11-161-2/+11
| |
* | Merge pull request #168 from IamSanjid/reuse-fieldGravatar Vincent Rischmann2024-10-302-11/+54
|\ \ | |/ |/| Reuse field for binding
| * Reuse field for bindingGravatar IamSanjid2024-10-232-11/+54
|/
* Merge pull request #166 from vrischmann/update-sqliteGravatar Vincent Rischmann2024-09-072-6103/+11339
|\ | | | | update sqlite
| * update sqliteGravatar Vincent Rischmann2024-09-072-6103/+11339
|/
* readme: link the demo repositoryGravatar Vincent Rischmann2024-08-311-2/+6
|
* readme: remove note about not compiling, it's obsoleteGravatar Vincent Rischmann2024-08-311-2/+0
|
* Merge pull request #165 from vrischmann/update-latest-zigGravatar Vincent Rischmann2024-08-294-83/+83
|\ | | | | fix for latest zig
| * fix for latest zigGravatar Vincent Rischmann2024-08-294-83/+83
|/
* Merge pull request #164 from squeek502/skip-x86-windowszig-0.13.0zig-0.13.0Gravatar Vincent Rischmann2024-07-291-3/+6
|\ | | | | Disable x86-windows tests due to Zig miscompilation
| * Disable x86-windows tests due to Zig miscompilationGravatar Ryan Liptak2024-07-291-3/+6
|/ | | | The 32-bit Windows target currently has a miscompilation which was causing these tests to fail: https://github.com/ziglang/zig/issues/20047
* update fixmeGravatar Vincent Rischmann2024-07-141-25/+25
| | | | Fixes #163
* Merge pull request #161 from malcolmstill/masterGravatar Vincent Rischmann2024-06-233-4/+26
|\ | | | | Enable features without vendoring
| * Latest zig master has renamed std.rand to std.RandomGravatar Malcolm Still2024-06-232-3/+3
| |
| * Enable features without vendoringGravatar Malcolm Still2024-06-171-1/+23
|/
* update gitignoreGravatar Vincent Rischmann2024-06-021-1/+2
|
* Merge pull request #159 from lun-4/zig-package-fixesGravatar Vincent Rischmann2024-05-131-19/+19
|\ | | | | use b.path API when appropiate
| * use b.path API when appropiateGravatar Luna2024-05-131-19/+19
|/
* gitattributes: fix the vendored filesGravatar Vincent Rischmann2024-04-281-2/+2
|
* fix buildGravatar Vincent Rischmann2024-04-201-2/+2
|
* Merge branch 'improve-test-targets'Gravatar Vincent Rischmann2024-04-162-124/+38
|\
| * ci: don't need submodulesGravatar Vincent Rischmann2024-04-161-2/+0
| |
| * ci: run the loadable extension test in another jobGravatar Vincent Rischmann2024-04-161-5/+12
| |
| * build: macos on GitHub Actions is actually x86_64Gravatar Vincent Rischmann2024-04-161-1/+1
| |