aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
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-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
2023-02-13std.Build.Cache: remove debug log statementsAndrew Kelley
2023-02-13move the cache system from compiler to std libAndrew Kelley
2023-02-13std.Build.RunStep: introduce addOutputFileArg APIAndrew Kelley
2023-02-13std.Build.ConfigHeaderStep: support outputting assembly config filesAndrew Kelley
2023-02-13std.Build: support running build artifacts from packagesAndrew Kelley
2023-02-13std.Build.ConfigHeaderStep: support sentinel-terminated stringsAndrew Kelley
2023-02-05std.Build: enhancements to ConfigHeaderStepAndrew Kelley
2023-02-05std.build: support for generated c headersDavid Vanderson
2023-02-04std.Build: support exposing and depending on zig modulesAndrew Kelley
2023-02-03introduce ZON: Zig Object NotationAndrew Kelley
2023-02-01remove reference to removed addTestExeKirk Scheibelhut
2023-01-31std.Build.CompileStep: fix API usage in unit testAndrew Kelley
2023-01-31std.Build.ConfigHeaderStep: support more typesAndrew Kelley
2023-01-31std.Build: avoid use of catch unreachableAndrew Kelley
2023-01-31rename std.Build.LibExeObjStep to std.Build.CompileStepAndrew Kelley
2023-01-31std.Build: accept host Target in create()Andrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley