summaryrefslogtreecommitdiff
path: root/build.zig (unfollow)
Commit message (Expand)AuthorFilesLines
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
2021-11-02add options to enable wine/wasmtime/darling for testsGravatar Vincent Rischmann1-0/+6
2021-10-05build: fix for latest zigGravatar Vincent Rischmann1-2/+3
2021-08-27fix build script for latest zigGravatar Vincent Rischmann1-2/+5
2021-08-18build: handle macos in the test targetsGravatar Vincent Rischmann1-0/+8
2021-06-06ci: build windows with i386 tooGravatar Vincent Rischmann1-0/+8
2021-05-19all: update for latest zigGravatar Vincent Rischmann1-2/+1
2021-04-17make use_bundled work for all targetsGravatar Vincent Rischmann1-4/+5
2021-04-03build: cleanup test target for windowsGravatar Vincent Rischmann1-10/+0
2021-03-22build: run the tests on all targets we support for a given host OSGravatar Vincent Rischmann1-28/+150
2021-03-13build: fix building _without_ the bundled source codeGravatar Vincent Rischmann1-6/+11
2021-03-13build: fix building with glibcGravatar Vincent Rischmann1-1/+21
2021-03-13Move c-sources to c folderGravatar data-man1-3/+3
2021-01-31build: add the dbfile optionGravatar Vincent Rischmann1-0/+2
2021-01-24build: default to in-memory testsGravatar Vincent Rischmann1-2/+2
2021-01-09allow building with the bundled sqlite source codeGravatar Vincent Rischmann1-9/+29
2020-12-31build: set the targetGravatar Vincent Rischmann1-0/+3
2020-12-28rename is_ci to in_memoryGravatar Vincent Rischmann1-2/+2
2020-10-24remove the src directoryGravatar Vincent Rischmann1-2/+2