Skip to content

Releases: linksplatform/RegularExpressions.Transformer.CSharpToCpp

0.0.29

09 Dec 18:34
Compare
Choose a tag to compare

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

Added rule for region block preprocessor directives removal.

0.0.28

08 Dec 18:11
Compare
Choose a tag to compare

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

Rule for C# inline properties is fixed. Now it works even if the property name contains more than one word.

0.0.27

07 Dec 11:53
Compare
Choose a tag to compare

0.0.26

06 Dec 08:00
Compare
Choose a tag to compare

0.0.25

05 Dec 13:28
Compare
Choose a tag to compare

0.0.24

04 Dec 12:19
Compare
Choose a tag to compare

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

Rules are now less gready (for single line patterns). This should increase the performance and reduce errors.

0.0.23

04 Dec 09:06
Compare
Choose a tag to compare

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

Added support for inline static string constants in classes.
Static fields with class initializations are now using inline static fields in C++.

0.0.22

01 Dec 07:41
Compare
Choose a tag to compare

0.0.21

30 Nov 16:45
Compare
Choose a tag to compare

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

Using generic type constraint (C#) as hint to pass the argument by reference in C++.

0.0.20

27 Nov 19:05
Compare
Choose a tag to compare

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

Added support for NotSupportedException, NotImplementedException, ArgumentException and ArgumentNullException exceptions.