Skip to content

Releases: elliotchance/c2go

v0.13.2 Neodymium 2017-06-05

05 Jun 05:52
Compare
Choose a tag to compare

v0.13.1 Neodymium 2017-06-04

04 Jun 09:30
Compare
Choose a tag to compare

v0.13.0 Neodymium 2017-06-03

03 Jun 08:24
Compare
Choose a tag to compare
  • All integration tests have been refactored to output TAP format. (#126, #128)
  • Improved math.h. Especially when dealing with special values like inf, NaN and very large/small numbers. (#128)
  • Some integration files have been moved to a new examples directory. (#128)
  • Bug fixes and more comprehensive test matrix for ctype.h. (#128)

v0.12.5 Magnesium 2017-06-03

03 Jun 06:11
Compare
Choose a tag to compare

v0.12.4 Magnesium 2017-05-31

31 May 10:29
Compare
Choose a tag to compare
  • Fixed a bug that might cause the formatter to not be able to produce Go. (#142) - @elliotchance
  • Added some test packages that were not being run on Travis CI. (#144) - @elliotchance
  • Transpile ternary operator to a typed closure. (#129, #147) - @x-tyger

v0.12.3 Magnesium 2017-05-30

30 May 09:11
Compare
Choose a tag to compare

v0.12.2 Magnesium 2017-05-29

29 May 08:09
Compare
Choose a tag to compare
  • Add flag to set the generated package name. (#125, #135) - @pravj
  • Fixing cli usage duplication when using -h or --help flags. (#136, #139) - @jorbs

v0.12.1 Magnesium 2017-05-28

27 May 15:42
Compare
Choose a tag to compare
  • CLI flags now contain a mode, like c2go transpile. (#74, #130) - @jorbs
  • import are not grouped in the output file. (#119, #131) - @pravj

v0.12.0 Magnesium 2017-05-23

22 May 16:12
Compare
Choose a tag to compare
  • Added support for dynamic memory allocation, malloc() and calloc(). (#117)
  • All pointers are now treated as slices.

v0.11.3 Lanthanum 2017-05-20

20 May 09:27
Compare
Choose a tag to compare
  • c2go now uses much more sane error reporting. Rather than panicking it will print some useful warning information in a comment and try to proceed. (#112)