c2go

⚖️ A tool for transpiling C to Go.

MIT License

Stars
2.1K
Committers
34

Bot releases are hidden (Show)

c2go - v0.26.11 Latest Release

Published by elliotchance 5 months ago

c2go - v0.26.10

Published by elliotchance about 3 years ago

c2go - v0.26.9

Published by elliotchance over 3 years ago

c2go - v0.26.8

Published by elliotchance over 3 years ago

c2go - v0.26.7

Published by elliotchance about 4 years ago

c2go - v0.26.6

Published by elliotchance about 4 years ago

c2go - v0.26.5

Published by elliotchance about 4 years ago

c2go - v0.26.4

Published by elliotchance over 4 years ago

c2go - v0.26.3

Published by elliotchance over 4 years ago

c2go - v0.26.2

Published by elliotchance over 4 years ago

c2go - v0.26.1

Published by elliotchance over 4 years ago

c2go - v0.26.0 Erbium 2020-03-17

Published by elliotchance over 4 years ago

  • ast: add FunctionNoProtoType (#831, #832) - @mewmew
  • transpiler: support IfStmt representation of Clang 9.0 (#833, #834) - @mewmew
  • ast: handle optional cannot overflow string of UnaryOperator (#835, #836) - @mewmew
  • ast: make lvalue token of StringLiteral optional (#837, #838) - @mewmew
  • ast: handle optional part_of_explicit_cast of ImplicitCastExpr node (#839, #840) - @mewmew
  • transpiler: support WhileStmt with 2 children nodes, as output by Clang 9.0 (#841, #842) - @mewmew
  • ast: handle optional non_odr_use_unevaluated token of DeclRefExpr node (#843, #844) - @mewmew
  • ast: handle optional non_odr_use_unevaluated token of MemberExpr node (#845, #846) - @mewmew
  • ast: handle array_filler as a prefix of ImplicitValueInitExpr rather than an explicit node type (#847, #849) - @mewmew
  • ast,transpile: add support for ConstantExpr (#829, #848, #850) - @mewmew
c2go - v0.25.9 Dubnium 2018-12-30

Published by elliotchance almost 6 years ago

  • Remove GOPATH check. (#797, #814) - @hajimehoshi
c2go - v0.25.8 Dubnium 2018-12-04

Published by elliotchance almost 6 years ago

  • Support incrementing a MemberExpr that is is a pointer. (#811, #812) - @andybalholm
c2go - v0.25.7 Dubnium 2018-12-03

Published by elliotchance almost 6 years ago

  • Add noarch.NotUint32. (#813) - @jnjackins
c2go - v0.25.6 Dubnium 2018-12-02

Published by elliotchance almost 6 years ago

  • Resolve const struct types (#807, #808) - @andybalholm
  • Add more simpleResolveTypes (#810) - @andybalholm
c2go - v0.25.5 Dubnium 2018-11-29

Published by elliotchance almost 6 years ago

  • Skip unnecessary conversion. (#805, #806) - @andybalholm
  • Put correct package name in comment. (#803, #804) - @andybalholm
c2go - v0.25.4 Dubnium 2018-11-11

Published by elliotchance almost 6 years ago

  • Add go.mod and go.sum (#801) - @hajimehoshi
c2go - v0.25.3 Dubnium 2018-09-12

Published by elliotchance about 6 years ago

  • Improve speed of bool-to-int conversions (#796) - @jcburley
c2go - v0.25.2 Dubnium 2018-06-29

Published by elliotchance over 6 years ago

  • Remove triangle from CI. (#756, #774) - @kamphaus