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
/
lib
/
std
/
Build
/
Step
/
Compile.zig
Age
Commit message (
Expand
)
Author
2023-12-16
Expose `-f(no-)formatted-panics` to the build system
Carl Åstholm
2023-11-13
expose to build system
xdBronch
2023-11-03
cli: consolidate entry point flags
Luuk de Gram
2023-11-03
update linker tests
Luuk de Gram
2023-11-03
wasm-linker: implement `-fno-entry` flag
Luuk de Gram
2023-10-25
Step.Compile: differentiate between fuzzy and exact matches for compile errors
Jakub Konka
2023-10-24
build: match and ignore /?/ in expected compile errors
Jakub Konka
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-10-20
Merge pull request #17608 from squeek502/resinator-fixes
Andrew Kelley
2023-10-20
std.Build: do not assume custom test runners support client-server mode
dweiller
2023-10-18
Error if an .rc file uses the 'preprocess only' or 'no preprocess' flags
Ryan Liptak
2023-10-15
Add preliminary support for Windows .manifest files
Ryan Liptak
2023-10-13
remove redundant use of pathFromRoot
radar roark
2023-10-10
Step.Compile: add options struct for `addCSourceFiles` (#17420)
Krzysztof Wolicki
2023-10-08
get `zig fetch` working with the new system
Andrew Kelley
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-10-02
std.Build: expose `-idirafter` to the build system
Carl Åstholm
2023-09-26
Add '--compress-debug-sections=zstd'
LinuxUserGD
2023-09-24
Support non zig dependencies
antlilja
2023-09-17
rc compilation: Use MSVC includes if present, fallback to mingw
Ryan Liptak
2023-09-17
addWin32ResourceFile: Ignore the resource file if the target object format is...
Ryan Liptak
2023-09-17
Add a .rc -> .res compiler to the Zig compiler
Ryan Liptak
2023-08-18
build: merge FrameworkDir into IncludeDir
Jakub Konka
2023-08-18
build: disambiguate system framework path (-iframework) from framework path (-F)
Jakub Konka
2023-08-18
build: remove spurious -iframework flag; use getPath2 for framework path reso...
Jakub Konka
2023-08-18
build: do not emit -iwithsysroot/-iframeworkwithsysroot implicitly
Jakub Konka
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-08-03
std.Build.Step.Compile: fine-grained system lib search control
Andrew Kelley
2023-08-03
Fix compile error in `addVcpkgPaths`
Fabio Arnold
2023-08-02
build: dupe library, rpath, and framework LazyPaths
Mitchell Hashimoto
2023-08-01
CLI: stop special-casing LLVM, LLD, and Clang
Andrew Kelley
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Tries to fix Windows DLL linking.
Felix "xq" Queißner
2023-07-30
Introduces Compile.forceBuild() and Compile.forceEmit(…)
Felix "xq" Queißner
2023-07-30
Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...
Felix (xq) Queißner
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-24
std.Build.Step.Compile: getEmittedDocs API enhancements
Andrew Kelley
2023-07-24
CLI: delete dead option -femit-analysis
Andrew Kelley
2023-07-23
test: test for issues starting codegen on many targets
Jacob Young
2023-07-22
move installation logic to the build script where it belongs
Andrew Kelley
2023-07-19
test/link: add shared-memory test for WebAssembly
Luuk de Gram
2023-07-11
build: avoid repeating objects when linking a static library
Xavier Bouchoux
2023-07-04
std.Build.Step.Compile: fix clearing logic for empty cflags
Andrew Kelley
2023-06-26
Build: make `InstallDirStep` use a `FileSource`
Ian Johnson
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-13
std.Build.Step.Compile: remove `addSystemIncludeDir`, `addIncludeDir`, `addLi...
Eric Joldasov
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-06-03
Build: fix producesPdbFile logic (#15756)
xEgoist
2023-05-16
tweaks to --build-id
Andrew Kelley
[next]