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
2020-09-29
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-26
implement -femit-asm, -femit-docs, -femit-llvm-ir, etc
Andrew Kelley
2020-09-23
eliminate dependency of libzigcpp.a on libzigstage1.a
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley
2020-09-21
cmake: output better message when building self-hosted
Andrew Kelley
2020-09-18
stage2 now supports using stage1 as a backend for compiling zig code
Andrew Kelley
2020-09-18
Workaround MacOS build failure due to #6087
Calle Englund
2020-09-18
stage2: add CLI for `zig translate-c`
Andrew Kelley
2020-09-17
delete all stage1 c++ code not directly related to compiling stage2
Andrew Kelley
2020-08-17
simplify `zig info` and rename it to `zig env`
Andrew Kelley
2020-07-03
cmake: add -DZIG_WORKAROUND_POLLY_SO
Andrew Kelley
2020-07-03
fix https://github.com/ziglang/zig/issues/4799
Timothee Cour
2020-06-17
Improve builtin op support for f128/comptime_float
antlilja
2020-05-26
Use ccache (optionally)
data-man
2020-05-18
CMake: Make fallthrough support version check specific to GCC
Ryan Liptak
2020-05-17
Fix compilation with GCC 5
Noam Preil
2020-05-02
Include dbg.h to third-party libs
data-man
2020-04-13
Release 0.6.0
0.6.0
Andrew Kelley
2020-04-11
fix compilation under mingw
emekoi
2020-04-10
put the previous commit behind cmake option ZIG_PREFER_CLANG_CPP_DYLIB
Andrew Kelley
2020-04-08
cmake: expose ZIG_TARGET_MCPU option
Andrew Kelley
2020-04-06
cmake: improvements to cross-compiling for Windows
Andrew Kelley
2020-04-06
build.zig supports specifying config.h location explicitly
Andrew Kelley
2020-04-01
stage1: make C++ switch fallthrough an error
Michael Dusan
2020-03-31
Use correct compiler flags in MSVC bootstrap builds of Zig
Bodie Solomon
2020-03-27
cmake: support cross compiling
Andrew Kelley
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-20
"generate .h files" feature is no longer supported in stage1
Andrew Kelley
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-20
quick fix: add -mcpu=baseline support to zig0
Andrew Kelley
2020-02-16
stage1: don't copy unchanged output files
Andrew Kelley
2020-02-16
rename libuserland to libstage2
Andrew Kelley
2020-02-16
add the dummy libc paths back in
Andrew Kelley
2020-02-16
remove libc dependency of zig0 building libstage2
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-14
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-13
cmake: remove case mismatch detection on build mode
Andrew Kelley
2020-02-12
stage1: limit cmake checks on build type
Michael Dusan
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-02-10
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-05
stage1: fix cmake regression
Michael Dusan
2020-02-04
stage1: guard against case-mismatched build types
Michael Dusan
2020-02-04
fix undef clang library symbols when linking self-hosted
Andrew Kelley
2020-01-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-17
cmake: support `make` and `make install`
Michael Dusan
2020-01-17
Revert "cmake: support `make` and `make install`"
Michael Dusan
2020-01-17
cmake: fix install lib path message
Michael Dusan
2020-01-16
cmake: support `make` and `make install`
Michael Dusan
2020-01-16
remove embedded LLD
Andrew Kelley
2020-01-16
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
[next]