| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2024-12-22 | build: the 'bundled' flag is uselessrefactor-build | 1 | -27/+25 | |
| 2024-12-08 | build: always use the bundled sqlite source | 1 | -32/+20 | |
| 2024-12-08 | build: remove adhoc fuzzing | 1 | -48/+0 | |
| 2024-07-29 | Disable x86-windows tests due to Zig miscompilation | 1 | -3/+6 | |
| 2024-06-17 | Enable features without vendoring | 1 | -1/+23 | |
| 2024-05-13 | use b.path API when appropiate | 1 | -19/+19 | |
| 2024-04-20 | fix build | 1 | -2/+2 | |
| 2024-04-16 | build: macos on GitHub Actions is actually x86_64 | 1 | -1/+1 | |
| 2024-04-16 | build: revamp all test argets | 1 | -116/+25 | |
| 2024-04-16 | build: don't test x86_64-macos in ci | 1 | -1/+0 | |
| 2024-04-14 | build: revamp the CI targets | 1 | -54/+9 | |
| 2024-04-14 | build: stop building with the system library in CI | 1 | -4/+0 | |
| 2024-04-14 | build: rework and fix the CI tests | 1 | -40/+21 | |
| 2024-04-14 | build: add the workaround C file | 1 | -10/+16 | |
| 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 |