aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/CompileStep.zig
AgeCommit message (Expand)Author
2023-02-25std.Build.CompileStep.installConfigHeader: add missing step dependencyAndrew Kelley
2023-02-24rename std.Build.InstallRawStep to ObjCopyStepAndrew Kelley
2023-02-21Update std.Build to new module CLI, update zig1 and CMakeListsmlugg
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-18wasi: add Preopens.findDir, update tests to preopen `/tmp'Edoardo Vacchi
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: support running build artifacts from packagesAndrew 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-01-31std.Build.CompileStep: fix API usage in unit testAndrew Kelley
2023-01-31std.Build: avoid use of catch unreachableAndrew Kelley
2023-01-31rename std.Build.LibExeObjStep to std.Build.CompileStepAndrew Kelley