aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
AgeCommit message (Expand)Author
2018-01-04update windows build to llvm 5.0.1Andrew Kelley
2018-01-03self-hosted build: use llvm-config from stage1Andrew Kelley
2018-01-03build: std files and c header files are only specified onceAndrew Kelley
2018-01-03fix self hosted compiler on windowsAndrew Kelley
2017-12-26self-hosted: build against zig_llvm and embedded LLDAndrew Kelley
2017-10-23remove CXX ABI workaroundAndrew Kelley
2017-10-01implement standard library path searchAndrew Kelley
2017-10-01build: escape backslashes in path arguments given to cmakeAndrew Kelley
2017-08-28remove remnants of depending on darwin system linkerAndrew Kelley
2017-03-13add --each-lib-rpath option and corresponding config optionAndrew Kelley
2017-03-13use lld instead of system linkerAndrew Kelley
2016-12-04add missing copyright noticesAndrew Kelley
2016-09-14tests: use a more robust path to self_hosted.zigAndrew Kelley
2016-05-11recognize ar program and pass --gc-sections to ldAndrew Kelley
2016-02-15first pass at linking on macosAndrew Kelley
2016-02-11ability to cross compileAndrew Kelley
2016-02-08support static linking against libcAndrew Kelley
2016-02-02build: fix libc path findingAndrew Kelley
2016-01-15solve the mystery of undefined reference errorAndrew Kelley
2015-12-15when linking with libc use the C runtime libraryAndrew Kelley
2015-12-10add inline assembly supportAndrew Kelley
2015-12-08parseh: add c header filesAndrew Kelley
2015-08-05link against LLVMAndrew Kelley