aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
AgeCommit message (Expand)Author
2020-09-21rename src-self-hosted/ to src/Andrew Kelley
2020-09-17delete all stage1 c++ code not directly related to compiling stage2Andrew Kelley
2020-02-04fix undef clang library symbols when linking self-hostedAndrew Kelley
2019-10-19add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flagAndrew Kelley
2019-07-15move some of the installation from cmake to zig buildAndrew Kelley
2019-03-12avoid a string that is too long for msvcAndrew Kelley
2019-03-12ability to build musl from sourceAndrew Kelley
2018-03-30find libc and zig std lib at runtimeAndrew Kelley
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