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
/
src
/
link.cpp
Age
Commit message (
Expand
)
Author
2016-09-21
fix incorrect linking from previous commit
Andrew Kelley
2016-09-21
exporting an object creates an h file
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-18
ability to specify -framework linker args for MacOS
Andrew Kelley
2016-09-14
MacOSX compatibility
alter
2016-09-10
rename LLVMZig to ZigLLVM
Andrew Kelley
2016-09-01
restore shared library functionality
Andrew Kelley
2016-05-12
Add --zig-std-dir
José Miguel Sánchez
2016-05-11
recognize ar program and pass --gc-sections to ld
Andrew Kelley
2016-05-07
add debug safety for division
Andrew Kelley
2016-05-07
link: don't put -l in front of .a or .so files
Andrew Kelley
2016-02-17
link: on windows link test runner and builtin o files
Andrew Kelley
2016-02-17
os: implement windows os layer
Andrew Kelley
2016-02-16
rename 'environ' to 'env_type'
Andrew Kelley
2016-02-16
update bootstrap to work for macos too
Andrew Kelley
2016-02-15
linking on darwin: provide builtins and -arch
Andrew Kelley
2016-02-15
add missing system library to darwin linker job
Andrew Kelley
2016-02-15
first pass at linking on macos
Andrew Kelley
2016-02-15
handle libc include path and libc lib path differently
Andrew Kelley
2016-02-13
respect link order in source code
Andrew Kelley
2016-02-13
add @ctz, @clz and compiler_rt implementation
Andrew Kelley
2016-02-12
i386 support
Andrew Kelley
2016-02-11
ability to cross compile
Andrew Kelley