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
2022-12-16
macho: move parallel file hashing back to CodeSignature
Jakub Konka
2022-12-16
macho: calculate UUID excluding stabs and part of contributing strtab
Jakub Konka
2022-12-16
macho: generalize parallel hasher; impl parallel MD5-like hash
Jakub Konka
2022-12-16
macho: calculate UUID as a streaming MD5 hash of the file contents
Jakub Konka
2022-12-16
macho: dedup LC emitting logic
Jakub Konka
2022-12-10
CMake: fix aarch64-windows target detection
Andrew Kelley
2022-12-10
CMake: add workaround for CMAKE_AR not supporting spaces
Andrew Kelley
2022-12-09
remove the zstd mechanism from the build process
Andrew Kelley
2022-12-09
fix building wasm2c output with msvc
h57624paen
2022-12-06
cmake: disable stack protector for zig2 to avoid link errors on windows
Jacob Young
2022-12-06
cmake: fix bootstrap dependencies
Jacob Young
2022-12-06
CMake: remove --color on for compiler_rt too
Andrew Kelley
2022-12-06
CMake: adjust apple clang compiler check
Andrew Kelley
2022-12-06
CMake: remove --color on
Andrew Kelley
2022-12-06
wasm2c: remove unnecessary brackets to reduce max bracket depth
Jacob Young
2022-12-06
cmake: fix stack size linker argument on mac
Jacob Young
2022-12-06
cmake: fix host target detection
Jacob Young
2022-12-06
CMake: add the bracket-depth workaround for zig1
Andrew Kelley
2022-12-06
CMake adjustments
Andrew Kelley
2022-12-06
use zig-wasm2c for bootstrapping
Jacob Young
2022-12-06
CMake: use ReleaseSmall instead of ReleaseFast
Andrew Kelley
2022-12-06
CMake: rebuild when the wasm blob changes
Andrew Kelley
2022-12-06
CI: make Windows build from source like everybody else
Andrew Kelley
2022-12-06
CMake: no optimization for zig1.c and zig2.c
Andrew Kelley
2022-12-06
Some fixes for the wasi interpreter for macOS (#13587)
Matt Knight
2022-12-06
CMake: use -O1 instead of -O2 for building generated .c code
Andrew Kelley
2022-12-06
zig1.c: autodetect host target triple
Andrew Kelley
2022-12-06
enable the LLVM backend in stage2
Andrew Kelley
2022-12-06
zig1.c: decompress zig1.wasm.zst with zstd
Andrew Kelley
2022-12-06
interpret the WASI blob to produce zig2.c and compiler_rt.c
Andrew Kelley
2022-12-06
redo CMakeLists.txt to use WASI interpreter
Andrew Kelley
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-11-22
CI: build from old zig on x86_64-linux debug
Andrew Kelley
2022-11-21
CMake: choose native CPU instead of baseline by default
Andrew Kelley
2022-11-10
cmake: Mark <root>/.git/HEAD as a configure dependency
Cody Tapscott
2022-10-31
start the 0.11.0 release cycle
Andrew Kelley
2022-10-27
build: rename the "skip lib files" option
Andrew Kelley
2022-10-25
CMake: handle zstd the same as zlib
Andrew Kelley
2022-10-22
CMake: detect use of CMAKE_PREFIX_PATH env var
Andrew Kelley
2022-10-22
macho: upstream rewritten traditional linker, zld
Jakub Konka
2022-10-18
build: avoid compiling self-hosted twice
Andrew Kelley
2022-10-18
cmake: separate installing and building (again)
Eric Joldasov
2022-10-12
msvc: fixup compiler arg generation, as /O2 is incompatible with /RTC1
kcbanner
2022-09-12
cmake: add -Dversion-string flag to zig build command
Andrew Kelley
2022-08-30
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-30
cmake: add runaway Coff/Object.zig path
Jakub Konka
2022-08-30
coff: reorganize the linker
Jakub Konka
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-28
CI: rework to account for new cmake behavior
Andrew Kelley
2022-08-28
CMake: add dummy install command
Andrew Kelley
[next]