aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/ConfigHeader.zig
AgeCommit message (Expand)Author
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
2023-06-21std.Build: correctly implement cmakedefine and cmakedefine01Jan200101
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-10std.Build: support #cmakedefine01 patternAli Chraghi
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-05-03build: rename std.Build.*Step to std.Build.Step.*Nicolas Sterchele