summaryrefslogtreecommitdiff
path: root/build.zig (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-08build: always use the bundled sqlite sourceGravatar Vincent Rischmann1-32/+20
2024-12-08build: remove adhoc fuzzingGravatar Vincent Rischmann1-48/+0
2024-07-29Disable x86-windows tests due to Zig miscompilationGravatar Ryan Liptak1-3/+6
2024-06-17Enable features without vendoringGravatar Malcolm Still1-1/+23
2024-05-13use b.path API when appropiateGravatar Luna1-19/+19
2024-04-20fix buildGravatar Vincent Rischmann1-2/+2
2024-04-16build: macos on GitHub Actions is actually x86_64Gravatar Vincent Rischmann1-1/+1
2024-04-16build: revamp all test argetsGravatar Vincent Rischmann1-116/+25
2024-04-16build: don't test x86_64-macos in ciGravatar Vincent Rischmann1-1/+0
2024-04-14build: revamp the CI targetsGravatar Vincent Rischmann1-54/+9
2024-04-14build: stop building with the system library in CIGravatar Vincent Rischmann1-4/+0
2024-04-14build: rework and fix the CI testsGravatar Vincent Rischmann1-40/+21
2024-04-14build: add the workaround C fileGravatar Vincent Rischmann1-10/+16
2024-04-14build: use the already defined sqlite moduleGravatar Vincent Rischmann1-12/+4
2024-04-14build: disable PIEGravatar Vincent Rischmann1-1/+0
2024-04-14fix for latest zigGravatar Vincent Rischmann1-1/+1
2024-01-29build.zig: Configure module to be used downstreamGravatar JacobCrabill1-2/+8
2024-01-28pieGravatar jiacai20501-1/+1
2024-01-28refactor TestTargetGravatar jiacai20501-35/+38
2024-01-21fix: keep up with zig masterGravatar jiacai20501-29/+27
2023-12-23build.zig: fix invalid referenceGravatar Jari Vetoniemi1-6/+6
2023-11-29fix build on non x86_64 architecturesGravatar Vincent Rischmann1-2/+12
2023-11-26build: rework how we choose the test targetsGravatar Vincent Rischmann1-10/+76
2023-09-20Fix test build step for various plaformsGravatar John Bledsoe1-1/+2
2023-08-05build.zig: use b.addModule rather than .createModule and .modules.putGravatar Kitty-Cricket Piapiac1-2/+1
2023-08-05build.zig: add sqlite artifactGravatar Kitty-Cricket Piapiac1-0/+16
2023-08-05build.zig: register moduleGravatar Kitty-Cricket Piapiac1-0/+3
2023-07-31build: fix for latest zigGravatar Vincent Rischmann1-12/+18
2023-06-18fix for latest zigGravatar Vincent Rischmann1-1/+1
2023-05-17Fix build failures on latest ZigGravatar Lue1-14/+16
2023-03-18fix buildGravatar Vincent Rischmann1-1/+1
2023-02-16fix buildGravatar Vincent Rischmann1-1/+1
2023-02-05fix build.zig fileGravatar Vincent Rischmann1-33/+65
2022-12-09build: remove use_stage1Gravatar Vincent Rischmann1-2/+0
2022-12-06build: don't use stage1Gravatar Vincent Rischmann1-3/+0
2022-11-06build: fix for latest zigGravatar Vincent Rischmann1-3/+3
2022-10-26disable building for arm-musleabihf for nowGravatar Vincent Rischmann1-7/+8
2022-09-18build: add the zigcrypto loadable extensionGravatar Vincent Rischmann1-0/+34
2022-09-18build: add the preprocess-files toolGravatar Vincent Rischmann1-0/+15
2022-09-17fix build for latest zigGravatar Vincent Rischmann1-4/+4
2022-08-29Remove unnecessary linkLibC() when static linkingGravatar Dmitry Matveyev1-2/+1
2022-08-21build: force the use of stage1Gravatar Vincent Rischmann1-0/+3
2022-07-26fix buildGravatar Vincent Rischmann1-1/+1
2022-07-23build: let the user specify the build modeGravatar Vincent Rischmann1-8/+8
2022-04-01build: only include the 'c' directory if we're using the bundled sqlite codeGravatar Vincent Rischmann1-2/+2
2022-01-04build: add a macOS cross-compilation test targetGravatar Vincent Rischmann1-0/+15
2022-01-04build: add a windows cross-compilation test targetGravatar Vincent Rischmann1-0/+16
2022-01-04build: add some comments to clarify what we're doingGravatar Vincent Rischmann1-0/+8
2021-12-26add some fuzzing capabilityGravatar Vincent Rischmann1-1/+49
2021-12-06build: fix for latest zigGravatar Vincent Rischmann1-8/+0