aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2023-04-05Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-03-20tests: add -Dskip-cross-glibc optionJacob Young
2023-03-18macho: add hot-code swapping pocJakub Konka
2023-03-17update-zig1: add --enable-sign-ext to wasm-optAndrew Kelley
2023-03-16Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-03-16make docgen accept --zig-lib-dirAndrew Kelley
2023-03-15build.zig: install the langref to $prefix/doc/langref.htmlAndrew Kelley
2023-03-15fix wasm bootstrapping compilation errorsAndrew Kelley
2023-03-15build.zig: bump maxrss upper bound for std lib testsAndrew Kelley
2023-03-15make -Dno-lib also skip docgenAndrew Kelley
2023-03-15build.zig: update docgen to modern build system APIAndrew Kelley
2023-03-15re-enable test-cases and get them all passingAndrew Kelley
2023-03-15re-enable standalone tests based on build.zigAndrew Kelley
2023-03-15re-enable the simple standalone testsAndrew Kelley
2023-03-15re-enable macho linker testsAndrew Kelley
2023-03-15new linker test harnessAndrew Kelley
2023-03-15re-enable asm-and-link testsAndrew Kelley
2023-03-15re-enable C ABI testsAndrew Kelley
2023-03-15re-enable CLI testsAndrew Kelley
2023-03-15re-enable compare-output test casesAndrew Kelley
2023-03-15re-integrate stack trace tests with the new std.Build APIAndrew Kelley
2023-03-15build.zig: annotate std lib tests maxrssAndrew Kelley
2023-03-15stage2: avoid bloat when using -Donly-cAndrew Kelley
2023-03-15eliminate stderr usage in std.Build make() functionsAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-03-15build.zig: remove redundant dependency of install step on zig exeAndrew Kelley
2023-03-15build system: capture stderr and report it laterAndrew Kelley
2023-03-08build: add -Dpie optionIsaac Freund
2023-02-27Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-23std.Build.WriteFileStep: integrate with cache systemAndrew Kelley
2023-02-22Merge pull request #14691 from jacobly0/ctypeAndrew Kelley
2023-02-20CBE: use stdint.h types instead of `zig_` prefixesJacob Young
2023-02-20std.compress: add zstandard decompressordweiller
2023-02-18Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-13build.zig: builder.zig_exe is not relativeAndrew Kelley
2023-02-13std.Build: start using the cache system with RunStepAndrew Kelley
2023-02-05Merge branch 'master' into lzmafn ⌃ ⌥
2023-02-03Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-02Add LZMA decoderfn ⌃ ⌥
2023-01-31rename std.Build.LibExeObjStep to std.Build.CompileStepAndrew Kelley
2023-01-31build.zig: remove dead list of unused source filesAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2023-01-29build.zig: update list of llvm libs to llvm 16Andrew Kelley
2023-01-29build.zig: llvm c++ files require -std=c++17Andrew Kelley
2023-01-26update CPU features to LLVM 16Andrew Kelley
2023-01-24Add an xz decoder to the standard libraryfn ⌃ ⌥
2023-01-16Merge pull request #14303 from perillo/improve-docgenVeikka Tuominen
2023-01-15build: avoid zig's libc++ on *-windows-msvckcbanner
2023-01-14Merge pull request #14271 from Vexu/c-abiVeikka Tuominen