aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Compile.zig
AgeCommit message (Expand)Author
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