Releases: elliotchance/c2go
Releases · elliotchance/c2go
v0.16.7 Radium 2017-10-24
v0.16.6 Radium 2017-10-23
- Added support for
enum
. (#57, #252) - @Konstantin8105
v0.16.5 Radium 2017-10-19
- Use temporary folder for file pp.c. (#244, #247) - @Konstantin8105
- Added regexp cache for performance. (#241) - @Konstantin8105
v0.16.4 Radium 2017-10-18
- Fixed bug where variables cannot be defined inside a
for
definition. (#238, #242) - @Konstantin8105 - Add some
typedef
support. (#127, #243) - @Konstantin8105 - Remove executable bit for output file. (#245) - @crvv
v0.16.3 Radium 2017-10-17
- Faster performance when processing the clang AST (#236) - @Konstantin8105
v0.16.2 Radium 2017-09-18
- Adding support for StmtExpr. (#230, #231) - @elliotchance
v0.16.1 Radium 2017-09-09
- We must ignore inline assembly for now. (#228, #229) - @elliotchance
v0.16.0 Radium 2017-09-04
- Adds support for many functions in
stdlib.h
.
v0.15.1 Palladium 2017-09-02
- More precise floating-points numbers and improved math tests. (#225) - @elliotchance
- Added support for Go 1.9. (#225) - @elliotchance
v0.15.0 Palladium 2017-08-28
- Large refactoring of the the
ast
package. - Added
Children()
,Position()
andAddress()
as part of theast.Node
interface. - Node addresses are now stored as integers.
- Node positions are fully resolved and returns a new type called
ast.Position
.