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
/
run_translated_c.zig
Age
Commit message (
Expand
)
Author
2021-01-18
translate-c: Add Wide, UTF-16, and UTF-32 character literals
Evan Haas
2021-01-15
translate-c: ensure bools are cast to int when necessary
Evan Haas
2021-01-04
Allow dollar sign $ in identifiers in translate-c
Evan Haas
2021-01-03
Static function declarations with no prototype should not be variadic
Evan Haas
2020-12-25
Correctly cast bool to signed int in translate-c
Evan Haas
2020-12-22
Improve handling of C compiler intrinsics in translate-c
Evan Haas
2020-12-16
translate-c: detect parenthesized string literals
Veikka Tuominen
2020-12-10
Support casting enums to all int types.
Evan Haas
2020-08-31
translate_c: fix shadowing on nested blocks
Tadeo Kondrak
2020-08-20
translate-c: correctly put static and extern local variables in global scope
Vexu
2020-08-13
translate-c: add return if one is needed
Vexu
2020-07-02
Translate-c fix rhs not cast on array access
Ian Simonson
2020-05-27
translate-c: use correct scope in for loop condition
Vexu
2020-05-06
translate-c: small patch to fix bultin type detection
Vexu
2020-05-04
moved duplicated code to common functions
Matthew Knight
2020-05-02
added scoped typedef to translate-c
Matthew Knight
2020-04-30
Translate-C convert bools to int in complex expressions
Ian Simonson
2020-03-08
Revert "Translate C: Group generated casts"
Andrew Kelley
2020-03-07
Translate C: Group generated casts
Lachlan Easton
2020-01-30
Generate compilable code for array inits
LemonBoy
2020-01-10
Handle forward-declared functions
LemonBoy
2020-01-10
Fix translation of signed array indices (#4113)
travisstaloch
2020-01-09
Fix C struct with function pointer member and typedefs mistranslated (#4122)
Rocknest
2020-01-08
Use abort() instead of assert()
LemonBoy
2020-01-08
Cast integer literals to their specified type
LemonBoy
2020-01-08
More translate-c fixes
LemonBoy
2020-01-07
Preserve packed attribute in C translated struct (#4085)
via
2020-01-06
Better handling of decayed arrays to pointers
LemonBoy
2020-01-06
Merge pull request #4083 from LemonBoy/better-stdbool
Andrew Kelley
2020-01-06
Add run-translated-c test & fix one more edge case
LemonBoy
2020-01-06
translate-c: use @intToPtr to cast away qualifiers
Tadeo Kondrak
2020-01-06
Add run-translated-c test
LemonBoy
2020-01-03
translate-c supports --cache on
Andrew Kelley
2020-01-03
add test harness for "run translated C" tests
Andrew Kelley