Skip to content

Releases: elliotchance/c2go

v0.9.2 Indium 2017-04-25

25 Apr 05:42
Compare
Choose a tag to compare
  • Added support for switch. (#66)
  • Split ast_test.go into smaller test files. (#68)

v0.9.1 Indium 2017-04-25

25 Apr 00:15
Compare
Choose a tag to compare
  • Added support for stdbool.h (#44, #65)
  • Combined integration tests into few files to make testing much faster (#47)

v0.9.0 Indium 2017-04-24

23 Apr 15:55
Compare
Choose a tag to compare
  • Added support for ctype.h.

v0.8.9 Hafnium 2017-04-24

23 Apr 15:10
Compare
Choose a tag to compare

v0.8.8 Hafnium 2017-04-22

22 Apr 06:10
Compare
Choose a tag to compare
  • Add go fmt checking on Travis (#52) - @pravj
  • Report an error if the input C file does not exist (#53) - @jorbs
  • Split code into multiple packages.
  • Unit and integration tests are now separated (see README).

v0.8.7 Hafnium 2017-04-18

17 Apr 15:59
Compare
Choose a tag to compare

This is a refactoring release, by @bongo227.

  • Moved many of the files into an ast package.
  • Cleaned up a lot of code surrounding the ast package.

v0.8.6 Hafnium 2017-04-16

16 Apr 05:56
Compare
Choose a tag to compare
  • Added LICENSE and cleaned up some of the README.

v0.8.5 Hafnium 2017-04-16

16 Apr 02:34
Compare
Choose a tag to compare
  • Removed run-tests.sh (#35) - @bongo227

v0.8.4 Hafnium 2017-04-16

16 Apr 01:31
Compare
Choose a tag to compare
  • Better handling of <<<NULL>>> nodes in the clang AST. This fixes some bugs allows ifStmt and ForStmt to be handled much better.
  • Added support for for(;;) - @jnjackins
  • Generally better panic messages for many scenarios.
  • Fixed some new cases for FieldDecl and TypedefDecl.
  • A new CLI option -print-ast makes it easier for debugging - @jnjackins

v0.8.3 Hafnium 2017-04-14

14 Apr 08:04
Compare
Choose a tag to compare
  • This is a large refactoring release to split the rendering across all the files. It does not change any functionality.