aboutsummaryrefslogtreecommitdiff
path: root/build.zig
AgeCommit message (Expand)Author
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-29build.zig: bump maxrss upper bound for std lib testsAndrew Kelley
2023-05-17rename omit_pkg_fetching_code to only_core_functionalityAndrew Kelley
2023-05-16tweaks to --build-idAndrew Kelley
2023-05-16stage2: implement --build-id stylesMotiejus Jakštys
2023-05-14CMakeLists.txt and build.zig: remove deprecated optionsEric Joldasov
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-04-30cmake: install zig to 'build_dir/stage3' during buildingEric Joldasov
2023-04-16build.zig: default to Debug for wasm32 tooMotiejus Jakštys
2023-04-16zig build: change "-Drelease" to "-Doptimize"Motiejus Jakštys
2023-04-15tests: avoid skipping native testsAndrew Kelley
2023-04-12build: add option to not build langref on installJan200101
2023-04-11Add `omit_pkg_fetching_code` option to test_cases (#15244)Krzysztof Wolicki
2023-04-10std.Build.CompileStep: remove run() and install()Andrew Kelley
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