aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build.zig
AgeCommit message (Expand)Author
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-24Fixes `WriteFile.getFileSource` failure on Windows (#15730)Mason Remaley
2023-05-24std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.ttyLinus Groh
2023-05-24std.debug: Rename TTY.Color enum values to snake caseLinus Groh
2023-05-18Deduplicate uses of the same package across dependenciesmlugg
2023-05-16tweaks to --build-idAndrew Kelley
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-05-03build: rename std.Build.*Step to std.Build.Step.*Nicolas Sterchele
2023-04-30std.Build: detect and disallow top-level step name clashesdweiller
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-15CI: more C backend test coverageAndrew Kelley
2023-04-15std.Build: add some more init options to CompileStepAndrew Kelley
2023-04-11fix build logic due to state mutations and break the API accordinglyAndrew Kelley
2023-03-19fix std.Build.OptionsStepAndrew Kelley
2023-03-17Build.zig_exe: make it sentinel-awareMotiejus Jakštys
2023-03-17main: add debug option to dump unoptimized llvm irJacob Young
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: use Cache hash helper for package prefix dirsAndrew Kelley
2023-03-15std.Build: add addAnonymousDependencyAndrew Kelley
2023-03-15re-enable CLI testsAndrew Kelley
2023-03-15zig build: add an OOM-prevention systemAndrew Kelley
2023-03-15std.Build: audit use of updateFileAndrew Kelley
2023-03-15std.build.CompileStep: eliminate std.log usageAndrew Kelley
2023-03-15zig build: many enhancements related to parallel buildingAndrew Kelley
2023-03-15build system: give RunStep a better default step nameAndrew Kelley
2023-03-15fix std.Build.TranslateCStepAndrew Kelley
2023-03-15multiplex compiler progress messages into the build runnerAndrew 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-15extract some logic from std.Build to build_runner.zigAndrew Kelley
2023-03-04std.Build.addModule: return the created moduleAndrew Kelley
2023-02-24rename std.Build.InstallRawStep to ObjCopyStepAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-13Merge pull request #14571 from ziglang/more-build-zigAndrew Kelley
2023-02-13Add -ferror-tracing and -fno-error-tracing compile optionsAdamGoertz
2023-02-13std.Build: delete test that doesn't test anythingAndrew 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-13move the cache system from compiler to std libAndrew Kelley
2023-02-13std.Build: support running build artifacts from packagesAndrew Kelley
2023-02-11std.Build.addAssembly: add missing .kindAsherah Connor
2023-02-05std.Build: enhancements to ConfigHeaderStepAndrew Kelley