aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
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-08std.Build: fix regression in Step.ConfigHeaderAndrew Kelley
2024-04-07Merge pull request #18920 from castholm/fmtIdAndrew Kelley
2024-04-07std.Build: Remove unused `c_std` fieldCarl Åstholm
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-26make `addCSourceFiles` assert `options.files` are relativeDavid Rubin
2024-03-26std.Build: dupe provided paths for Step.Fmt.create()Luis Cáceres
2024-03-24Build.Cache: fix UAF during `unhit`Jacob Young
2024-03-21std.Build.Cache: bump manifest_file_size_max to 100MAndrew Kelley
2024-03-21std.Build.Cache: use an array hash map for filesAndrew Kelley
2024-03-21move Package.Path to std.Build.Cache.PathAndrew Kelley
2024-03-21extract std.Build.Cache.Directory into separate fileAndrew Kelley
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
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-24change `addCSourceFiles` to use `LazyPath` instead `Dependency` (#19017)David Rubin
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-04Merge pull request #18801 from jacobly0/fix-cache-retryAndrew Kelley
2024-02-04Cache: fix logic for retrying cache hitsJacob Young
2024-02-02std.Build: revert moving some fields to GraphAndrew Kelley
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-02-02cli+build: handle -ObjC flag and route it to MachO linkerJakub Konka
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-31std.Build.Step.TranslateC: fix use of outdated Module in createModuleGustavo C. Viegas
2024-01-29Apply cflags from pkg-config to all dependent modulesIan Johnson
2024-01-26Get rid of direct dependency on std.fmtMrDmitry
2024-01-26Minor formatting, removed duplicate test caseMrDmitry
2024-01-26Add escaped character processingMrDmitry
2024-01-26Rewrite replace_variables with CMake-specific versionMrDmitry