aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step
AgeCommit message (Expand)Author
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-13expose to build systemxdBronch
2023-11-07Merge pull request #17873 from ziglang/elf-archiveJakub Konka
2023-11-06CheckObject: support parsing and dumping archive symtab for ELFJakub Konka
2023-11-03cli: consolidate entry point flagsLuuk de Gram
2023-11-03update linker testsLuuk de Gram
2023-11-03wasm-linker: implement `-fno-entry` flagLuuk de Gram
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-26Step.Options: `@typeName` gives a fully qualified name so the test needs to r...Krzysztof Wolicki
2023-10-25Step.Compile: differentiate between fuzzy and exact matches for compile errorsJakub Konka
2023-10-24build: match and ignore /?/ in expected compile errorsJakub Konka
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-21std.Build: use create() instead of init() for Step.RemoveDirsnoire
2023-10-20Merge pull request #17608 from squeek502/resinator-fixesAndrew Kelley
2023-10-20std.Build: do not assume custom test runners support client-server modedweiller
2023-10-18Error if an .rc file uses the 'preprocess only' or 'no preprocess' flagsRyan Liptak
2023-10-18Merge pull request #17524 from Vexu/aro-translate-cAndrew Kelley
2023-10-17tests: translate-c and run-translated-c to the test harnessVeikka Tuominen
2023-10-16Build: fix some issues with ConfigHeader stepJacob Young
2023-10-15Add preliminary support for Windows .manifest filesRyan Liptak
2023-10-13remove redundant use of pathFromRootradar roark
2023-10-10Step.Run: change `cwd` to `?Build.LazyPath` (#17418)Krzysztof Wolicki
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-06std: fix memory bug in getExternalExecutorJakub Konka
2023-10-04comp: add support for -fdata-sectionsJakub Konka
2023-10-03std.macho: remove alignment from LoadCommandIteratorAndrew Kelley
2023-10-02std.Build: expose `-idirafter` to the build systemCarl Åstholm
2023-09-29Add include_extensions to InstallDir Options (#17300)Krzysztof Wolicki
2023-09-29Step.Run: fix assert of the wrong value (#17303)Krzysztof Wolicki
2023-09-28std.Build.ConfigHeader: override include guard option for blank style (#17310)Luis Cáceres
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-09-26Add '--compress-debug-sections=zstd'LinuxUserGD
2023-09-24Support non zig dependenciesantlilja
2023-09-23Allow Step.TranslateC to not link libcGarrett Beck
2023-09-22Merge pull request #17069 from squeek502/resinatorAndrew Kelley
2023-09-17rc compilation: Use MSVC includes if present, fallback to mingwRyan Liptak
2023-09-17addWin32ResourceFile: Ignore the resource file if the target object format is...Ryan Liptak
2023-09-17Add a .rc -> .res compiler to the Zig compilerRyan Liptak
2023-09-15package manager: write deps in a flat format, eliminating the FQN conceptmlugg
2023-08-25Build: fail tests that log errors, like `zig test` doesJacob Young
2023-08-20AstGen: add result location analysis passmlugg
2023-08-18check-object: dump contents of LC_BUILD_VERSION and LC_VERSION_MIN_* cmdsJakub Konka
2023-08-18build: merge FrameworkDir into IncludeDirJakub Konka