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-09-02
add ability to specify darwin framework search dirs
Andrew Kelley
2019-08-19
don't put libc on the elf linker line for objects
Andrew Kelley
2019-07-16
libc headers before C language headers, and disable libunwind on arm32
Andrew Kelley
2019-07-16
update bundled musl source to 1.1.23
Andrew Kelley
2019-07-16
Merge branch 'msvc-libc-2064' of https://github.com/dimenus/zig into dimenus-...
Andrew Kelley
2019-07-15
mingw libc can link against ntdll
Andrew Kelley
2019-07-12
mingw libc: delete dead linker code regarding using system libc
Andrew Kelley
2019-07-12
handle mingw libc defs better
Andrew Kelley
2019-07-12
mingw libc: solve the segfault having to do with destructors
Andrew Kelley
2019-07-10
fix windows not able to build mingw
Andrew Kelley
2019-07-10
add some more windows defs
Andrew Kelley
2019-07-10
mingw: build and link mingwex.lib
Andrew Kelley
2019-07-10
fixing non system library linking
dimenus
2019-07-10
mingw: building and linking msvcrt-os.lib
Andrew Kelley
2019-07-10
mingw: building and linking mingw32.lib
Andrew Kelley
2019-07-10
resolved #2064 & fixed hello_world libc build
dimenus
2019-07-09
ship with mingw-w64 v6.0.0
Andrew Kelley
2019-07-07
ability to target any glibc version
Andrew Kelley
2019-07-01
Added function-section functionality
Timon Kruiper
2019-06-17
Remove duplicate exe name with zig run
Jonathan Marler
2019-06-07
update the default macos version min to 10.14
Andrew Kelley
2019-06-04
Stop the musl builder from skipping necessary files
LemonBoy
2019-05-29
cleanups for windows subsystem in builtin.zig
Andrew Kelley
2019-05-27
improve the stack check CLI options
Andrew Kelley
2019-05-20
Remove macos-specific linking hacks
LemonBoy
2019-05-16
improvements to build-lib use case of WebAssembly
Andrew Kelley
2019-05-15
fix static builds of zig from requiring c compiler
Andrew Kelley
2019-05-15
improvements to zig's implementation of libc and WebAssembly
Andrew Kelley
2019-05-13
Assemble asm files using CC
LemonBoy
2019-05-08
fix build on macOS
Andrew Kelley
2019-05-08
add --bundle-compiler-rt function to link options
Andrew Kelley
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
[next]