Skip to content

Releases: linksplatform/RegularExpressions.Transformer.CSharpToCpp

[C#] 0.2.30

17 Mar 09:09
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.30

Added support for translation of GetHashCode method implementations.

[C#] 0.2.29

10 Mar 17:01
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.29

Using std::string instead of const char *, this way it is safer to return from functions.

[C#] 0.2.28

10 Mar 07:00
Compare
Choose a tag to compare

[C#] 0.2.27

10 Mar 06:15
Compare
Choose a tag to compare

[C#] 0.2.26

09 Mar 17:34
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.26

Better Exceptions translation support.
Using std::numeric_limits<float>::lowest() for all numeric types.
Better Assert translation support.
Added translation of pairs (tuple of 2 elements).
Automatic clean up of new operator (making stack allocation by default).

[C#] 0.2.25

09 Mar 10:40
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.25

Better translation of types with type parameters.
Better translation of static fields.
Better translation of float.MinValue (std::numeric_limits<float>::lowest() is used now).
Rules made more general.
Conflicts between rules resolved.

[C#] 0.2.24

08 Mar 17:41
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.24

Dependent rules fix.
Added support for tuple properties translation.
Added support for some implicit operators that can be translated as a constructors.

[C#] 0.2.23

07 Mar 10:14
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.23

Platform.RegularExpressions.Transformer dependency updated from 0.3.1 to 0.3.2.
Interface reference rule now supports assignment.

0.2.22

03 Mar 10:54
Compare
Choose a tag to compare

0.2.21

03 Mar 09:27
Compare
Choose a tag to compare

https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.2.21

Templates rules enabled also for struct's, not only for classes.