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
2024-01-01
update bootstrap scripts to new zig CLI
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
std.Target: flatten
Andrew Kelley
2023-12-19
build: pass --abbrev to git rather than relying on global config
Andrew Kelley
2023-11-26
Merge pull request #18105 from Vexu/translate-c
Andrew Kelley
2023-11-25
translate-c: use Aro's tokenizer
Veikka Tuominen
2023-11-24
cmake: fix location of AstRlAnnotate.zig
Meghan Denny
2023-11-23
Merge pull request #18085 from ziglang/std-atomics
Andrew Kelley
2023-11-22
rework std.atomic
Andrew Kelley
2023-11-22
std: remove atomic.Queue
Andrew Kelley
2023-11-22
std: remove atomic.Stack
Andrew Kelley
2023-11-22
std.fs.File: flatten struct
Andrew Kelley
2023-11-22
std.fs: extract AtomicFile to separate file
Andrew Kelley
2023-11-22
std.fs: extract Dir into separate file
Andrew Kelley
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-17
aro-translate-c: update to upstream changes
Veikka Tuominen
2023-11-07
Merge pull request #17771 from ehaas/mingw-aro
Andrew Kelley
2023-11-04
elf: redo strings management in the linker
Jakub Konka
2023-11-03
aro: Add stub definitions to enable bootstrapping
Evan Haas
2023-10-30
elf: rename ZigModule to ZigObject
Jakub Konka
2023-10-18
elf: parse GNU ld script as system lib indirection
Jakub Konka
2023-10-16
elf: re-enable dynamic linking codepaths
Jakub Konka
2023-10-16
elf: add garbage collection of sections
Jakub Konka
2023-10-08
rework package manager
Andrew Kelley
2023-10-03
std: add type-erased reader; base GenericReader on it
Andrew Kelley
2023-10-03
Add `-fno-stack-protector` to flags when building libzigcpp
Krzysztof Wolicki
2023-10-03
Merge pull request #17341 from rzezeski/illumos-updates
Andrew Kelley
2023-10-02
compiler: extract package hashing logic to separate file
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-10-02
solaris: set correct target tuple in CMake
Stephen Gregoratto
2023-10-01
add Aro sources as a dependency
Veikka Tuominen
2023-09-30
solaris: ld does not have stack-size option
Ryan Zezeski
2023-09-19
update cmake files to LLVM 17
Andrew Kelley
2023-09-13
cmake: add new zig source files
Jakub Konka
2023-09-13
Merge pull request #17113 from ziglang/elf-linker
Jakub Konka
2023-09-13
elf: add missing input zig source files to cmake
Jakub Konka
2023-09-03
build stage3: detect system libcxx
Michael Dusan
2023-08-29
macho: unify Atom concept between drivers
Jakub Konka
2023-08-20
AstGen: add result location analysis pass
mlugg
2023-08-18
Make NaNs quiet by default and other NaN tidy-up (#16826)
Lewis Gaul
2023-08-13
cmake: fix auto-detection of various host targets
Jacob Young
2023-08-04
cmake: Fix typo: elif → elseif
Prcuvu
2023-08-03
start the 0.12.0 release cycle
Andrew Kelley
2023-08-02
cmake: fix early issues when bootstrapping on mingw
Jacob Young
2023-08-02
Remove math.ln in favor of `@log`
Adam Goertz
2023-07-26
build: update cmake_minimum_required to 3.5
zhaozg
2023-07-23
src/windows_sdk.cpp: port to Zig
Eric Joldasov
2023-07-22
cmake: don't ask zig2 to do hard things
Andrew Kelley
[next]