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-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-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
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
[next]