aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/Options.zig
AgeCommit message (Expand)Author
2025-02-28Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"Andrew Kelley
2025-02-26fix regressed build system unit testLoris Cro
2025-01-16all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renamesmlugg
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-12-18std.Build: remove deprecated APIsEric Joldasov
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-12update build system unit testAndrew Kelley
2024-07-12make more build steps integrate with the watch systemAndrew Kelley
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-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-04-18std.Build: revert --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-04-07Update usages of `fmtId`/`isValidId`Carl Åstholm
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-03-18Implementing structs and better enums in build optionsReokodoku
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-01-18zig build: add doc comments for functions related to optionsAndrew Kelley
2024-01-15Allow multiple options using the same enum typeKrzysztof Wolicki
2024-01-01std.Build.Step.Options: update unit test to new APIAndrew Kelley
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01fix std lib testsAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-26Step.Options: `@typeName` gives a fully qualified name so the test needs to r...Krzysztof Wolicki
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-09-15package manager: write deps in a flat format, eliminating the FQN conceptmlugg
2023-07-30build system: follow-up enhancements regarding LazyPathAndrew Kelley
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
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