| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix build | 2022-07-26 | 1 | -1/+1 | |
| | | |||||
| * | build: let the user specify the build mode | 2022-07-23 | 1 | -8/+8 | |
| | | |||||
| * | build: only include the 'c' directory if we're using the bundled sqlite code | 2022-04-01 | 1 | -2/+2 | |
| | | |||||
| * | build: add a macOS cross-compilation test target | 2022-01-04 | 1 | -0/+15 | |
| | | | | | | The tests _may_ run with darling with `zig build -fdarling test`, but I haven't tested that yet. | ||||
| * | build: add a windows cross-compilation test target | 2022-01-04 | 1 | -0/+16 | |
| | | | | | The tests will run in wine with `zig build -fwine test` | ||||
| * | build: add some comments to clarify what we're doing | 2022-01-04 | 1 | -0/+8 | |
| | | |||||
| * | add some fuzzing capability | 2021-12-26 | 1 | -1/+49 | |
| | | |||||
| * | build: fix for latest zig | 2021-12-06 | 1 | -8/+0 | |
| | | |||||
| * | add options to enable wine/wasmtime/darling for tests | 2021-11-02 | 1 | -0/+6 | |
| | | |||||
| * | build: fix for latest zig | 2021-10-05 | 1 | -2/+3 | |
| | | |||||
| * | fix build script for latest zig | 2021-08-27 | 1 | -2/+5 | |
| | | |||||
| * | build: handle macos in the test targets | 2021-08-18 | 1 | -0/+8 | |
| | | |||||
| * | ci: build windows with i386 too | 2021-06-06 | 1 | -0/+8 | |
| | | |||||
| * | all: update for latest zig | 2021-05-19 | 1 | -2/+1 | |
| | | |||||
| * | make use_bundled work for all targets | 2021-04-17 | 1 | -4/+5 | |
| | | | | | | We might want to force the use of the bundled source code even when testing all targets. | ||||
| * | build: cleanup test target for windows | 2021-04-03 | 1 | -10/+0 | |
| | | |||||
| * | build: run the tests on all targets we support for a given host OS | 2021-03-22 | 1 | -28/+150 | |
| | | | | | | | | For a given host OS (Linux or Windows), define all the test targets directly in the build script. Additionally, support using QEMU to run the non-native tests. | ||||
| * | build: fix building _without_ the bundled source code | 2021-03-13 | 1 | -6/+11 | |
| | | |||||
| * | build: fix building with glibc | 2021-03-13 | 1 | -1/+21 | |
| | | | | | | sqlite3 requires at least glibc 2.28 from my testing; prevent building the tests using anything below that. | ||||
| * | Move c-sources to c folder | 2021-03-13 | 1 | -3/+3 | |
| | | |||||
| * | build: add the dbfile option | 2021-01-31 | 1 | -0/+2 | |
| | | |||||
| * | build: default to in-memory tests | 2021-01-24 | 1 | -2/+2 | |
| | | | | | | | | Now that we use `std.testing.tmpDir` we're actually hitting the disk, which made me realize that the tests run significantly slower than before, because on my system `/tmp` is a tmpfs which is already in memory. | ||||
| * | allow building with the bundled sqlite source code | 2021-01-09 | 1 | -9/+29 | |
| | | |||||
| * | build: set the target | 2020-12-31 | 1 | -0/+3 | |
| | | |||||
| * | rename is_ci to in_memory | 2020-12-28 | 1 | -2/+2 | |
| | | |||||
| * | remove the src directory | 2020-10-24 | 1 | -2/+2 | |
| | | |||||
| * | initial commit | 2020-10-24 | 1 | -0/+26 | |