aboutsummaryrefslogtreecommitdiff
path: root/src/link.cpp
AgeCommit message (Expand)Author
2019-09-02add ability to specify darwin framework search dirsAndrew Kelley
2019-08-19don't put libc on the elf linker line for objectsAndrew Kelley
2019-07-16libc headers before C language headers, and disable libunwind on arm32Andrew Kelley
2019-07-16update bundled musl source to 1.1.23Andrew Kelley
2019-07-16Merge branch 'msvc-libc-2064' of https://github.com/dimenus/zig into dimenus-...Andrew Kelley
2019-07-15mingw libc can link against ntdllAndrew Kelley
2019-07-12mingw libc: delete dead linker code regarding using system libcAndrew Kelley
2019-07-12handle mingw libc defs betterAndrew Kelley
2019-07-12mingw libc: solve the segfault having to do with destructorsAndrew Kelley
2019-07-10fix windows not able to build mingwAndrew Kelley
2019-07-10add some more windows defsAndrew Kelley
2019-07-10mingw: build and link mingwex.libAndrew Kelley
2019-07-10fixing non system library linkingdimenus
2019-07-10mingw: building and linking msvcrt-os.libAndrew Kelley
2019-07-10mingw: building and linking mingw32.libAndrew Kelley
2019-07-10resolved #2064 & fixed hello_world libc builddimenus
2019-07-09ship with mingw-w64 v6.0.0Andrew Kelley
2019-07-07ability to target any glibc versionAndrew Kelley
2019-07-01Added function-section functionalityTimon Kruiper
2019-06-17Remove duplicate exe name with zig runJonathan Marler
2019-06-07update the default macos version min to 10.14Andrew Kelley
2019-06-04Stop the musl builder from skipping necessary filesLemonBoy
2019-05-29cleanups for windows subsystem in builtin.zigAndrew Kelley
2019-05-27improve the stack check CLI optionsAndrew Kelley
2019-05-20Remove macos-specific linking hacksLemonBoy
2019-05-16improvements to build-lib use case of WebAssemblyAndrew Kelley
2019-05-15fix static builds of zig from requiring c compilerAndrew Kelley
2019-05-15improvements to zig's implementation of libc and WebAssemblyAndrew Kelley
2019-05-13Assemble asm files using CCLemonBoy
2019-05-08fix build on macOSAndrew Kelley
2019-05-08add --bundle-compiler-rt function to link optionsAndrew Kelley
2019-05-03Switch wasm export-all to only values marked exportsBenjamin Feng
2019-04-29Merge pull request #2139 from emekoi/lib-on-mingwAndrew Kelley
2019-04-27added static_crt_dir to libc fileemekoi
2019-04-20renamed add_gnu_link_argsemekoi
2019-04-16remove workaround for LLD bugAndrew Kelley
2019-04-15disable threads when linking WebAssembly to work around an LLD bugAndrew Kelley
2019-04-14wasi: don't pass --no-entry to linkerShritesh Bhattarai
2019-04-11delete unused functionAndrew Kelley
2019-04-11Add initial support for iOS targets (#2237)Matthew Iannucci
2019-04-10Build compiler_rt for WASM exeShritesh Bhattarai
2019-04-05wasm: Pass --allow-undefined and --export-all to the linkerShritesh Bhattarai
2019-04-04fixed linking of system libraries on mingwemekoi
2019-04-04added code for linking libc on mingwemekoi
2019-04-04made lld flags on windows consistentemekoi
2019-03-20Merge remote-tracking branch 'origin/llvm8'Andrew Kelley
2019-03-19disable all C warnings when building muslAndrew Kelley
2019-03-18Merge remote-tracking branch 'origin/master' into llvm8Andrew Kelley
2019-03-18libc: separate linux headers from musl/glibcAndrew Kelley
2019-03-17when linking msvcrt, also link ntdll.libAndrew Kelley