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
/
src
/
translate_c.cpp
Age
Commit message (
Expand
)
Author
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-20
add labeled loops, labeled break, labeled continue. remove goto
Andrew Kelley
2017-12-19
bring back code that uses export and fix tests
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-08
translate-c: more complex logic for translating a C cast in a macro
Andrew Kelley
2017-12-07
translate-c: support macros with pointer casting
Andrew Kelley
2017-12-07
translate-c: refactor prefix and suffix op C macro parsing
Andrew Kelley
2017-12-01
translate-c: only emit enum tag type if not c_int or c_uint
Andrew Kelley
2017-11-30
ability to specify tag type of enums
Andrew Kelley
2017-11-29
fix build broken by previous commit
Andrew Kelley
2017-11-29
translate-c: support static incomplete array inside function
Andrew Kelley
2017-11-28
translate-c: support const ptr initializer
Andrew Kelley
2017-11-28
translate-c: fix clobbering primitive types
Andrew Kelley
2017-11-28
translate-c: detect macros referencing field lookup
Andrew Kelley
2017-11-28
Merge branch 'c-field-expr' of https://github.com/dimenus/zig into dimenus-c-...
Andrew Kelley
2017-11-28
translate-c: fix sometimes getting (no file) warnings
Andrew Kelley
2017-11-27
Implements translation for the prefix not operator (#628)
Mason Remaley
2017-11-27
Resolving merge w/ upstream master
Ryan Saunderson
2017-11-27
Added support for exporting of C field expressions
dimenus
2017-11-26
translate-c: support pointer casting
Andrew Kelley
2017-11-26
translate-c: support variable name shadowing
Andrew Kelley
2017-11-26
translate-c: fix translation when no default switch case
Andrew Kelley
2017-11-26
translate-c: better way to translate switch
Andrew Kelley
2017-11-26
translate-c supports switch statements
Andrew Kelley
2017-11-25
translate-c: avoid global state and introduce var decl scopes
Andrew Kelley
2017-11-25
translate-c: introduce the concept of scopes
Andrew Kelley
2017-11-25
translate-c supports break and continue
Andrew Kelley
2017-11-25
translate-c supports for loops
Andrew Kelley
2017-11-25
translate-c supports returning void
Andrew Kelley
2017-11-24
translate-c supports string literals
Andrew Kelley
2017-11-24
translate-c: support pre increment and decrement operators
Andrew Kelley
2017-11-24
rename "parsec" to "translate-c"
Andrew Kelley