index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-04-26
add CLI option -Bsymbolic for binding global references locally
Andrew Kelley
2020-04-15
CC: fix binary dupe with no -o
Layne Gustafson
2020-04-14
cli: add `c++` subcommand to --help menu
Andrew Kelley
2020-04-12
Zig treats -lstdc++ identically to -lc++
Andrew Kelley
2020-04-06
zig cc: recognize a few more linker options
Andrew Kelley
2020-04-04
zig cc looks for native include directories unless -nostdinc
Andrew Kelley
2020-04-04
remove `zig BUILD_INFO` hack
Andrew Kelley
2020-04-03
zig cc: add -allow-shlib-undefined alias
Andrew Kelley
2020-04-02
zig cc: support more linker args
Andrew Kelley
2020-04-02
zig cc: support --version-script linker arg
Andrew Kelley
2020-04-02
zig cc: support -F and -framework
Andrew Kelley
2020-04-02
zig cc: respect -MF -MV -MD options
Andrew Kelley
2020-04-01
zig cc: detect -mcpu, -march, -mtune
Andrew Kelley
2020-04-01
zig cc: add support for -L linker arguments
Rejean Loyer
2020-04-01
zig cc properly handles -S flag and .ll, .bc extensions
Andrew Kelley
2020-03-30
revert detection of rtti and exceptions
Andrew Kelley
2020-03-29
linking against c++ does not trigger system library directories
Andrew Kelley
2020-03-29
zig cc: -O0 also counts as debug mode
Andrew Kelley
2020-03-28
zig cc: Add support for -z
Ryan Liptak
2020-03-27
zig cc: Add support for -Xlinker, --for-linker, --for-linker=
Ryan Liptak
2020-03-28
Merge pull request #4835 from squeek502/export-dynamic
Andrew Kelley
2020-03-27
zig cc: Add --export-dynamic linker flag support
Ryan Liptak
2020-03-27
zig c++: get it working with musl and mingw-w64
Andrew Kelley
2020-03-26
ability to compile c++ hello world with `zig c++`
Andrew Kelley
2020-03-25
improved handling of native system directories
Andrew Kelley
2020-03-25
zig cc: add detection for `-###`
Andrew Kelley
2020-03-25
zig cc: freestanding target implies -nostdlib
Andrew Kelley
2020-03-25
zig cc: support -T linker script option
Andrew Kelley
2020-03-24
Merge remote-tracking branch 'origin/llvm10'
Andrew Kelley
2020-03-23
zig cc: detect dynamic linker argument
Andrew Kelley
2020-03-23
zig cc: recognize .S and .C as source file extensions
Andrew Kelley
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-22
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-21
zig cc: detect optimization and debug flags
Andrew Kelley
2020-03-21
zig cc: better support for the preprocessor option (-E)
Andrew Kelley
2020-03-21
rename "passthrough" → "driver_punt"
Michael Dusan
2020-03-21
zig cc: support .cc and .cxx extensions
Andrew Kelley
2020-03-21
zig cc improvements
Andrew Kelley
2020-03-21
ability to use `zig cc` as a drop-in C compiler
Andrew Kelley
2020-03-20
"generate .h files" feature is no longer supported in stage1
Andrew Kelley
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-13
zig build system: correctly handle multiple output artifacts
Andrew Kelley
2020-03-13
Fix compilation with `--no-emit-bin`
Noam Preil
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-12
fix `zig targets` not reporting native info
Andrew Kelley
2020-03-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-28
dynamic_linker becomes a field of std.zig.CrossTarget
Andrew Kelley
2020-02-28
remove special darwin os version min handling
Andrew Kelley
2020-02-28
stage1: make get_native_target go through self-hosted
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
[next]