aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2020-04-26add CLI option -Bsymbolic for binding global references locallyAndrew Kelley
2020-04-15CC: fix binary dupe with no -oLayne Gustafson
2020-04-14cli: add `c++` subcommand to --help menuAndrew Kelley
2020-04-12Zig treats -lstdc++ identically to -lc++Andrew Kelley
2020-04-06zig cc: recognize a few more linker optionsAndrew Kelley
2020-04-04zig cc looks for native include directories unless -nostdincAndrew Kelley
2020-04-04remove `zig BUILD_INFO` hackAndrew Kelley
2020-04-03zig cc: add -allow-shlib-undefined aliasAndrew Kelley
2020-04-02zig cc: support more linker argsAndrew Kelley
2020-04-02zig cc: support --version-script linker argAndrew Kelley
2020-04-02zig cc: support -F and -frameworkAndrew Kelley
2020-04-02zig cc: respect -MF -MV -MD optionsAndrew Kelley
2020-04-01zig cc: detect -mcpu, -march, -mtuneAndrew Kelley
2020-04-01zig cc: add support for -L linker argumentsRejean Loyer
2020-04-01zig cc properly handles -S flag and .ll, .bc extensionsAndrew Kelley
2020-03-30revert detection of rtti and exceptionsAndrew Kelley
2020-03-29linking against c++ does not trigger system library directoriesAndrew Kelley
2020-03-29zig cc: -O0 also counts as debug modeAndrew Kelley
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