aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step
AgeCommit message (Expand)Author
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
2023-08-18build: disambiguate system framework path (-iframework) from framework path (-F)Jakub Konka
2023-08-18build: remove spurious -iframework flag; use getPath2 for framework path reso...Jakub Konka
2023-08-18build: do not emit -iwithsysroot/-iframeworkwithsysroot implicitlyJakub Konka
2023-08-13std.Build: add support for deps .d file in Step.RunSahnvour
2023-08-12build/ObjCopy: strip debug info to a separate elf file.Xavier Bouchoux
2023-08-10Build.ConfigHeader: render identifiersAli Chraghi
2023-08-09change uses of std.builtin.Mode to OptimizeMode (#16745)Zachary Raineri
2023-08-03std.Build.Step.Compile: fine-grained system lib search controlAndrew Kelley
2023-08-03Fix compile error in `addVcpkgPaths`Fabio Arnold
2023-08-02build: dupe library, rpath, and framework LazyPathsMitchell Hashimoto
2023-08-01CLI: stop special-casing LLVM, LLD, and ClangAndrew Kelley
2023-07-31std.Build.Step.WriteFile: fix call to nonexistent functionGethDW
2023-07-30std.Build.LazyPath: fix resolution of cwd_relativeAndrew Kelley