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
2017-08-31
add windows to test targets
Andrew Kelley
2017-08-30
successfully cross-building behavior tests for windows
Andrew Kelley
2017-08-30
tests use darwin, not macosx since that's what macbook reports as
Andrew Kelley
2017-08-30
test suite cross-compile builds tests for other targets
Andrew Kelley
2017-08-27
all tests passing in MacOS
Andrew Kelley
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-08-27
macos updates
Andrew Kelley
2017-08-26
update for llvm 5.0.0rc1
Andrew Kelley
2017-08-15
organize file path of compiler_rt
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-06-04
progress toward hello world without libc in windows
Andrew Kelley
2017-05-23
building with mingw for windows
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-05-02
add safe release build mode
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
2017-04-28
zig puts temporary object files in zig-cache folder
Andrew Kelley
2017-04-27
zig test no longer requires a separate test_runner.o file
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
2017-04-25
add some timing diagnostics
Andrew Kelley
2017-04-19
convert assemble and link tests to zig build system
Andrew Kelley
2017-04-13
fix crash when using zig to link
Andrew Kelley
2017-04-11
run alwaysinline pass in debug mode
Andrew Kelley
2017-04-10
fix some -Wconversion errors
Andrew Kelley
2017-04-05
add support to use zig as a linker driver
Andrew Kelley
2017-04-04
link: correctly print debug linker invocation
Andrew Kelley
2017-04-04
link: fix ignoring first linker arg
Andrew Kelley
2017-04-03
link: delete code that checks the linker version
Andrew Kelley
2017-03-26
add stack protector safety when linking libc
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley
2017-03-22
unify main entry point regardless of whether linking libc
Andrew Kelley
2017-03-13
add --each-lib-rpath option and corresponding config option
Andrew Kelley
2017-03-13
use lld instead of system linker
Andrew Kelley
2017-02-03
in freestanding environment, assume gnu binutils
Andrew Kelley
2017-02-03
add ability to set linker script
Andrew Kelley
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
[next]