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-01-29
translate-c: Handle fn protos wrapped in parenthesis
LemonBoy
2020-01-25
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
Andrew Kelley
2020-01-24
translate-c: Don't make const parameters mutable. (#4273)
Feix Weiglhofer
2020-01-22
Fix unsafe cast in translate_c
LemonBoy
2020-01-22
std.Target.CpuFeatures is now a struct with both CPU and feature set
Andrew Kelley
2020-01-16
translate-c default enum tag type to c_int
Vexu
2020-01-15
require size for non-exhaustive enums
Vexu
2020-01-15
update tests and translate-c
Vexu
2020-01-11
Fix unsafe cast in translate_c
LemonBoy
2020-01-10
Fix translation of signed array indices (#4113)
travisstaloch
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
Merge pull request #4083 from LemonBoy/better-stdbool
Andrew Kelley
2020-01-06
Add explanation about weird clang behavior on windows
LemonBoy
2020-01-06
Translate anonymous union/struct
LemonBoy
2020-01-06
translate-c: use @intToPtr to cast away qualifiers
Tadeo Kondrak
2020-01-06
update translate-c and tests for new extern/callconv syntax
Andrew Kelley
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-06
Better _Bool translation
LemonBoy
2020-01-05
Better InitListExpr translation
LemonBoy
2020-01-05
Merge pull request #4064 from ziglang/fix-4054
Andrew Kelley
2020-01-04
Fix translation of for loop init
LemonBoy
2020-01-04
Fix edge case in hex-literal translation
LemonBoy
2020-01-03
fix tests
Josh Wolfe
2020-01-02
Merge pull request #4040 from Vexu/translate-c-cast-fixes
Andrew Kelley
2020-01-02
Translate struct/union initializer expressions
LemonBoy
2020-01-02
Fix more tests
LemonBoy
2020-01-02
Implement Thiscall CC
LemonBoy
2020-01-02
translate-c tests
LemonBoy
2020-01-02
Translate align attribute
LemonBoy
2020-01-02
Translate linksection attribute
LemonBoy
2020-01-02
translate-c use `@enumToInt` for global enum values
Vexu
2020-01-02
translate-c fix increment rendering issues
Vexu
2020-01-02
Prefer simple ptrCast between opaque types
LemonBoy
2020-01-02
translate-c properly handle unused var-args
Vexu
2020-01-01
translate-c: don't export inline functions
Andrew Kelley
2020-01-01
translate-c: prevent name clashing of macros declared after locals
Andrew Kelley
2020-01-01
translate-c: prevent name clashing of globals declared after locals
Andrew Kelley
2020-01-01
translate-c: improve support of integer casting
Andrew Kelley
2019-12-31
translate-c: propagate scope properly in nested assignment
Andrew Kelley
2019-12-31
translate-c: better mangling strategy
Andrew Kelley
2019-12-31
translate-c: non-wrapping operator for pointer arithmetic
Andrew Kelley
2019-12-29
translate-c-2 macro comparision ops
Vexu
2019-12-29
Add macro ops
frmdstryr
2019-12-29
translate-c-2 fix assertion failure rendering do while
Vexu
2019-12-29
translate-c fix bugs
Vexu
2019-12-29
translate-c-2 use `intCast` in most places
Vexu
2019-12-29
use self hosted translate-c for cimports
Vexu
[prev]
[next]