aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2024-02-26compiler: JIT zig reduceAndrew Kelley
2024-02-25test: rework how filtering worksJacob Young
2024-02-24Revert "tests: add -Dskip-cross-glibc option"Jacob Young
2024-02-20c_import: extract behavior tests that use `@cImport`Jacob Young
2024-02-16build.zig: support multiple args in `cxx_compiler_arg1`Jacob Young
2024-02-14remove v1 deflate implementationIgor Anić
2024-02-14add deflate implemented from first principlesIgor Anić
2024-02-02std.Build: revert moving some fields to GraphAndrew Kelley
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-01-28build: reduce max rss back down to 7GBJakub Konka
2024-01-24build: bump max_rss for building the compiler againJakub Konka
2024-01-24build: bump max_rss for building the compiler againJakub Konka
2024-01-24build: bump maxrssJakub Konka
2024-01-13build.zig: don't install testdataAndrew Kelley
2024-01-08add tool for updating mingw crt filesAndrew Kelley
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-12-19build: pass --abbrev to git rather than relying on global configAndrew Kelley
2023-11-26build.zig: remove an unneeded 'else unreachable'Meghan Denny
2023-11-17aro-translate-c: update to upstream changesVeikka Tuominen
2023-11-07Merge pull request #17771 from ehaas/mingw-aroAndrew Kelley
2023-11-05build: add option to specify whether to use the llvm backendJacob Young
2023-11-03fix compilation regressionAndrew Kelley
2023-11-03add zig reduce subcommandAndrew Kelley
2023-11-03aro: Add stub definitions to enable bootstrappingEvan Haas
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-10-20build.zig: bump max_rss againAndrew Kelley
2023-10-20build.zig: it takes even more ram to build zig apparentlyAndrew Kelley
2023-10-20build.zig: adjust max_rss againAndrew Kelley
2023-10-20build.zig: building on macos takes more memoryAndrew Kelley
2023-10-20build.zig: annotate max_rss for building the compilerAndrew Kelley
2023-10-16build.zig: add support for using "zig c++" as the bootstrap c++ compilerXavier Bouchoux
2023-10-10Step.Compile: add options struct for `addCSourceFiles` (#17420)Krzysztof Wolicki
2023-10-08get `zig fetch` working with the new systemAndrew Kelley
2023-10-03Merge pull request #17341 from rzezeski/illumos-updatesAndrew Kelley
2023-10-02Add illumos OS tagStephen Gregoratto
2023-10-01add Aro sources as a dependencyVeikka Tuominen
2023-09-30solaris: link libstdc++Ryan Zezeski
2023-09-19update LLVM static library list to 17Andrew Kelley
2023-09-15build: don't skip compiler build with -Dno-binmlugg
2023-09-12Revert "ci: use zig build check-fmt instead of zig fmt --check"Andrew Kelley
2023-09-09ci: use zig build check-fmt instead of zig fmt --checkWooster
2023-09-03build stage3: detect system libcxxMichael Dusan
2023-08-18build: -Denable-ios-sdk implies -Denable-macos-sdkJakub Konka
2023-08-18build: add build test check for availability of IOS SDK on the hostJakub Konka
2023-08-10linux: search for system libc++Michael Dusan
2023-08-09change uses of std.builtin.Mode to OptimizeMode (#16745)Zachary Raineri
2023-08-03start the 0.12.0 release cycleAndrew Kelley
2023-08-03build.zig: use InstallArtifact Options instead of mutationAndrew Kelley
2023-08-01llvm: fix data layout calculation for experimental llvm targetsJacob Young