aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build
AgeCommit message (Expand)Author
2025-04-09Merge pull request #23501 from imreallybadatnames/masterimreallybadatnames™️
2025-03-27std.Build: implement addEmbedPath for adding C #embed search directoriesGalaxyShard
2025-03-26Enables parsing for '-Wl,-rpath,' in pkg-config output, allows better support...Felix "xq" Queißner
2025-03-26zig build: add env_map entries to hash for Step.Rundweiller
2025-03-24DepTokenizer: allow space between target and colonrpkak
2025-03-15std.Build.Watch: fix macos implementationLoris Cro
2025-03-08lib/std/Build/Cache.zig: remove .wasi SkipZigTest checksPat Tullmann
2025-03-07fix InstallArtifact opening empty stringAndrew Kelley
2025-03-03std.Build.Step: fix missing path sep in error messageAndrew Kelley
2025-02-28Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"Andrew Kelley
2025-02-26fix regressed build system unit testLoris Cro
2025-02-26don't inherit allowed deprecation from parent modulesAndrew Kelley
2025-02-26`@deprecated`: remove per-module flag in BuildLoris Cro
2025-02-26`@deprecated`: add build system supportLoris Cro
2025-02-25build: add `bundle_ubsan_rt`David Rubin
2025-02-23std.Build.Step.ConfigHeader: follow deprecation policyAndrew Kelley
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