Releases: elliotchance/c2go
Releases · elliotchance/c2go
v0.14.4 Oganesson 2017-08-20
- Run all integrations tests internally with
go test
. (#158, #214) - @elliotchance - Fix a bug where exit code 101 and 102 would not cause
go test
to fail. (#220) - @elliotchance
v0.14.3 Oganesson 2017-08-12
- Make CLI snapshots more readable and diffable. (#212) - @bradleyjkemp
- Do not wrap assignment expressions that are statements. (#206, #213) - @elliotchance
v0.14.2 Oganesson 2017-08-10
- Add snapshot testing for command help output. (#209) - @bradleyjkemp
- Using longer version name. (#207, #210) - @elliotchance
v0.14.1 Oganesson 2017-08-09
- SQLite3 amalgamated source code now transpiles on Linux and Mac (previously only Mac). (#208) - @elliotchance
v0.14.0 Oganesson 2017-07-31
- SQLite3 compile is now part of the build process (mac only). (#204) - @elliotchance
v0.13.7 Neodymium 2017-07-09
- Fixed bug with
for
without body. (#186) - @Konstantin8105 - Simply logic for transpiling while statements. (#201) - @Konstantin8105
- Simply logic for transpiling do statements. (#202) - @Konstantin8105
- Lots of documentation cleanup. (#124) - @elliotchance
- Added support for
IndirectFieldDecl
in the AST. (#195, #203) - @elliotchance
v0.13.6 Neodymium 2017-07-07
- Change to use strings.TrimLeft instead of regexp. (#197) - @lestrrat
- Parallelize integration tests. (#183) - @Konstantin8105
- Better support for expressions using a comma. (#185) - @Konstantin8105
- Create CODE_OF_CONDUCT.md. (#198) - @elliotchance
v0.13.5 Neodymium 2017-07-03
- Fixed a bug where
for
statements that contained more than one variable did not compile. (#181) - @Konstantin8105
v0.13.4 Neodymium 2017-06-23
- c2go will now output the original compiler error if the file cannot be parsed by
clang
. (#168, #170 #171) - @Konstantin8105
v0.13.3 Neodymium 2017-06-09
- Allow conversions to and from int8 and uint8. (#164) - @x-tyger
- Added support for unions. (#84, #163) - @corebreaker