aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Compile.zig
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-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-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-19test/link: add shared-memory test for WebAssemblyLuuk de Gram
2023-07-11build: avoid repeating objects when linking a static libraryXavier Bouchoux
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-24all: migrate code to new cast builtin syntaxmlugg
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
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-16tweaks to --build-idAndrew Kelley
2023-05-16stage2: implement --build-id stylesMotiejus Jakštys
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
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