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
/
translate_c.zig
Age
Commit message (
Expand
)
Author
2020-07-16
translate-c: support initializer list expr macros
Vexu
2020-07-15
stage2: VarDecl and FnProto take advantage of TrailerFlags API
Andrew Kelley
2020-07-11
use 'anytype' in translate-c
Vexu
2020-06-21
Adds std.meta.cast and uses it to simplify translate-c
Charlie Stanton
2020-06-04
translate-c: don't crash on complex switches
Vexu
2020-04-28
Merge pull request #5195 from tadeokondrak/opaquetype-to-type-opaque
Andrew Kelley
2020-04-28
Fix/add translate-c tests for previous commit
Tadeo Kondrak
2020-04-28
@OpaqueType -> @Type(.Opaque)
Tadeo Kondrak
2020-04-15
translate-c cleanup and zig fmt
Vexu
2020-04-15
translate-c: correct invalid shortcut
Vexu
2020-04-10
Merge branch 'master' into nameless-fields
Auguste Rame
2020-04-08
Translate C: Allow casting literal ints to pointers
Lachlan Easton
2020-04-08
Translate C: Put an alignCast in c style pointer casts to allow opaque types ...
Vexu
2020-04-07
fix tests
SuperAuguste
2020-04-07
more fixes
SuperAuguste
2020-04-06
Merge pull request #4939 from SuperAuguste/master
Vexu
2020-04-05
fixes
SuperAuguste
2020-04-04
translate-c: account for signedness when translating div & mod
Jadon Fowler
2020-04-01
translate-c: add tests for div & rem assignment
Jadon Fowler
2020-03-28
Add macro string concat tests
Layne Gustafson
2020-03-12
translate-c fix order of tokens
Vexu
2020-03-12
translate-c treat c bools as ints
Vexu
2020-03-10
translate-c support struct field alignment
Vexu
2020-03-10
properly mangle shadowed primitive types
Vexu
2020-03-10
translate-c add daurnimator's pointer check to macro cast
Vexu
2020-03-08
translate-c reject structs with VLAs
Vexu
2020-03-08
translate-c fix nested loops without blocks.
Vexu
2020-03-08
Revert "Translate C: Group generated casts"
Andrew Kelley
2020-03-08
Revert "translate-c remove redundant grouping, fix nested loops without blocks."
Andrew Kelley
2020-03-07
translate-c remove redundant grouping, fix nested loops without blocks.
Vexu
2020-03-07
Translate C: Group generated casts
Lachlan Easton
2020-03-06
translate-c more macro ops
Vexu
2020-03-06
translate-c: default initialize non-extern variables to undefined
Vexu
2020-03-05
translate-c demote struct to opaque if unable to translate type
Vexu
2020-03-05
translate-c correct assumption about macros
Vexu
2020-03-05
translate-c macro comma operator
Vexu
2020-02-28
separate std.Target and std.zig.CrossTarget
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-24
remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`
Vexu
2020-02-20
fix zig build, ABI ABI, and update tests to new Target layout
Andrew Kelley
2020-02-20
support -mcpu=baseline, both in stage1 and stage2
Andrew Kelley
2020-02-14
fix c tokenizer bug
Vexu
2020-02-14
translate-c improve macro cast translation
Vexu
2020-02-13
fix c tokenizer bug
Vexu
2020-02-10
translate-c float fixes
Vexu
2020-02-05
translate c type names
Vexu
2020-02-05
fix regressions in comments and string prefixes
Vexu
2020-02-02
fix regressions
Vexu
2020-01-30
translate-c: Fix translation of fn pointers
LemonBoy
2020-01-30
Amend some failing test cases
LemonBoy
[prev]
[next]