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
/
test
/
src
/
run_translated_c.zig
Age
Commit message (
Expand
)
Author
2024-02-25
test: rework how filtering works
Jacob Young
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-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-05-24
Fixes `WriteFile.getFileSource` failure on Windows (#15730)
Mason Remaley
2023-04-10
std.Build.CompileStep: remove run() and install()
Andrew Kelley
2023-01-31
combine std.build and std.build.Builder into std.Build
Andrew Kelley
2023-01-31
update build.zig API usage
Andrew Kelley
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-06-11
Changes createExecutable parameter is_dynamic to a enum to make code more rea...
Felix (xq) Queißner
2021-01-02
tests: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-08
tests: run-translated-c now respects -Dtarget
Andrew Kelley
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-01-07
test harness: show annotated case name when translate-c test fails
Andrew Kelley
2020-01-05
rework and improve some of the zig build steps
Andrew Kelley
2020-01-03
add test harness for "run translated C" tests
Andrew Kelley