Skip to content

Releases: elliotchance/c2go

v0.11.2 Lanthanum 2017-05-20

20 May 08:39
Compare
Choose a tag to compare
  • Added more clang AST nodes so now it is able to parse the the complete SQLite3 code (#110)
  • Added -verbose CLI option to output function prototypes as comments (#111)

v0.11.1 Lanthanum 2017-05-15

15 May 12:47
Compare
Choose a tag to compare
  • Added support for sizeof (#109)

v0.11.0 Lanthanum 2017-05-14

13 May 18:30
Compare
Choose a tag to compare
  • Most stdio.h functions are now supported. (#88)

v0.10.5 Krypton 2017-05-14

13 May 18:17
Compare
Choose a tag to compare
  • Fixed bug where escaped characters (like newline) were not handled properly (#108) - @x-tyger

v0.10.4 Krypton 2017-05-12

12 May 07:11
Compare
Choose a tag to compare
  • Implements compound assignment operators (#98) - @x-tyger
  • Handle 'unsigned long long' maximum value (#99) - @x-tyger

v0.10.3 Krypton 2017-05-11

11 May 07:35
Compare
Choose a tag to compare

v0.10.2 Krypton 2017-05-11

10 May 15:36
Compare
Choose a tag to compare
  • Added support for continue statements (#96) - @x-tyger

v0.10.1 Krypton 2017-05-09

09 May 11:23
Compare
Choose a tag to compare

v0.10.0 Krypton 2017-05-09

08 May 15:37
Compare
Choose a tag to compare
  • Huge refactoring so that it transpires between the Clang AST and Go AST instead of building the Go source (#74)
  • Handle 'referenced' in EnumConstantDecl (#87) - @x-tyger
  • Handle special character literals (#82, #80) - @x-tyger

v0.9.3 Indium 2017-04-26

26 Apr 09:41
Compare
Choose a tag to compare
  • Added -version flag. (#70)