summaryrefslogtreecommitdiff
path: root/build.zig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix ArrayList API changes from Zig MasterGravatar Matt Knight2025-08-171-4/+4
* build: disable the zigcrypto testsGravatar Vincent Rischmann2025-08-101-33/+33
* chore: update to zig 0.15Gravatar Tesseract222025-08-091-10/+25
* build: fix zigcrypto dependenciesGravatar Vincent Rischmann2025-02-161-0/+1
* build: install the sqlite library artifactGravatar Vincent Rischmann2025-02-161-1/+1
* stop vendoring the sqlite C code, rework the buildGravatar Vincent Rischmann2025-02-161-75/+155
* build: disable mips in testsGravatar Vincent Rischmann2025-01-171-1/+2
* build: fix for latest zigGravatar Vincent Rischmann2025-01-171-1/+1
* build: the 'bundled' flag is uselessrefactor-buildGravatar Vincent Rischmann2024-12-221-27/+25
* build: always use the bundled sqlite sourceGravatar Vincent Rischmann2024-12-081-32/+20
* build: remove adhoc fuzzingGravatar Vincent Rischmann2024-12-081-48/+0
* Disable x86-windows tests due to Zig miscompilationGravatar Ryan Liptak2024-07-291-3/+6
* Enable features without vendoringGravatar Malcolm Still2024-06-171-1/+23
* 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