aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2024-06-17add -Denable-tidy flag and use it in the CIAndrew Kelley
2024-06-16make `zig build test` check for conforming formattingAndrew Kelley
2024-06-13Change deprecated b.host to b.graph.host in tests and Zig's build.zigKrzysztof Wolicki
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-06start the 0.14.0 release cycleAndrew Kelley
2024-06-02pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`Veikka Tuominen
2024-05-14build.zig: sync "exe_cflags" with CMakeEric Joldasov
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-05-08apparently LLVM depends on ws2_32.dll nowAndrew Kelley
2024-05-08suppress C++ type-limits warningsAndrew Kelley
2024-05-08add missing clang static library to the buildAndrew Kelley
2024-05-08update CMake files to LLVM 18Andrew Kelley
2024-04-25migrate langref documentation generation to the build systemAndrew Kelley
2024-04-19start the 0.13.0 release cycleAndrew Kelley
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-04-08haiku: fix linking issuesJacob Young
2024-04-07Promote linker test cases to packagesCarl Åstholm
2024-04-07Promote standalone test cases to packagesCarl Åstholm
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-10build: spend a lot less time generating std docsAndrew Kelley
2024-03-10build: don't include std lib docs by defaultAndrew Kelley
2024-03-08test manifest key checking and other fixesfebruary cozzocrea
2024-03-01compiler: audit debug mode checksJacob Young
2024-02-28build.zig: fix typo in extension exclusion listAndrew Kelley
2024-02-28make aro-based translate-c lazily built from sourceAndrew Kelley
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