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
/
tools
/
process_headers.zig
Age
Commit message (
Expand
)
Author
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-16
tools: fix some bitrot
Alex Rønne Petersen
2025-05-29
process_headers: Merge header directories for some targets.
Alex Rønne Petersen
2025-05-17
process_headers: Add NetBSD libc support.
Alex Rønne Petersen
2025-05-10
process_headers: Add FreeBSD libc support.
Alex Rønne Petersen
2025-04-11
process_headers: Add hexagon-linux-musl support.
Alex Rønne Petersen
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2024-11-28
process_headers: Use glibcRuntimeTriple() and muslArchName() from std.zig.tar...
Alex Rønne Petersen
2024-11-02
process_headers: Add muslabin32 and muslx32 support.
Alex Rønne Petersen
2024-11-02
process_headers: Simplify the code a bit.
Alex Rønne Petersen
2024-10-03
process_headers: Add loongarch64-linux-gnusf.
Alex Rønne Petersen
2024-08-07
Merge pull request #20909 from alexrp/glibc-riscv
Andrew Kelley
2024-08-07
process_headers: Add arc-linux-gnu.
Alex Rønne Petersen
2024-08-05
process_headers: Add sparcv9-linux-gnu for glibc.
Alex Rønne Petersen
2024-08-02
process_headers: Replace ilp32/lp64 with ilp32d/lp64d.
Alex Rønne Petersen
2024-08-02
glibc: Change riscv32-linux-gnuilp32 target triple to riscv32-linux-gnu.
Alex Rønne Petersen
2024-06-05
glibc: add riscv32 and loongarch64
Andrew Kelley
2024-06-04
update musl headers to v1.2.5
Andrew Kelley
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2023-11-22
Revert "Merge pull request #12060 from Vexu/IterableDir"
Andrew Kelley
2023-10-13
it's unclear which zig target glibc sparcv9 maps to
Andrew Kelley
2023-06-20
musl: deal with zig rename of i386 to x86
Andrew Kelley
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-07-15
std.fs: split `Dir` into `IterableDir`
Veikka Tuominen
2022-06-06
tools: fix update-linux-headers.zig and process_headers.zig
BratishkaErik
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2021-12-16
glibc: fix inconsistency of powerpc ABI mapping
Andrew Kelley
2021-12-15
glibc: fix inconsistency of mips ABI mapping
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-08-16
add m68k musl (1.2.2) headers
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-13
tools: Unbreak many tools
LemonBoy
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-04-04
glibc: add support for csky architecture
Andrew Kelley
2021-03-07
std: Deprecate the B and Bi format specifiers
LemonBoy
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-11-06
update process_headers tool
Andrew Kelley
2020-08-30
fix tools/process_headers.zig regression
Andrew Kelley
2020-08-22
update update_glibc and process_headers to latest zig
Jan200101
2020-08-21
Update tools/process_headers.zig
Frank Denis
2020-08-20
Breaking: sort std/crypto functions into categories
Frank Denis
2020-08-10
Update tools/process_headers.zig to latest zig
joachimschmidt557
[next]