aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/TranslateC.zig
AgeCommit message (Expand)Author
2024-12-18std.Build: add API to create Compile steps from existing modulemlugg
2024-12-18std.Build.Step.TranslateC: propagate target, optimize, link_libc to added moduleEric Joldasov
2024-09-25replace TranslateC.addIncludeDir with variants with LazyPath/library namesdave caruso
2024-08-21std.Build.Step.TranslateC: propagate target, optimize, link_libc to created m...mlugg
2024-08-19fix various issues related to Path handling in the compiler and stdRobin Voetter
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-07Step.TranslateC: fix defineCMacroKrzysztof Wolicki
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-05Run: add output directory argumentsJacob Young
2024-05-05Build: cleanupJacob Young
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-01-31std.Build.Step.TranslateC: fix use of outdated Module in createModuleGustavo C. Viegas
2024-01-26align naming and fix module creation from TranslateCTobias Simetsreiter
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-10-17tests: translate-c and run-translated-c to the test harnessVeikka Tuominen
2023-09-23Allow Step.TranslateC to not link libcGarrett Beck
2023-08-09change uses of std.builtin.Mode to OptimizeMode (#16745)Zachary Raineri
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
2023-07-23test: test for issues starting codegen on many targetsJacob Young
2023-07-11std.Build: Add methods for creating modules from a TranslateC object.Michael Buckley
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-05-03build: rename std.Build.*Step to std.Build.Step.*Nicolas Sterchele