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
2019-05-03
Switch wasm export-all to only values marked exports
Benjamin Feng
2019-04-29
Merge pull request #2139 from emekoi/lib-on-mingw
Andrew Kelley
2019-04-27
added static_crt_dir to libc file
emekoi
2019-04-20
renamed add_gnu_link_args
emekoi
2019-04-16
remove workaround for LLD bug
Andrew Kelley
2019-04-15
disable threads when linking WebAssembly to work around an LLD bug
Andrew Kelley
2019-04-14
wasi: don't pass --no-entry to linker
Shritesh Bhattarai
2019-04-11
delete unused function
Andrew Kelley
2019-04-11
Add initial support for iOS targets (#2237)
Matthew Iannucci
2019-04-10
Build compiler_rt for WASM exe
Shritesh Bhattarai
2019-04-05
wasm: Pass --allow-undefined and --export-all to the linker
Shritesh Bhattarai
2019-04-04
fixed linking of system libraries on mingw
emekoi
2019-04-04
added code for linking libc on mingw
emekoi
2019-04-04
made lld flags on windows consistent
emekoi
2019-03-20
Merge remote-tracking branch 'origin/llvm8'
Andrew Kelley
2019-03-19
disable all C warnings when building musl
Andrew Kelley
2019-03-18
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-18
libc: separate linux headers from musl/glibc
Andrew Kelley
2019-03-17
when linking msvcrt, also link ntdll.lib
Andrew Kelley
2019-03-14
macho linking: always -dynamic for non-static-libs
Andrew Kelley
2019-03-13
ignore -lm on darwin because it's handled by libSystem
Andrew Kelley
2019-03-13
force windows to link against dynamic msvcrt
Andrew Kelley
2019-03-13
breaking: remove --static; add -dynamic
Andrew Kelley
2019-03-13
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-12
avoid a string that is too long for msvc
Andrew Kelley
2019-03-12
ability to build musl from source
Andrew Kelley
2019-03-12
building musl start files from source
Andrew Kelley
2019-03-10
Add elf riscv32 and elf riscv64 as options in getLDMOption during constructio...
Matt Whiteside
2019-03-10
Merge remote-tracking branch 'origin/master' into llvm8
Andrew Kelley
2019-03-09
Merge pull request #2038 from ziglang/caching
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-08
Remove glibc compat shim with restrictive license
Jay Weisskopf
2019-03-07
fix passing invalid argument -NDEBUG
Andrew Kelley
2019-03-07
fix linking glibc: caching static libs and
Andrew Kelley
2019-03-07
fix regressions on macos
Andrew Kelley
2019-03-07
multi-arch glibc headers
Andrew Kelley
2019-03-06
cross compile glibc startup files
Andrew Kelley
2019-03-06
support other architectures for glibc startup files
Andrew Kelley
2019-03-05
build libunwind.a from source and link it
Andrew Kelley
2019-03-05
support glibc dl, m, pthread, rt
Andrew Kelley
2019-03-05
dynamic linker path is independent from libc installation
Andrew Kelley
2019-03-05
stop linking against gcc files
Andrew Kelley
2019-03-05
support crtbegin.o and crtend.o when using explicit libc
Andrew Kelley
2019-03-05
building glibc from source
Andrew Kelley
2019-03-04
initial glibc support
Andrew Kelley
2019-03-02
rename std lib files to new convention
Andrew Kelley
2019-03-02
compile error for import outside package path
Andrew Kelley
2019-02-27
uefi os: better auto detection of subsystem
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-25
fix not finding libgcc_s when looking for native libc
Andrew Kelley
[next]