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
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
2023-07-21
std.json: Unify stringify and writeStream (#16405)
Josh Wolfe
2023-07-04
bootstrap: support aarch64 in 32-bit mode
Jacob Young
2023-06-24
cmake: fix typo in flag value for single threaded build
Jakub Konka
2023-06-21
Merge pull request #16097 from ziglang/macho-faster-uuid
Jakub Konka
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
macho: calculate UUID chunk size based on available thread count
Jakub Konka
2023-06-19
macho: extract parallel hasher into a generic helper struct
Jakub Konka
2023-05-16
cmake: add ZIG_PIE toggle for -Dpie
Michael Dusan
2023-05-14
CMakeLists.txt and build.zig: remove deprecated options
Eric Joldasov
2023-04-30
cmake: install zig to 'build_dir/stage3' during building
Eric Joldasov
2023-04-16
zig build: change "-Drelease" to "-Doptimize"
Motiejus Jakštys
2023-04-12
build: add option to not build langref on install
Jan200101
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-28
coff: move import table definition into a separate ImportTable.zig module
Jakub Konka
2023-03-16
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-16
std: move os/darwin.zig and related to c/darwin.zig
Jakub Konka
2023-03-15
make the build runner and test runner talk to each other
Andrew Kelley
2023-03-15
zig objcopy: support the compiler protocol
Andrew Kelley
2023-03-15
extract ThreadPool and WaitGroup from compiler to std lib
Andrew Kelley
2023-03-12
x86_64: add missing source files to CMakeLists.txt
Jakub Konka
2023-03-10
eliminate posix_spawn from the standard library
Andrew Kelley
2023-03-08
build: add -Dpie option
Isaac Freund
2023-02-27
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-02-24
compiler_rt: declutter int.zig, add mulXi3 tests (#14623)
matu3ba
2023-02-22
Merge pull request #14691 from jacobly0/ctype
Andrew Kelley
[next]