| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update setup-zig to v2 | 2025-05-26 | 1 | -2/+2 | |
| | | |||||
| * | ci: pin to zig 0.14.0pin-zig-0.14.0 | 2025-03-05 | 1 | -1/+1 | |
| | | |||||
| * | ci: change unmaintained action | 2025-03-01 | 1 | -2/+2 | |
| | | |||||
| * | the loadable extension is tested with the 'test' target | 2025-02-16 | 1 | -16/+0 | |
| | | |||||
| * | ci: run with ubuntu 24.04ci-ubuntu-2404 | 2024-12-07 | 1 | -6/+6 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | ci: don't use -frosetta | 2024-04-16 | 1 | -1/+1 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | ci: reenable windows | 2024-04-14 | 1 | -2/+1 | |
| | | |||||
| * | ci: use actions/cache v4 | 2024-04-14 | 1 | -1/+1 | |
| | | |||||
| * | ci: use actions/checkout v4 | 2024-04-14 | 1 | -1/+1 | |
| | | |||||
| * | ci: run tests with the -Dci flag | 2023-11-26 | 1 | -1/+1 | |
| | | |||||
| * | ci: use checkout@v4 | 2023-11-26 | 1 | -1/+1 | |
| | | |||||
| * | ci: -fsummary has been replaced | 2023-06-18 | 1 | -1/+1 | |
| | | |||||
| * | ci: always print the summary | 2023-06-04 | 1 | -1/+1 | |
| | | |||||
| * | ci: remove redundant run with 22.04 | 2023-06-04 | 1 | -1/+1 | |
| | | |||||
| * | ci: use checkout@v3 | 2023-05-31 | 1 | -2/+2 | |
| | | |||||
| * | ci: use setup-zig@v2 | 2023-05-31 | 1 | -2/+2 | |
| | | |||||
| * | ci: only run the workflow if a zig file is modified | 2023-05-31 | 1 | -0/+2 | |
| | | |||||
| * | ci: test the loadable extension | 2022-09-18 | 1 | -0/+5 | |
| | | |||||
| * | ci: stop testing on ubuntu 18.04 | 2022-09-18 | 1 | -1/+1 | |
| | | |||||
| * | ci: disable tests for Windows | 2022-09-03 | 1 | -1/+1 | |
| | | | | | | They fail for some unknown reason, disable until someone has time to debug them. | ||||
| * | ci: disable caching on Windows | 2022-08-21 | 1 | -0/+1 | |
| | | | | | It's failing for this PR and I don't know why. | ||||
| * | ci: only run the workflow on a push to master | 2022-08-06 | 1 | -0/+1 | |
| | | | | | | | | | With both `push` and `pull_request` a push to an open PR triggers two redundant builds which we should avoid. This should have minimal impact since I typically open a PR when working on a feature. | ||||
| * | ci: cache the zig cache files | 2022-08-06 | 1 | -0/+8 | |
| | | |||||
| * | ci: cancel in progress job | 2022-08-06 | 1 | -0/+4 | |
| | | |||||
| * | ci: run the workflow on all changes | 2022-08-06 | 1 | -8/+0 | |
| | | |||||
| * | ci: also trigger on ref creation | 2022-08-02 | 1 | -0/+1 | |
| | | |||||
| * | ci: test on macOS 12 | 2022-08-02 | 1 | -1/+1 | |
| | | |||||
| * | ci: test on all Ubuntu's variants | 2022-08-02 | 1 | -1/+1 | |
| | | | | | | | | Ubuntu 18.04 actually uses SQLite 3.22.x and as seen in 530feae7884ae5942c50cba30a307ddbcd767402 the SQLITE_DIRECTONLY flag doesn't exist until SQLite 3.30.0. If we had tested with Ubuntu 18.04 we would have caught this earlier. | ||||
| * | ci: stop testing both memory and filesystem | 2021-08-18 | 1 | -17/+0 | |
| | | | | | | | | | | We don't do much when choosing in memory or not, sqlite does all the work of managing the data, so there's not much point for us testing both modes. This will also have the benefit of reducing the time needed to run the CI, especially for aarch64 which is super slow. | ||||
| * | ci: enable macOS | 2021-08-18 | 1 | -2/+2 | |
| | | |||||
| * | actions- add `fail-fast: false` to matrix steps | 2021-08-11 | 1 | -0/+2 | |
| | | |||||
| * | Revert "ci: use vrischmann/checkout@disable-autocrlf" | 2021-07-18 | 1 | -6/+2 | |
| | | | | | This reverts commit 31caa367f3ea19a3a0a7d8c0a710089b14416d94. | ||||
| * | ci: use vrischmann/checkout@disable-autocrlf | 2021-07-12 | 1 | -2/+6 | |
| | | |||||
| * | ci: add steps for Windows | 2021-06-06 | 1 | -2/+2 | |
| | | |||||
| * | ci: run the actions every day | 2021-05-30 | 1 | -0/+2 | |
| | | |||||
| * | ci: remove extraneous jobs | 2021-03-23 | 1 | -6/+0 | |
| | | |||||
| * | ci: use two different jobs for in-memory/filesystem tests | 2021-03-13 | 1 | -5/+21 | |
| | | |||||
| * | ci: also trigger the github workflow if C files are modified | 2021-03-13 | 1 | -0/+4 | |
| | | |||||
| * | ci: add a lint GitHub step | 2021-02-27 | 1 | -0/+9 | |
| | | |||||
| * | ci: test both in-memory and filesystem | 2021-01-24 | 1 | -2/+2 | |
| | | |||||
| * | ci: rename is_ci to in_memory | 2020-12-28 | 1 | -1/+4 | |
| | | | | | also test both modes | ||||
| * | only Linux is supported | 2020-12-22 | 1 | -1/+1 | |
| | | |||||
| * | add the github workflow | 2020-12-22 | 1 | -0/+30 | |