index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
Build
/
Step
/
ConfigHeader.zig
Age
Commit message (
Expand
)
Author
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-01-26
Get rid of direct dependency on std.fmt
MrDmitry
2024-01-26
Minor formatting, removed duplicate test case
MrDmitry
2024-01-26
Add escaped character processing
MrDmitry
2024-01-26
Rewrite replace_variables with CMake-specific version
MrDmitry
2024-01-21
Fix last_index after variable substitution
MrDmitry
2024-01-04
build/LazyPath: Add dirname (#18371)
Abhinav Gupta
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-16
Build: fix some issues with ConfigHeader step
Jacob Young
2023-09-28
std.Build.ConfigHeader: override include guard option for blank style (#17310)
Luis Cáceres
2023-09-27
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja
2023-08-20
AstGen: add result location analysis pass
mlugg
2023-08-10
Build.ConfigHeader: render identifiers
Ali Chraghi
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-06-26
std.Build: omit newline from last line
Jan200101
2023-06-21
std.Build: implement variable substitution
Jan200101
2023-06-21
std.Build: correctly implement cmakedefine and cmakedefine01
Jan200101
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-10
std.Build: support #cmakedefine01 pattern
Ali Chraghi
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-03
build: rename std.Build.*Step to std.Build.Step.*
Nicolas Sterchele