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-05-07
separate std.zig.parse and std.zig.render
Andrew Kelley
2018-05-07
std.SegmentedList implementation
Andrew Kelley
2018-05-04
Add json decoder
Marc Tiehuis
2018-04-28
add std.atomic.Stack and std.atomic.Queue
Andrew Kelley
2018-04-24
Add initial complex-number support
Marc Tiehuis
2018-04-22
linux: support VDSO for clock_gettime
Andrew Kelley
2018-04-22
Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz...
Andrew Kelley
2018-04-18
Added unstaged changes.
tgschultz
2018-04-16
Add exp/norm distributed random float generation
Marc Tiehuis
2018-04-15
add @sqrt built-in function
Andrew Kelley
2018-04-10
cmake defaults stage1 to install in build directory
Andrew Kelley
2018-04-09
async tcp server proof of concept
Andrew Kelley
2018-04-08
*WIP* async/await TCP server
Andrew Kelley
2018-04-06
Add common hash/checksum functions
Marc Tiehuis
2018-04-04
Add Hmac function (#890)
Marc Tiehuis
2018-03-30
find libc and zig std lib at runtime
Andrew Kelley
2018-03-30
add ZIG_STATIC cmake option
Andrew Kelley
2018-03-30
Rewrite Rand functions
Marc Tiehuis
2018-03-20
Include libxml2 and zlib as required libraries
Wander Lairson Costa
2018-03-15
Release 0.2.0
0.2.0
Andrew Kelley
2018-03-10
xml2 workaround is relevant for linux too
Andrew Kelley
2018-03-10
workaround for llvm-config missing xml2
Andrew Kelley
2018-03-09
update to SoftFloat-3e
Andrew Kelley
2018-02-23
update C headers to clang 6.0.0rc3
Andrew Kelley
2018-02-23
Merge remote-tracking branch 'origin/master' into llvm6
Andrew Kelley
2018-02-19
add support for stack traces on macosx
Ben Noordhuis
2018-02-11
Merge remote-tracking branch 'origin/master' into llvm6
Andrew Kelley
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-07
Merge remote-tracking branch 'origin/master' into llvm6
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
update embedded LLD to 6.0.0rc1
Andrew Kelley
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
[next]