aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
2025-02-23Merge pull request #22794 from cbilz/autoconf_atAndrew Kelley
2025-02-22std.Build: Allow ConfigHeader values to be added at build.zig runtimeConstantin Bilz
2025-02-22link.MachO: Add support for the -x flag (discard local symbols).Alex Rønne Petersen
2025-02-21std.Build.Step.ConfigHeader: Add tests for Autoconf `@FOO@` variablesConstantin Bilz
2025-02-21std.Build.Step.ConfigHeader: Add support for Autoconf `@FOO@` variablesConstantin Bilz
2025-02-19std.Build.Step.ConfigHeader: permit inserting enum valuesTechatrix
2025-02-19std.Build.Step.ConfigHeader: skip trailing whitespace in autoconf headerTechatrix
2025-02-19std.Build.Step.ConfigHeader: allow using autoconf values multiple timesTechatrix
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-07std.ArrayHashMap: popOrNul() -> pop()Meghan Denny
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-01-30std.Build: Add option to specify language of CSourceFilesGalaxyShard
2025-01-30Make -freference-trace work without colorsGuillaume Wenzek
2025-01-20Merge pull request #22511 from apwadkar/masterAndrew Kelley
2025-01-20Fix dependsOnSystemLibrary compile errorAdheesh Wadkar
2025-01-20std.process.Child: add `waitForSpawn`mlugg
2025-01-20std.Build: extend `test_runner` option to specify whether runner uses `std.zi...mlugg
2025-01-17std.Build: fix setLibCFile() to add step dependenciespfg
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
2025-01-15std.Build.Step.CheckObject: better EOF handlingAndrew Kelley
2025-01-15wasm linker: aggressive DODificationAndrew Kelley
2024-12-18std.Build: add API to create Compile steps from existing modulemlugg
2024-12-18std.Build: simplify module dependency handlingmlugg
2024-12-18std.Build.Step.TranslateC: propagate target, optimize, link_libc to added moduleEric Joldasov
2024-12-18std.Build.Step.Compile.Options: change `root_module` field type to `*Module`mlugg
2024-12-18std.Build.Step.Compile: change `root_module` field type to `*Module`mlugg
2024-12-18std.Build: remove deprecated APIsEric Joldasov
2024-12-13Merge pull request #22035 from alexrp/unwind-fixesAlex Rønne Petersen
2024-12-12Merge pull request #22090 from alexrp/glibc-runtime-triplesAlex Rønne Petersen
2024-12-11std.Build.Cache.hit: work around macOS kernel bugAndrew Kelley
2024-12-10std.Build.Cache.hit: more discipline in error handlingAndrew Kelley
2024-12-11compiler: Improve the handling of unwind table levels.Alex Rønne Petersen
2024-11-29std.Build: Detect `pkg-config` names with "lib" prefixJay Petacat
2024-11-28std.Build.Step.Run: Use std.zig.target.glibcRuntimeTriple() in runCommand().Alex Rønne Petersen
2024-11-28Merge pull request #22067 from alexrp/pie-testsAlex Rønne Petersen
2024-11-27std.Build: gracefully handle child stdin closing when running testsmlugg
2024-11-26diversify "unable to spawn" failure messagesAndrew Kelley
2024-11-24std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.Alex Rønne Petersen
2024-11-19build: don't hang when capturing Stdout of verbose Build.Step.RunAlex Kladov
2024-11-01std.Target: Add support for specifying Android API level.Alex Rønne Petersen
2024-10-24std.Build.Watch: implement removing watches for kqueueAndrew Kelley
2024-10-24std.Build.Watch: limit to one switch on os tagAndrew Kelley
2024-10-24implement --watch for kqueueAndrew Kelley
2024-10-23rework linker inputsAndrew Kelley
2024-10-23introduce a CLI flag to enable .so scripts; default offAndrew Kelley
2024-10-23std.Build.Step.Compile: add a way to expect an error messageAndrew Kelley
2024-10-16std.Target: Move isLib{C,Cxx}LibName() to std.zig.target.Alex Rønne Petersen