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
/
TranslateC.zig
Age
Commit message (
Expand
)
Author
2024-12-18
std.Build: add API to create Compile steps from existing module
mlugg
2024-12-18
std.Build.Step.TranslateC: propagate target, optimize, link_libc to added module
Eric Joldasov
2024-09-25
replace TranslateC.addIncludeDir with variants with LazyPath/library names
dave caruso
2024-08-21
std.Build.Step.TranslateC: propagate target, optimize, link_libc to created m...
mlugg
2024-08-19
fix various issues related to Path handling in the compiler and std
Robin Voetter
2024-07-14
make zig compiler processes live across rebuilds
Andrew Kelley
2024-07-07
Step.TranslateC: fix defineCMacro
Krzysztof Wolicki
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-05
Run: add output directory arguments
Jacob Young
2024-05-05
Build: cleanup
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Update uses of `@fieldParentPtr` to pass a pointer type
Jacob Young
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-01-31
std.Build.Step.TranslateC: fix use of outdated Module in createModule
Gustavo C. Viegas
2024-01-26
align naming and fix module creation from TranslateC
Tobias Simetsreiter
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-10-17
tests: translate-c and run-translated-c to the test harness
Veikka Tuominen
2023-09-23
Allow Step.TranslateC to not link libc
Garrett Beck
2023-08-09
change uses of std.builtin.Mode to OptimizeMode (#16745)
Zachary Raineri
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-23
test: test for issues starting codegen on many targets
Jacob Young
2023-07-11
std.Build: Add methods for creating modules from a TranslateC object.
Michael Buckley
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-05-03
build: rename std.Build.*Step to std.Build.Step.*
Nicolas Sterchele