aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2020-03-28zig cc: Add support for -zRyan Liptak
2020-03-27zig cc: Add support for -Xlinker, --for-linker, --for-linker=Ryan Liptak
2020-03-28Merge pull request #4835 from squeek502/export-dynamicAndrew Kelley
2020-03-27zig cc: Add --export-dynamic linker flag supportRyan Liptak
2020-03-27zig c++: get it working with musl and mingw-w64Andrew Kelley
2020-03-26ability to compile c++ hello world with `zig c++`Andrew Kelley
2020-03-25improved handling of native system directoriesAndrew Kelley
2020-03-25zig cc: add detection for `-###`Andrew Kelley
2020-03-25zig cc: freestanding target implies -nostdlibAndrew Kelley
2020-03-25zig cc: support -T linker script optionAndrew Kelley
2020-03-24Merge remote-tracking branch 'origin/llvm10'Andrew Kelley
2020-03-23zig cc: detect dynamic linker argumentAndrew Kelley
2020-03-23zig cc: recognize .S and .C as source file extensionsAndrew Kelley
2020-03-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-22Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-21zig cc: detect optimization and debug flagsAndrew Kelley
2020-03-21zig cc: better support for the preprocessor option (-E)Andrew Kelley
2020-03-21rename "passthrough" → "driver_punt"Michael Dusan
2020-03-21zig cc: support .cc and .cxx extensionsAndrew Kelley
2020-03-21zig cc improvementsAndrew Kelley
2020-03-21ability to use `zig cc` as a drop-in C compilerAndrew Kelley
2020-03-20"generate .h files" feature is no longer supported in stage1Andrew Kelley
2020-03-19Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-13zig build system: correctly handle multiple output artifactsAndrew Kelley
2020-03-13Fix compilation with `--no-emit-bin`Noam Preil
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-12fix `zig targets` not reporting native infoAndrew Kelley
2020-03-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-28dynamic_linker becomes a field of std.zig.CrossTargetAndrew Kelley
2020-02-28remove special darwin os version min handlingAndrew Kelley
2020-02-28stage1: make get_native_target go through self-hostedAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-21fix regression in detecting native glibc versionAndrew Kelley
2020-02-19stage1 main: fix cli parsing of architectureAndrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-19make the CLI support depending on system headers and librariesAndrew Kelley
2020-02-18improvements which allow zig to emit multiple things at onceAndrew Kelley
2020-02-18Disable binary generation when deprecated `--emit` is usedNoam Preil
2020-02-18Improve support for generating LLVM IR/asm filesNoam Preil
2020-02-16stage1: don't copy unchanged output filesAndrew Kelley
2020-02-16rename libuserland to libstage2Andrew Kelley
2020-02-16remove libc dependency of zig0 building libstage2Andrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-14Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-10stage1: memory/report overhaulMichael Dusan
2020-02-10Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-05ability to run tests in evented I/O modeAndrew Kelley
2020-02-04fix undef clang library symbols when linking self-hostedAndrew Kelley
2020-01-29Add support for code model selectionValentin Anger