| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||