summaryrefslogtreecommitdiff
path: root/build.zig (follow)
Commit message (Expand)AuthorAgeFilesLines
* use b.path API when appropiateGravatar Luna2024-05-131-19/+19
* fix buildGravatar Vincent Rischmann2024-04-201-2/+2
* build: macos on GitHub Actions is actually x86_64Gravatar Vincent Rischmann2024-04-161-1/+1
* build: revamp all test argetsGravatar Vincent Rischmann2024-04-161-116/+25
* build: don't test x86_64-macos in ciGravatar Vincent Rischmann2024-04-161-1/+0
* build: revamp the CI targetsGravatar Vincent Rischmann2024-04-141-54/+9
* build: stop building with the system library in CIGravatar Vincent Rischmann2024-04-141-4/+0
* build: rework and fix the CI testsGravatar Vincent Rischmann2024-04-141-40/+21
* build: add the workaround C fileGravatar Vincent Rischmann2024-04-141-10/+16
* build: use the already defined sqlite moduleGravatar Vincent Rischmann2024-04-141-12/+4
* build: disable PIEGravatar Vincent Rischmann2024-04-141-1/+0
* fix for latest zigGravatar Vincent Rischmann2024-04-141-1/+1
* build.zig: Configure module to be used downstreamGravatar JacobCrabill2024-01-291-2/+8
* pieGravatar jiacai20502024-01-281-1/+1
* refactor TestTargetGravatar jiacai20502024-01-281-35/+38
* fix: keep up with zig masterGravatar jiacai20502024-01-211-29/+27
* build.zig: fix invalid referenceGravatar Jari Vetoniemi2023-12-231-6/+6
* fix build on non x86_64 architecturesGravatar Vincent Rischmann2023-11-291-2/+12
* build: rework how we choose the test targetsGravatar Vincent Rischmann2023-11-261-10/+76
* Fix test build step for various plaformsGravatar John Bledsoe2023-09-201-1/+2
* build.zig: use b.addModule rather than .createModule and .modules.putGravatar Kitty-Cricket Piapiac2023-08-051-2/+1
* build.zig: add sqlite artifactGravatar Kitty-Cricket Piapiac2023-08-051-0/+16
* build.zig: register moduleGravatar Kitty-Cricket Piapiac2023-08-051-0/+3
* build: fix for latest zigGravatar Vincent Rischmann2023-07-311-12/+18
* fix for latest zigGravatar Vincent Rischmann2023-06-181-1/+1
* Fix build failures on latest ZigGravatar Lue2023-05-171-14/+16
* fix buildGravatar Vincent Rischmann2023-03-181-1/+1
* fix buildGravatar Vincent Rischmann2023-02-161-1/+1
* fix build.zig fileGravatar Vincent Rischmann2023-02-051-33/+65
* build: remove use_stage1Gravatar Vincent Rischmann2022-12-091-2/+0
* build: don't use stage1Gravatar Vincent Rischmann2022-12-061-3/+0
* build: fix for latest zigGravatar Vincent Rischmann2022-11-061-3/+3
* disable building for arm-musleabihf for nowGravatar Vincent Rischmann2022-10-261-7/+8
* build: add the zigcrypto loadable extensionGravatar Vincent Rischmann2022-09-181-0/+34
* build: add the preprocess-files toolGravatar Vincent Rischmann2022-09-181-0/+15
* fix build for latest zigGravatar Vincent Rischmann2022-09-171-4/+4
* Remove unnecessary linkLibC() when static linkingGravatar Dmitry Matveyev2022-08-291-2/+1
* build: force the use of stage1Gravatar Vincent Rischmann2022-08-211-0/+3
* fix buildGravatar Vincent Rischmann2022-07-261-1/+1
* build: let the user specify the build modeGravatar Vincent Rischmann2022-07-231-8/+8
* build: only include the 'c' directory if we're using the bundled sqlite codeGravatar Vincent Rischmann2022-04-011-2/+2
* build: add a macOS cross-compilation test targetGravatar Vincent Rischmann2022-01-041-0/+15
* build: add a windows cross-compilation test targetGravatar Vincent Rischmann2022-01-041-0/+16
* build: add some comments to clarify what we're doingGravatar Vincent Rischmann2022-01-041-0/+8
* add some fuzzing capabilityGravatar Vincent Rischmann2021-12-261-1/+49
* build: fix for latest zigGravatar Vincent Rischmann2021-12-061-8/+0
* add options to enable wine/wasmtime/darling for testsGravatar Vincent Rischmann2021-11-021-0/+6
* build: fix for latest zigGravatar Vincent Rischmann2021-10-051-2/+3
* fix build script for latest zigGravatar Vincent Rischmann2021-08-271-2/+5
* build: handle macos in the test targetsGravatar Vincent Rischmann2021-08-181-0/+8