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
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-17
std.Build.Step.ConfigHeader: add the lazy file styled input as a dependency
Tristan Ross
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-17
std.Build: introduce `ConfigHeader.getOutputDir`, small refactor
mlugg
2025-02-23
std.Build.Step.ConfigHeader: follow deprecation policy
Andrew Kelley
2025-02-23
Merge pull request #22794 from cbilz/autoconf_at
Andrew Kelley
2025-02-22
std.Build: Allow ConfigHeader values to be added at build.zig runtime
Constantin Bilz
2025-02-21
std.Build.Step.ConfigHeader: Add tests for Autoconf `@FOO@` variables
Constantin Bilz
2025-02-21
std.Build.Step.ConfigHeader: Add support for Autoconf `@FOO@` variables
Constantin Bilz
2025-02-19
std.Build.Step.ConfigHeader: permit inserting enum values
Techatrix
2025-02-19
std.Build.Step.ConfigHeader: skip trailing whitespace in autoconf header
Techatrix
2025-02-19
std.Build.Step.ConfigHeader: allow using autoconf values multiple times
Techatrix
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-12
make more build steps integrate with the watch system
Andrew Kelley
2024-06-08
Report error on missing values for addConfigHeader
MrDmitry
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-05
Run: add output directory arguments
Jacob Young
2024-05-05
Build: cleanup
Jacob Young
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-04-15
std.Build.Step.ConfigHeader: better error message
jd
2024-04-13
std.Build.Step.ConfigHeader: better error message
Andrew Kelley
2024-04-10
introduce std.Build.path; deprecate LazyPath.relative
Andrew Kelley
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
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
[next]