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-09-11
stage1: build blake code with -std=c99
Andrew Kelley
2018-09-10
stage1 caching: zig no longer uses zig-cache
Andrew Kelley
2018-09-10
stage1: always optimize blake and softfloat even in debug mode
Andrew Kelley
2018-09-09
basic compiler id hash working
Andrew Kelley
2018-09-05
stage1: import blake2b implementation
Andrew Kelley
2018-09-05
stage1: fix build on macos
Andrew Kelley
2018-09-05
fix compile error on gcc 7.3.0
Andrew Kelley
2018-09-05
Merge pull request #1474 from ziglang/issue-1357
Andrew Kelley
2018-09-05
Downgrade new g++-8.0 error to warning
Marc Tiehuis
2018-09-04
Merge pull request #1441 from ziglang/poly1305-x25519
Andrew Kelley
2018-09-02
switch most windows calls to use W versions instead of A
Andrew Kelley
2018-08-30
Add poly1305 and x25519 crypto primitives
Marc Tiehuis
2018-08-29
use RtlCaptureStackBackTrace on windows
Andrew Kelley
2018-08-28
Merge branch 'windows-coff-issue721' of https://github.com/Sahnvour/zig into ...
Andrew Kelley
2018-08-27
std.crypto: add chaCha20
Shawn Landden
2018-08-01
add std.event.RwLock and a few more std changes
Andrew Kelley
2018-07-30
introduce std.event.fs for async file system functions
Andrew Kelley
2018-07-23
Merge remote-tracking branch 'origin/master' into self-hosted-libc-hello-world
Andrew Kelley
2018-07-22
self-hosted can compile libc hello world
Andrew Kelley
2018-07-22
re-organize std lib darwin files
Andrew Kelley
2018-07-21
Very much WIP base implementation for #721.
Sahnvour
2018-07-22
CMakeLists.txt: add darwin_socket.zig;
kristopher tate
2018-07-20
self-hosted: share C++ code for finding libc on windows
Andrew Kelley
2018-07-19
self-hosted: progress on IR for supporting libc hello world
Andrew Kelley
2018-07-18
fix build on windows
Andrew Kelley
2018-07-16
self-hosted: create tmp dir for .o files and emit .o file for fn
Andrew Kelley
2018-07-11
std.atomic: use spinlocks
Andrew Kelley
2018-07-11
add std.event.Future
Andrew Kelley
2018-07-10
self-hosted: first passing test
Andrew Kelley
2018-07-10
introduce std.event.Group for making parallel async calls
Andrew Kelley
2018-07-09
organize std.event into directories
Andrew Kelley
2018-06-30
Merge pull request #1177 from jayschwa/fix-out-of-src-builds
Andrew Kelley
2018-06-30
compiler_rt: Add CMake entries
Marc Tiehuis
2018-06-30
compiler_rt: Add missing install targets
Marc Tiehuis
2018-06-29
Fix version detection for out-of-source builds
Jay Weisskopf
2018-06-29
std.atomic.queue - document limitation and add MPSC queue
Andrew Kelley
2018-06-27
add f16 type
Ben Noordhuis
2018-06-21
add casting docs, __extenddftf2, and __extendsftf2
Andrew Kelley
2018-06-19
`@floatToInt` now has safety-checked undefined behavior
Andrew Kelley
2018-06-16
add basic std lib code for loading dynamic libraries
Andrew Kelley
2018-06-15
Make `zig version` compliant with SemVer (#1113)
Jay Weisskopf
2018-06-13
Add i128 compiler-rt div/mul support
Marc Tiehuis
2018-06-10
Add arbitrary-precision integer to std
Marc Tiehuis
2018-05-15
build: add flag to LLD to fix gcc 8 build (#1013)
Andrew Kelley
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
[next]