aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step
AgeCommit message (Expand)Author
2023-08-03std.Build.Step.Compile: fine-grained system lib search controlAndrew Kelley
2023-08-03Fix compile error in `addVcpkgPaths`Fabio Arnold
2023-08-02build: dupe library, rpath, and framework LazyPathsMitchell Hashimoto
2023-08-01CLI: stop special-casing LLVM, LLD, and ClangAndrew Kelley
2023-07-31std.Build.Step.WriteFile: fix call to nonexistent functionGethDW
2023-07-30std.Build.LazyPath: fix resolution of cwd_relativeAndrew Kelley
2023-07-30std.Build.Step.InstallArtifact: disable emit-hAndrew Kelley
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-07-30Tries to fix Windows DLL linking.Felix "xq" Queißner
2023-07-30Introduces Compile.forceBuild() and Compile.forceEmit(…)Felix "xq" Queißner
2023-07-30Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...Felix (xq) Queißner
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
2023-07-28Build: use optionals againJacob Young
2023-07-27test: add a test that verifies no debug handlers get pulled into compiler_rtkcbanner
2023-07-24std.Build.Step.Compile: getEmittedDocs API enhancementsAndrew Kelley
2023-07-24CLI: delete dead option -femit-analysisAndrew Kelley
2023-07-23test: test for issues starting codegen on many targetsJacob Young
2023-07-22move installation logic to the build script where it belongsAndrew Kelley
2023-07-20check-object: allow for multiple extractions within one checkJakub Konka
2023-07-20check-object: format known OS-specific types before doing generic formatJakub Konka
2023-07-20check-object: dump PT flags when dumping program headersJakub Konka
2023-07-20check-object: remove wildcard matchers as they are too clunkyJakub Konka
2023-07-20check-object: dump contents of .dynamic sectionJakub Konka
2023-07-19test/link: add shared-memory test for WebAssemblyLuuk de Gram
2023-07-14Merge pull request #16398 from ziglang/check-object-elfJakub Konka
2023-07-13check-object: dump info on PHDRsJakub Konka
2023-07-13check-object: dump more info on SHDRsJakub Konka
2023-07-13check-object: dump some info on SHDRsJakub Konka
2023-07-13check-object: dump ELF headerJakub Konka
2023-07-11build: avoid repeating objects when linking a static libraryXavier Bouchoux
2023-07-11std.Build: Add methods for creating modules from a TranslateC object.Michael Buckley
2023-07-09Changed Step.Run's stdin to accept FileSource (#16358)Krzysztof Wolicki
2023-07-06std: add prefixed versions of addFileSource and addDirectorySource to Step.RunJakub Konka
2023-07-04std.Build.Step.Compile: fix clearing logic for empty cflagsAndrew Kelley
2023-06-26Build: make `InstallDirStep` use a `FileSource`Ian Johnson
2023-06-26std.Build: omit newline from last lineJan200101
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-21std.Build: implement variable substitutionJan200101
2023-06-21std.Build: correctly implement cmakedefine and cmakedefine01Jan200101
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-16std.Build.Step.Run: add stdin to cache manifestIsaac Freund
2023-06-13Merge pull request #15957 from BratishkaErik/deprecated-Andrew Kelley
2023-06-13allow run step to skip foreign binary execution if executor failsLee Cannon
2023-06-13Remove CheckObjectStep.runAndCompare (#15973)Zapolsky Anton
2023-06-13std.Build.Step.Compile: remove `addSystemIncludeDir`, `addIncludeDir`, `addLi...Eric Joldasov
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-06-03Build: fix producesPdbFile logic (#15756)xEgoist
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-24Fixes `WriteFile.getFileSource` failure on Windows (#15730)Mason Remaley