aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step
AgeCommit message (Expand)Author
2024-06-05objcopy build step: don't accept multiple sectionswooster0
2024-06-05Merge pull request #20120 from vahur/move-consts-to-rdataAndrew Kelley
2024-06-02pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`Veikka Tuominen
2024-05-31std.Build.Step.Run: global lock when child inherits stderrAndrew Kelley
2024-05-28std.Build.step.Compile: Fix lib{c,cpp} mixup in dependsOnSystemLibrary()Linus Groh
2024-05-27std.Build.Step.Run: account for new environment variableAndrew Kelley
2024-05-27std.Build.Step.Run: don't create empty progress nodeAndrew Kelley
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-24Step/CheckObject: handle stab entries when dumping MachO symtabJakub Konka
2024-05-20Build.Step.Run: fix cache management when there are side effectsJacob Young
2024-05-14Merge pull request #19958 from ziglang/macho-check-objectJakub Konka
2024-05-13Step.CheckObject: support dumping raw section contents for MachOJakub Konka
2024-05-13Step.CheckObject: put MachO object parsing logic in ObjectContext wrapperJakub Konka
2024-05-11std.Build.Step.Run: add missing call to writeManifestAndrew Kelley
2024-05-05Run: add output directory argumentsJacob Young
2024-05-05Build: cleanupJacob Young
2024-05-05Run: add lazy path file inputsJacob Young
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-05-03Delete compile errors for deprecated declsRyan Liptak
2024-05-02Build system: Allow specifying Win32 resource include paths using LazyPathRyan Liptak
2024-04-30std.Build.Step.CheckObject: fix parseDumpNamesAndrew Kelley
2024-04-22std.Build: Install Windows DLLs to `<prefix>/bin/` by defaultCarl Åstholm
2024-04-18std.Build: revert --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-04-15lib/std/Build/Step/CheckObject: dump section as stringJakub Konka
2024-04-15std.Build.Step.ConfigHeader: better error messagejd
2024-04-13std.Build.Step.ConfigHeader: better error messageAndrew Kelley
2024-04-11std.Build: revert the breaking changes onlyAndrew Kelley
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-04-10introduce std.Build.path; deprecate LazyPath.relativeAndrew Kelley
2024-04-07Merge pull request #18920 from castholm/fmtIdAndrew Kelley
2024-04-07Account for dependency boundaries when duping headersCarl Åstholm
2024-04-07Document added/updated functionsCarl Åstholm
2024-04-07Oops, forgot to dupe installations in `installLibraryHeaders`Carl Åstholm
2024-04-07`WriteFile.addCopyDirectory` should include all files by defaultCarl Åstholm
2024-04-07Implement `WriteFile.addCopyDirectory`Carl Åstholm
2024-04-07Create an include tree of installed headers for dependent modulesCarl Åstholm
2024-04-07Remove `dest_builder` field from `InstallDir/File`Carl Åstholm
2024-04-07std.Build: correct behavior of `Step.Compile.installHeader`Carl Åstholm
2024-04-07Update usages of `fmtId`/`isValidId`Carl Åstholm
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-03-27Build.Step.Compile: Add `mingw_unicode_entry_point` fieldRyan Liptak
2024-03-26std.Build: dupe provided paths for Step.Fmt.create()Luis Cáceres
2024-03-18std.Build.Step.Run: documentation for addFileArg and friendsAndrew Kelley
2024-03-18Implementing structs and better enums in build optionsReokodoku
2024-03-15Fix stuttering stderr in Zig test logNguyễn Gia Phong
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-06feat: add support for --enable-new-dtags and --disable-new-dtagsDillen Meijboom
2024-03-01objcopy: support multiple only sectionsbinarycraft007
2024-02-25test: rework how filtering worksJacob Young