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
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-09-30
Release 0.5.0
0.5.0
Andrew Kelley
2019-09-26
add -DZIG_SKIP_INSTALL_LIB_FILES cmake option
Andrew Kelley
2019-09-25
remove --override-std-dir. fix issues caused by moving std lib
Andrew Kelley
2019-09-10
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-10
make the std lib support event-based I/O
Andrew Kelley
2019-09-09
release builds of stage1 have llvm ir verification
Andrew Kelley
2019-09-09
use /debug:fastlink when building with msvc and debug info
Sahnvour
2019-09-06
fixed compiler error for gcc 9.2.0
emekoi
2019-09-02
cmake: improve building without git repository
Michael Dusan
2019-08-16
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-15
Merge pull request #3033 from ziglang/rewrite-coroutines
Andrew Kelley
2019-08-15
force static libs for vendored dependencies
Andrew Kelley
2019-08-03
update embedded LLD to 9.0.0rc1
Andrew Kelley
2019-08-02
Merge remote-tracking branch 'origin/master' into rewrite-coroutines
Andrew Kelley
2019-07-27
avoid passing -static to msvc when static linking
emekoi
2019-07-26
improved CMake file for MinGW
emekoi
2019-07-21
simple async function call working
Andrew Kelley
2019-07-16
cmake: allow user to select static vs dynamic LLVM
daurnimator
2019-07-15
move install_files.h to not be generated code
Andrew Kelley
2019-07-15
cmake: fix incorrect dependencies
Andrew Kelley
2019-07-15
move some of the installation from cmake to zig build
Andrew Kelley
2019-07-13
Merge pull request #2882 from andersfr/hash-branch
Andrew Kelley
2019-07-13
fixed static linking on mingw-w64
emekoi
2019-07-13
Intentional wraparound used +
andersfr
2019-07-12
fixed compilation on mingw-w64
emekoi
2019-07-10
add some more windows defs
Andrew Kelley
2019-07-10
mingw: build and link mingwex.lib
Andrew Kelley
2019-07-10
mingw: building and linking msvcrt-os.lib
Andrew Kelley
2019-07-10
mingw: building and linking mingw32.lib
Andrew Kelley
2019-07-09
ship with mingw-w64 v6.0.0
Andrew Kelley
2019-07-07
ability to target any glibc version
Andrew Kelley
2019-07-07
add an update_glibc tool, delete dummy libc files
Andrew Kelley
2019-06-28
rename std/special/bootstrap.zig to std/special/start.zig
Andrew Kelley
2019-06-27
Merge branch 'http.headers' of https://github.com/daurnimator/zig into daurni...
Andrew Kelley
2019-06-27
fixups
Andrew Kelley
2019-06-26
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-23
Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2
Andrew Kelley
2019-06-23
increase stack size for mingw
emekoi
2019-06-23
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-22
supress warnings for format strings on msys64
emekoi
2019-06-19
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-19
stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...
Shawn Landden
2019-06-16
std: add gimli permutation to crypto
daurnimator
2019-06-11
std: add std.http.Headers field
daurnimator
[next]