aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Compile.zig
AgeCommit message (Expand)Author
2023-11-03wasm-linker: implement `-fno-entry` flagLuuk de Gram
2023-10-25Step.Compile: differentiate between fuzzy and exact matches for compile errorsJakub Konka
2023-10-24build: match and ignore /?/ in expected compile errorsJakub Konka
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-10-20Merge pull request #17608 from squeek502/resinator-fixesAndrew Kelley
2023-10-20std.Build: do not assume custom test runners support client-server modedweiller
2023-10-18Error if an .rc file uses the 'preprocess only' or 'no preprocess' flagsRyan Liptak
2023-10-15Add preliminary support for Windows .manifest filesRyan Liptak
2023-10-13remove redundant use of pathFromRootradar roark
2023-10-10Step.Compile: add options struct for `addCSourceFiles` (#17420)Krzysztof Wolicki
2023-10-08get `zig fetch` working with the new systemAndrew Kelley
2023-10-04comp: add support for -fdata-sectionsJakub Konka
2023-10-02std.Build: expose `-idirafter` to the build systemCarl Åstholm
2023-09-26Add '--compress-debug-sections=zstd'LinuxUserGD
2023-09-24Support non zig dependenciesantlilja
2023-09-17rc compilation: Use MSVC includes if present, fallback to mingwRyan Liptak
2023-09-17addWin32ResourceFile: Ignore the resource file if the target object format is...Ryan Liptak
2023-09-17Add a .rc -> .res compiler to the Zig compilerRyan Liptak
2023-08-18build: merge FrameworkDir into IncludeDirJakub Konka
2023-08-18build: disambiguate system framework path (-iframework) from framework path (-F)Jakub Konka
2023-08-18build: remove spurious -iframework flag; use getPath2 for framework path reso...Jakub Konka
2023-08-18build: do not emit -iwithsysroot/-iframeworkwithsysroot implicitlyJakub Konka
2023-08-09change uses of std.builtin.Mode to OptimizeMode (#16745)Zachary Raineri
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