aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
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-08Package.Fetch: fix handling of relative pathsAndrew Kelley
2023-10-08finish hooking up new dependency tree logicAndrew Kelley
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-22build: add --skip-oom-stepskcbanner
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-19Cache: Fix findPrefix when paths are slightly out of the ordinaryRyan Liptak
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-13Merge pull request #16773 from Sahnvour/build-stack-framesAndrew Kelley
2023-08-13std.Build: add support for deps .d file in Step.RunSahnvour
2023-08-13std.Build: factorize Step stack trace dumping codeSahnvour
2023-08-13std.Build: make number of collected stack frames configurableSahnvour
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
2023-07-30std.Build.Step.InstallArtifact: disable emit-hAndrew Kelley
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-07-30Tries to fix Windows DLL linking.Felix "xq" Queißner
2023-07-30Introduces Compile.forceBuild() and Compile.forceEmit(…)Felix "xq" Queißner