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
/
example
/
shared_library
Age
Commit message (
Expand
)
Author
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-08-25
add workaround on macos for shared libraries
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-26
run zig fmt on some of the codebase
Andrew Kelley
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-15
clean up error return tracing
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-09-26
update std.os.ChildProcess API
Andrew Kelley
2017-04-30
fix regression from previous commit
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
2017-04-21
zig build system supports building a library
Andrew Kelley
2016-09-01
restore shared library functionality
Andrew Kelley
2016-01-25
syntax: back to -> for return type, no more =>
Andrew Kelley
2016-01-24
update std lib to use error type and global variables
Andrew Kelley
2015-12-03
more C header interoperability
Andrew Kelley
2015-12-02
fix parameter access and thus shared library example
Andrew Kelley
2015-11-30
refactor code to prepare for multiple files
Andrew Kelley