aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Compile.zig
AgeCommit message (Expand)Author
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-06feat: add support for --enable-new-dtags and --disable-new-dtagsDillen Meijboom
2024-02-25test: rework how filtering worksJacob Young
2024-02-24change `addCSourceFiles` to use `LazyPath` instead `Dependency` (#19017)David Rubin
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-02-02cli+build: handle -ObjC flag and route it to MachO linkerJakub Konka
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-29Apply cflags from pkg-config to all dependent modulesIan Johnson
2024-01-19std.Build.Compile: handle modules sans root source filesAndrew Kelley
2024-01-14std/Build/Step/Compile: do not propagate deps of complex addObject stepJakub Konka
2024-01-13Expose `-f(no-)formatted-panics` to the build system (again)Carl Åstholm
2024-01-09Add support for `--(no-)undefined-version`dhash
2024-01-09Merge pull request #18491 from ziglang/fix-mod-link-obj-pathAndrew Kelley
2024-01-08std.Build.Step.Compile: fix link object pathsAndrew Kelley
2024-01-09Build: Use `LazyPath` for version scriptsCarl Åstholm
2024-01-02std.Build.Step.Compile: fix passing wrong Builder to getPathAndrew Kelley
2024-01-01CLI: introduce global -I args for C include pathsAndrew Kelley
2024-01-01std.Build.Step.Compile: fix search prefix loweringAndrew Kelley
2024-01-01std.Build.Step.Compile: support modules with different argsAndrew Kelley
2024-01-01std.Build.Step.Compile: restore previous step nameAndrew Kelley
2024-01-01std.Build.ResolvedTarget: rename target field to resultAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01fix linker test regressionsAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2024-01-01zig build system: remove vcpkg integrationAndrew Kelley
2024-01-01introduce std.Build.Module and extract some logic into itAndrew Kelley
2023-12-16Expose `-f(no-)formatted-panics` to the build systemCarl Åstholm
2023-11-13expose to build systemxdBronch
2023-11-03cli: consolidate entry point flagsLuuk de Gram
2023-11-03update linker testsLuuk de Gram
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