aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-03-25build: fixes from reviewkcbanner
2023-03-25coff: change dynamicbase to default to true (to match lld), change it to pass...kcbanner
2023-03-23build: allow for deferred FileSource matching in CheckObjectStepJakub Konka
2023-03-23build: when parsing rpaths, do not expand special runtime paths on DarwinJakub Konka
2023-03-20std.Build.RunStep: fix control flow with qemu+glibc logicAndrew Kelley
2023-03-19fix std.Build.OptionsStepAndrew Kelley
2023-03-18build-step: remove latest LogStep refNicolas Sterchele
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
2023-03-15std.Build: fix invalid assumption about fifosAndrew Kelley
2023-03-15std.Build.Cache: make unit tests not depend on cwdAndrew Kelley
2023-03-15std.Build.RunStep: fix handling spawn failureAndrew Kelley
2023-03-15std.Build.Cache: handle ENOENT on createFile raceAndrew Kelley
2023-03-15std.Build.CompileStep: remove setNamePrefix and add setNameAndrew Kelley
2023-03-15std.Build.Cache: handle ENOENT on createFile raceAndrew Kelley
2023-03-15std.Build.CompileStep: proper step dependency on headersAndrew Kelley
2023-03-15build runner: fix compilation errors on windowsAndrew Kelley
2023-03-15std.build.RunStep: clean up some leftover messAndrew Kelley
2023-03-15make the build runner and test runner talk to each otherAndrew Kelley
2023-03-15std.Build.InstallFileStep: add missing step dependenciesAndrew Kelley
2023-03-15std.Build.WriteFileStep: add missing step dependenciesAndrew Kelley
2023-03-15zig objcopy: support the compiler protocolAndrew Kelley
2023-03-15build runner enhancements in preparation for test-casesAndrew Kelley
2023-03-15std.Build.CheckFileStep: add a way to expect exactAndrew Kelley
2023-03-15std.Build.RunStep: support -fqemu solving bad dynamic linkerAndrew Kelley
2023-03-15std.Build.CompileStep: add FileSource support to some pathsAndrew Kelley
2023-03-15std.Build.CheckObjectStep: better error messageAndrew Kelley
2023-03-15std.Build.CompileStep: tweak the default step nameAndrew Kelley
2023-03-15re-enable CLI testsAndrew Kelley
2023-03-15re-integrate stack trace tests with the new std.Build APIAndrew Kelley
2023-03-15zig build: add an OOM-prevention systemAndrew Kelley
2023-03-15std.Build.Step: no-op steps report cached if all deps cachedAndrew Kelley
2023-03-15std.Build: audit use of updateFileAndrew Kelley
2023-03-15std.build.CompileStep: eliminate std.log usageAndrew Kelley
2023-03-15std.Build.InstallDirStep: avoid std.logAndrew Kelley
2023-03-15std.Build.ConfigHeaderStep: integrate with the cache systemAndrew Kelley
2023-03-15std.Build.Step.cacheHit marks step as cached on hitAndrew Kelley
2023-03-15std.Build.RunStep: add maxrss, duration, and cached statusAndrew Kelley
2023-03-15std.Build.RunStep: report duration and cached statusAndrew Kelley
2023-03-15build runner supports reporting cached status and durationAndrew Kelley
2023-03-15std.Build.RunStep: work around a miscompilationAndrew Kelley
2023-03-15eliminate stderr usage in std.Build make() functionsAndrew Kelley
2023-03-15std.Build.Cache.Directory: add a format() methodAndrew Kelley
2023-03-15fix Step.evalZigProcess to handle more than 1 message per pollAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-03-15std.Build.RunStep: better default step nameAndrew Kelley
2023-03-15std.Build.Step: avoid redundancy in default error messageAndrew Kelley
2023-03-15build system: better default name for ConfigHeaderStepAndrew Kelley
2023-03-15fix std.Build.TranslateCStepAndrew Kelley
2023-03-15multiplex compiler progress messages into the build runnerAndrew Kelley