Releases: elliotchance/c2go
Releases · elliotchance/c2go
v0.18.2 Tantalum 2017-12-07
- Remove unused function
newDeclStmt
(#414) - @Konstantin8105 - Added test for struct initialization. (#360, #416) - @Konstantin8105
- Adding support for clang 3.5. (#55, #418) - @Konstantin8105
- Added test for function inside
if
statement. (#132, #122, #417) - @Konstantin8105 - Added tests for Go keywords in C code. (#83, #419) - @Konstantin8105
v0.18.1 Tantalum 2017-12-05
- Added GoDoc badge to README. (#396, #402) - @Konstantin8105
- Added GoReport badge to README. (#397, #403) - @Konstantin8105
- Fix preStmts and postStmts are not used in transpiler/branch. (#404, #405) - @Konstantin8105
- Error handling in function transpileUnaryOperatorMul (#404, #406) - @Konstantin8105
- Remove unused
if
statement fortype
as a variable name (#404, #407) - @Konstantin8105 - Null pointer for implicit cast. (#399, #409) - @Konstantin8105
- Added code simplification to
gofmt
. (#408) - @Konstantin8105 - Add more context for warnings. (#410, #411) - @Konstantin8105
v0.18.0 Tantalum 2017-12-04
- Added support for Clang 5.0. (#365, #388) - @Konstantin8105
- Functions called
_
must be renamed for Go. (#287, #386) - @Konstantin8105 - Update SQLite3 version to 3.21 on Travis. (#366, #387) - @Konstantin8105
- Remove implicit typedef from clang. (#335, #390) - @Konstantin8105
- Refactoring: separate
TranslationUnitDecl
. (#364, #385) - @Konstantin8105 - Pointer initialization. (#382, #381, #392) - @Konstantin8105
- Ignore extern definitions. (#328, #389) - @Konstantin8105
v0.17.8 Samarium 2017-12-03
- Remove rvm for OSX. (#379, #380) - @Konstantin8105
- Allow struct inside a function. (#344, #346, #345) - @Konstantin8105
v0.17.7 Samarium 2017-11-30
- Improved resolving of some C types. (#372, #373) - @Konstantin8105
- Fixed bug with preprocessor including the same file multiple times. (#363, #369) - @Konstantin8105
v0.17.6 Samarium 2017-11-18
v0.17.5 Samarium 2017-11-17
v0.17.4 Samarium 2017-11-16
- Send options to
clang
with-clang-flag
. (#331, #337) - @Konstantin8105