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-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
2019-06-09
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-05
switched to fixed-length buffer for error messages
emekoi
2019-06-05
fixed mismatched types
emekoi
2019-05-30
no-copy semantics for basic runtime function call variable init
Andrew Kelley
2019-05-30
Merge pull request #2182 from mikdusan/issue.2046
Andrew Kelley
2019-05-29
improve the libc of wasm32-freestanding target
Andrew Kelley
2019-05-29
zig fmt: fix 2 bugs of mangling source files
Andrew Kelley
2019-05-27
new .d file parser for C compilation
Michael Dusan
2019-05-27
Merge pull request #2526 from LemonBoy/arch-format-osx
Andrew Kelley
2019-05-27
more fixes for windows and wasi
Andrew Kelley
2019-05-27
fixes for Windows and WASI
Andrew Kelley
2019-05-26
clean up references to posix
Andrew Kelley
2019-05-26
rename "posix" to "bits"
Andrew Kelley
2019-05-26
more progress. moving windows API layer to its own file
Andrew Kelley
2019-05-26
more progress on posix API layer
Andrew Kelley
2019-05-26
extract posix functions from std/os.zig to std/os/posix.zig
Andrew Kelley
2019-05-20
Remove macos-specific linking hacks
LemonBoy
2019-05-15
improvements to zig's implementation of libc and WebAssembly
Andrew Kelley
2019-05-10
compiler-rt: Add __ashrti3
LemonBoy
2019-05-10
compiler-rt: Add __lshrti3
LemonBoy
2019-05-10
compiler-rt: Add __ashlti3
LemonBoy
2019-05-10
Fix minor bug in LEB128 parsing
LemonBoy
2019-05-08
compiler-rt: Add __floatdidf
LemonBoy
[next]