aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
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
2023-03-15std.Build.InstallArtifactStep: better default step nameAndrew Kelley
2023-03-15std.Build.CompileStep: better default step nameAndrew Kelley
2023-03-15std.Build.CompileStep: obtain the build output dir from protocolAndrew Kelley
2023-03-15integrate the build runner and the compiler serverAndrew Kelley
2023-03-15std.Build: better handling of stderr of child processesAndrew Kelley
2023-03-15std.Build: further enhance debug message for bad getPath()Andrew Kelley
2023-03-15std.Build: improve debugging of misconfigured stepsAndrew Kelley
2023-03-15build system: capture stderr and report it laterAndrew Kelley
2023-03-15build runner: proper threaded dependency managementAndrew Kelley
2023-03-15build_runner now executes the step graph in parallelAndrew Kelley
2023-03-15build runner: untangle dependency loop checking from makingAndrew Kelley
2023-03-10eliminate posix_spawn from the standard libraryAndrew Kelley
2023-03-03std.Build.Cache: remove 'test-filetimestamp.tmp' once timestamp returnedAli Chraghi
2023-02-25std.Build.CompileStep.installConfigHeader: add missing step dependencyAndrew Kelley
2023-02-24rename std.Build.InstallRawStep to ObjCopyStepAndrew Kelley
2023-02-23std.Build.WriteFileStep: integrate with cache systemAndrew Kelley
2023-02-21Update std.Build to new module CLI, update zig1 and CMakeListsmlugg
2023-02-19Merge pull request #11982 from marler8997/ignoreSigpipeAndrew Kelley
2023-02-19Revert "Merge pull request #14661 from evacchi/zig-wasi-preopens"Andrew Kelley
2023-02-19Merge pull request #14661 from evacchi/zig-wasi-preopensLuuk de Gram
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-18std.Build.RunStep: fix default caching logicAndrew Kelley
2023-02-18wasi: add Preopens.findDir, update tests to preopen `/tmp'Edoardo Vacchi
2023-02-17add test to ignore sigpipeJonathan Marler
2023-02-13std.Build.OptionsStep: update test caseAndrew Kelley
2023-02-13std.Build: make cache_root and global_cache_root relative to cwdAndrew Kelley
2023-02-13std.Build: start using the cache system with RunStepAndrew Kelley