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-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
2019-12-29
use self hosted translate-c for cimports
Vexu
2019-11-25
stage1: avoid building empty memory_profiling.cpp
Michael Dusan
2019-10-22
explicity linked ntdll on mingw-w64
emekoi
2019-10-21
fs.Dir.openDir: use empty object name for "." on Windows
Andrew Kelley
2019-10-19
add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag
Andrew Kelley
2019-10-16
stage1: override cmake's default compilation flags to statically link the CRT...
Sahnvour
2019-10-03
add -fdump-analysis to dump type information to json
Andrew Kelley
2019-10-02
we have to use c++14 now for llvm10
Andrew Kelley
2019-09-30
Release 0.5.0
0.5.0
Andrew Kelley
2019-09-26
add -DZIG_SKIP_INSTALL_LIB_FILES cmake option
Andrew Kelley
[next]