aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/ConfigHeader.zig
AgeCommit message (Expand)Author
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-17std.Build.Step.ConfigHeader: add the lazy file styled input as a dependencyTristan Ross
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-07std.io.Writer.Allocating: rename interface to writerAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-17std.Build: introduce `ConfigHeader.getOutputDir`, small refactormlugg
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-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-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-14make zig compiler processes live across rebuildsAndrew Kelley
2024-07-12make more build steps integrate with the watch systemAndrew Kelley
2024-06-08Report error on missing values for addConfigHeaderMrDmitry
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-15std.Build.Step.ConfigHeader: better error messagejd
2024-04-13std.Build.Step.ConfigHeader: better error messageAndrew Kelley
2024-04-10introduce std.Build.path; deprecate LazyPath.relativeAndrew Kelley
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-02-02std.Build: implement --host-target, --host-cpu, --host-dynamic-linkerAndrew Kelley
2024-01-26Get rid of direct dependency on std.fmtMrDmitry
2024-01-26Minor formatting, removed duplicate test caseMrDmitry
2024-01-26Add escaped character processingMrDmitry
2024-01-26Rewrite replace_variables with CMake-specific versionMrDmitry
2024-01-21Fix last_index after variable substitutionMrDmitry
2024-01-04build/LazyPath: Add dirname (#18371)Abhinav Gupta
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-16Build: fix some issues with ConfigHeader stepJacob Young
2023-09-28std.Build.ConfigHeader: override include guard option for blank style (#17310)Luis Cáceres
2023-09-27Remove `@fabs`, fabs and absCast/Int from std libantlilja
2023-08-20AstGen: add result location analysis passmlugg
2023-08-10Build.ConfigHeader: render identifiersAli Chraghi
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-26std.Build: omit newline from last lineJan200101
2023-06-21std.Build: implement variable substitutionJan200101