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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2025-09-24
remove c_builtins.zig from cmake
Andrew Kelley
2025-09-24
compiler: update aro and translate-c to latest; delete clang translate-c
Andrew Kelley
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-08-30
build: update to LLVM 21
Alex Rønne Petersen
2025-08-18
start the 0.16.0 release cycle
Andrew Kelley
2025-08-11
linker: delete plan9 support
Andrew Kelley
2025-08-02
spirv: remove deduplication ISel
Ali Cheraghi
2025-07-23
Merge pull request #24523 from ziglang/fifno
Andrew Kelley
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-22
std.Io: delete StreamSource
Andrew Kelley
2025-07-16
update cmake file listing
Andrew Kelley
2025-07-11
std: rename `io` to `Io` in preparation
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-02
compiler: change canonical path for backend ABI source files
Andrew Kelley
2025-07-02
compiler: delete arm backend
Andrew Kelley
2025-07-02
compiler: delete aarch64 backend
Andrew Kelley
2025-07-02
compiler: delete powerpc backend stub
Andrew Kelley
2025-06-19
windows: msvc: avoid linking to non-redistributable ucrt
Jonathan Marler
2025-06-18
windows: MSVC: disable extra dubious Microsoft runtime checks
Jonathan Marler
2025-06-12
CMakeLists: update file list
mlugg
2025-06-07
cmake: Simplify some arm/thumb checks.
Alex Rønne Petersen
2025-06-07
cmake: Fix arm/thumb arch checks
Alex Rønne Petersen
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-02
Revert "Allocate enough memory when building zig2"
Alex Rønne Petersen
2025-06-01
compiler-rt: add __addvsi3, __subvsi3, __mulvsi3, and __subvdi3
Hilger Baumstark
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-17
compiler: Support building NetBSD crt1.o/Scrt1.o and stub shared libraries.
Alex Rønne Petersen
2025-05-12
Merge pull request #23835 from alexrp/freebsd-libc
Alex Rønne Petersen
2025-05-10
compiler: Support building FreeBSD crt1.o/Scrt1.o and stub shared libraries.
Alex Rønne Petersen
2025-05-10
std.Target: Remove ObjectFormat.nvptx (and associated linker code).
Alex Rønne Petersen
2025-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen
2025-04-27
link: Stub out GOFF/XCOFF linker code based on LLVM.
Alex Rønne Petersen
2025-04-17
Merge pull request #23217 from selfisekai/cmake-release-safe
Alex Rønne Petersen
2025-04-16
cmake: support static linking against libxml2
Pavel Otchertsov
2025-04-16
cmake: Map MinSizeRel to ReleaseSmall.
Alex Rønne Petersen
2025-04-09
build: Set LLVM_BUILD_STATIC/CLANG_BUILD_STATIC when linking statically.
Alex Rønne Petersen
2025-04-05
Merge pull request #22780 from ziglang/llvm20
Andrew Kelley
2025-04-04
cmake: Pass -fno-sanitize=undefined when building zig2.
Alex Rønne Petersen
2025-04-04
build: Update to LLVM/Clang 20.
Alex Rønne Petersen
2025-04-03
de-genericify SinglyLinkedList
Andrew Kelley
2025-03-12
cmake: Add ZIG_RELEASE_SAFE option to build as ReleaseSafe
LN Liberda
2025-03-04
start the 0.15.0 release cycle
Andrew Kelley
2025-02-27
Move the compiler's LLVM bitcode builder to std.zig.llvm.
Alex Rønne Petersen
2025-02-25
x86_64: use ZON for encodings
mlugg
2025-01-28
cmake: use cache entry for extra build args to get the type correct
Jan200101
2025-01-26
Fix incompatibility with multi-config cmake generator
melonedo
2025-01-15
cmake: remove deleted file
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2024-12-23
cmake: fix warnings
Jacob Young
[next]