| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2024-04-14 | build: use the already defined sqlite module | 1 | -12/+4 | |
| 2024-04-14 | build: disable PIE | 1 | -1/+0 | |
| 2024-04-14 | fix for latest zig | 1 | -1/+1 | |
| 2024-01-29 | build.zig: Configure module to be used downstream | 1 | -2/+8 | |
| 2024-01-28 | pie | 1 | -1/+1 | |
| 2024-01-28 | refactor TestTarget | 1 | -35/+38 | |
| 2024-01-21 | fix: keep up with zig master | 1 | -29/+27 | |
| 2023-12-23 | build.zig: fix invalid reference | 1 | -6/+6 | |
| 2023-11-29 | fix build on non x86_64 architectures | 1 | -2/+12 | |
| 2023-11-26 | build: rework how we choose the test targets | 1 | -10/+76 | |
| 2023-09-20 | Fix test build step for various plaforms | 1 | -1/+2 | |
| 2023-08-05 | build.zig: use b.addModule rather than .createModule and .modules.put | 1 | -2/+1 | |
| 2023-08-05 | build.zig: add sqlite artifact | 1 | -0/+16 | |
| 2023-08-05 | build.zig: register module | 1 | -0/+3 | |
| 2023-07-31 | build: fix for latest zig | 1 | -12/+18 | |
| 2023-06-18 | fix for latest zig | 1 | -1/+1 | |
| 2023-05-17 | Fix build failures on latest Zig | 1 | -14/+16 | |
| 2023-03-18 | fix build | 1 | -1/+1 | |
| 2023-02-16 | fix build | 1 | -1/+1 | |
| 2023-02-05 | fix build.zig file | 1 | -33/+65 | |
| 2022-12-09 | build: remove use_stage1 | 1 | -2/+0 | |
| 2022-12-06 | build: don't use stage1 | 1 | -3/+0 | |
| 2022-11-06 | build: fix for latest zig | 1 | -3/+3 | |
| 2022-10-26 | disable building for arm-musleabihf for now | 1 | -7/+8 | |
| 2022-09-18 | build: add the zigcrypto loadable extension | 1 | -0/+34 | |
| 2022-09-18 | build: add the preprocess-files tool | 1 | -0/+15 | |
| 2022-09-17 | fix build for latest zig | 1 | -4/+4 | |
| 2022-08-29 | Remove unnecessary linkLibC() when static linking | 1 | -2/+1 | |
| 2022-08-21 | build: force the use of stage1 | 1 | -0/+3 | |
| 2022-07-26 | fix build | 1 | -1/+1 | |
| 2022-07-23 | build: let the user specify the build mode | 1 | -8/+8 | |
| 2022-04-01 | build: only include the 'c' directory if we're using the bundled sqlite code | 1 | -2/+2 | |
| 2022-01-04 | build: add a macOS cross-compilation test target | 1 | -0/+15 | |
| 2022-01-04 | build: add a windows cross-compilation test target | 1 | -0/+16 | |
| 2022-01-04 | build: add some comments to clarify what we're doing | 1 | -0/+8 | |
| 2021-12-26 | add some fuzzing capability | 1 | -1/+49 | |
| 2021-12-06 | build: fix for latest zig | 1 | -8/+0 | |
| 2021-11-02 | add options to enable wine/wasmtime/darling for tests | 1 | -0/+6 | |
| 2021-10-05 | build: fix for latest zig | 1 | -2/+3 | |
| 2021-08-27 | fix build script for latest zig | 1 | -2/+5 | |
| 2021-08-18 | build: handle macos in the test targets | 1 | -0/+8 | |
| 2021-06-06 | ci: build windows with i386 too | 1 | -0/+8 | |
| 2021-05-19 | all: update for latest zig | 1 | -2/+1 | |
| 2021-04-17 | make use_bundled work for all targets | 1 | -4/+5 | |
| 2021-04-03 | build: cleanup test target for windows | 1 | -10/+0 | |
| 2021-03-22 | build: run the tests on all targets we support for a given host OS | 1 | -28/+150 | |
| 2021-03-13 | build: fix building _without_ the bundled source code | 1 | -6/+11 | |
| 2021-03-13 | build: fix building with glibc | 1 | -1/+21 | |
| 2021-03-13 | Move c-sources to c folder | 1 | -3/+3 | |
| 2021-01-31 | build: add the dbfile option | 1 | -0/+2 |