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
/
Compilation.zig
Age
Commit message (
Expand
)
Author
2020-10-25
Temp Fix for deadlock in C compilation, found and tested on Windows
mlarouche
2020-10-24
cc: fix regression on macOS after adding libc headers
Jakub Konka
2020-10-16
std: Add libssp implementation for GNU/Windows targets
LemonBoy
2020-10-14
Merge pull request #6669 from ifreund/color-fixes
Andrew Kelley
2020-10-14
Classify .tbd files as shared libraries
Frank Denis
2020-10-13
stage2: use meta.stringToEnum for Color parsing
Isaac Freund
2020-10-09
fixups to previous commit
Andrew Kelley
2020-10-09
Use regular file for caching stage 1 hash digest instead of symlink, fix zig ...
mlarouche
2020-10-09
include compiler_rt and c for wasm static libraries
Josh Wolfe
2020-10-06
cache-hash: add test_filter and test_name_prefix (#6583)
travisstaloch
2020-10-04
fix each-lib-rpath functionality
Andrew Kelley
2020-10-05
Depending on system libs only enforces libraries to require dynamic linking, ...
Felix (xq) Queißner
2020-10-04
add --image-base support
Andrew Kelley
2020-10-04
Merge pull request #6295 from Vexu/stage2
Andrew Kelley
2020-10-03
Reintroduce progress bar when compiling C files
Alexandros Naskos
2020-10-01
Patch in emit relocs support
Nathan Bourgeois
2020-09-30
stage2: use directory handles for imports
Vexu
2020-09-29
clean up call to std.fs.rename
Andrew Kelley
2020-09-29
different strategy to fix compiler_rt.zig and c.zig
Andrew Kelley
2020-09-29
fix not passing std.builtin.link_libc to compiler_rt.zig and c.zig
Andrew Kelley
2020-09-29
update wasm to use ".o.wasm" extension for objects
Andrew Kelley
2020-09-29
improve stage2 COFF LLD linking
Andrew Kelley
2020-09-29
don't try to build musl crti.o crtn.o when it's not needed
Andrew Kelley
2020-09-29
add CLI options for darwin frameworks and -ffunction-sections
Andrew Kelley
2020-09-29
stage2: add CLI option for -fstack-report
Andrew Kelley
2020-09-29
stage2: MachO LLD Linking
Andrew Kelley
2020-09-28
stage2: WASM LLD linking
Andrew Kelley
2020-09-28
the stage1 backend cache stores inferred link libs
Andrew Kelley
2020-09-28
stage2: building DLL import lib files
Andrew Kelley
2020-09-28
store stage1 flags in a trailing byte in the hash id symlink
Andrew Kelley
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
2020-09-26
stage2: add CLI support for --subsystem
Andrew Kelley
2020-09-26
fix another round of regressions in this branch
Andrew Kelley
2020-09-26
stage2: `zig translate-c` supports --enable-cache
Andrew Kelley
2020-09-26
stage2: implement -fno-emit-bin
Andrew Kelley
2020-09-26
move to stage1-specific cache manifest emission of extra stuff
Andrew Kelley
2020-09-26
fix logic for choosing when dynamic linking is required
Andrew Kelley
2020-09-26
implement -femit-asm, -femit-docs, -femit-llvm-ir, etc
Andrew Kelley
2020-09-25
stage2: properly handle zig cc used as a preprocessor
Andrew Kelley
2020-09-25
stage2: disable lld caching when output dir is owned by user
Andrew Kelley
2020-09-25
add some tracy calls
Andrew Kelley
2020-09-24
fix a round of regressions in this branch
Andrew Kelley
2020-09-24
correct `@cImport` caching to handle "unhit" case
Andrew Kelley
2020-09-24
don't delete C import .c source from zig-cache
Andrew Kelley
2020-09-24
stage2: implement @cImport
Andrew Kelley
2020-09-23
stage2: building musl libc from source
Andrew Kelley
2020-09-23
stage2: don't build libunwind on OS's that don't need it
Andrew Kelley
2020-09-23
stage2: support rpaths
Andrew Kelley
2020-09-23
stage2: implement --main-pkg-path
Andrew Kelley
2020-09-23
fix trying to link libc for static libs and objects
Andrew Kelley
[next]