Skip to content

Releases: linksplatform/RegularExpressions.Transformer.CSharpToCpp

0.1.19

04 Feb 18:31
Compare
Choose a tag to compare

0.1.18

04 Feb 17:33
Compare
Choose a tag to compare

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

More cases for tranlation of object to void pointer.
Type of ArgumentNullException is translated to std::invalid_argument.
Assert.Throws translated to Assert::ExpectException.

0.1.17

04 Feb 16:10
Compare
Choose a tag to compare

0.1.16

04 Feb 15:22
Compare
Choose a tag to compare

0.1.15

03 Feb 10:12
Compare
Choose a tag to compare

0.1.14

03 Feb 09:40
Compare
Choose a tag to compare

0.1.13

03 Feb 08:54
Compare
Choose a tag to compare

0.1.12

03 Feb 08:35
Compare
Choose a tag to compare

0.1.11

01 Feb 14:42
Compare
Choose a tag to compare

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

Better way to append single character and return the string.

0.1.10

01 Feb 12:40
Compare
Choose a tag to compare

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

Enabled translation of exception.Message to exception.what().