Releases: elliotchance/c2go
Releases · elliotchance/c2go
v0.9.2 Indium 2017-04-25
v0.9.1 Indium 2017-04-25
v0.9.0 Indium 2017-04-24
- Added support for
ctype.h
.
v0.8.9 Hafnium 2017-04-24
v0.8.8 Hafnium 2017-04-22
v0.8.7 Hafnium 2017-04-18
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
- Added LICENSE and cleaned up some of the README.
v0.8.5 Hafnium 2017-04-16
- Removed
run-tests.sh
(#35) - @bongo227
v0.8.4 Hafnium 2017-04-16
- Better handling of
<<<NULL>>>
nodes in the clang AST. This fixes some bugs allowsifStmt
andForStmt
to be handled much better. - Added support for
for(;;)
- @jnjackins - Generally better panic messages for many scenarios.
- Fixed some new cases for
FieldDecl
andTypedefDecl
. - A new CLI option
-print-ast
makes it easier for debugging - @jnjackins
v0.8.3 Hafnium 2017-04-14
- This is a large refactoring release to split the rendering across all the files. It does not change any functionality.