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-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
2020-02-25
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-21
fix regression in detecting native glibc version
Andrew Kelley
2020-02-19
stage1 main: fix cli parsing of architecture
Andrew Kelley
2020-02-19
remove the concept of "sub-architecture"
Andrew Kelley
2020-02-19
make the CLI support depending on system headers and libraries
Andrew Kelley
2020-02-18
improvements which allow zig to emit multiple things at once
Andrew Kelley
2020-02-18
Disable binary generation when deprecated `--emit` is used
Noam Preil
2020-02-18
Improve support for generating LLVM IR/asm files
Noam Preil
2020-02-16
stage1: don't copy unchanged output files
Andrew Kelley
2020-02-16
rename libuserland to libstage2
Andrew Kelley
2020-02-16
remove libc dependency of zig0 building libstage2
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-14
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-02-10
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-02-05
ability to run tests in evented I/O mode
Andrew Kelley
2020-02-04
fix undef clang library symbols when linking self-hosted
Andrew Kelley
2020-01-29
Add support for code model selection
Valentin Anger
[next]