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
2018-02-19
add support for stack traces on macosx
Ben Noordhuis
2018-02-10
std.os and std.io API update
Andrew Kelley
2018-02-09
self hosted compiler: move tokenization and parsing to std lib
Andrew Kelley
2018-02-05
fix test failure, organize code, add new compile error
Andrew Kelley
2018-02-04
Use /dev/urandom and sysctl(RANDOM_UUID) on Linux.
Ben Noordhuis
2018-02-02
make lld include paths private
David McFarland
2018-01-17
Add Sha3 hashing functions
Marc Tiehuis
2018-01-17
Change crypto functions to fill a buffer
Marc Tiehuis
2018-01-15
Add Blake2X hash functions
Marc Tiehuis
2018-01-13
Add Sha2 functions
Marc Tiehuis
2018-01-13
Add Md5 and Sha1 hash functions
Marc Tiehuis
2018-01-10
Add hw sqrt for x86_64
Marc Tiehuis
2018-01-07
Adding zen support
Andrea Orru
2018-01-04
update windows build to llvm 5.0.1
Andrew Kelley
2018-01-03
build: std files and c header files are only specified once
Andrew Kelley
2017-12-26
move utf8 parsing to std
Josh Wolfe
2017-12-26
set compile flags for zip_cpp
Josh Wolfe
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-01
update to LLVM 5.0.1rc2
Andrew Kelley
2017-11-24
rename "parsec" to "translate-c"
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-10-17
Release 0.1.1
0.1.1
Andrew Kelley
2017-10-17
build: fix logic for version when there is a git tag
Andrew Kelley
2017-10-17
Release 0.1.0
0.1.0
Andrew Kelley
2017-10-16
appveyor: build with msvc and publish artifacts
Andrew Kelley
2017-10-16
ability to make a DLL
Andrew Kelley
2017-10-15
16MB stack size when building with msvc
Andrew Kelley
2017-10-14
organize windows utility functions
Andrew Kelley
2017-10-01
add git rev name to version string when available
Andrew Kelley
2017-10-01
implement standard library path search
Andrew Kelley
2017-10-01
fix build when no cmake path args specified
Andrew Kelley
2017-10-01
build: escape backslashes in path arguments given to cmake
Andrew Kelley
2017-09-30
remove zigrt
Andrew Kelley
2017-09-30
update C headers to clang 5.0.0
Andrew Kelley
2017-09-30
zig test on 64-bit windows runs 32-bit tests
Andrew Kelley
2017-09-30
disable /W4 on MSVC
Andrew Kelley
2017-09-30
compiler-rt: add _aulldiv and _aullrem for i386 windows
Andrew Kelley
2017-09-26
update std.os.ChildProcess API
Andrew Kelley
2017-09-23
improvements to windows support
Andrew Kelley
2017-09-14
depend on embedded SoftFloat-3d instead of __float128
Andrew Kelley
2017-09-13
fix up msvc stuff to make it work on linux and macos too
Andrew Kelley
2017-09-11
Modified cmake to use LLVM imported packages.
Jonathan Marler
2017-09-11
Add support for MSVC
Jonathan Marler
2017-09-05
rename parseh to parsec
Andrew Kelley
2017-08-28
build: fix embedded LLD build
Andrew Kelley
2017-08-28
remove remnants of depending on darwin system linker
Andrew Kelley
2017-08-28
build: use embedded LLD by default
Andrew Kelley
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-08-27
progress toward tests passing on MacOS
Andrew Kelley
[next]