-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* NEW: MultiByte support. Now you can use modules with MultiByte characters. For C++ projects it will be automatically selected according to the actual project configuration. For .NET, you need to override related `CharacterSet` property. * NEW: .NET Core based projects support through Conari and related: Including .NET Standard targeting; Just install our modern NuGet packages; https://www.nuget.org/packages/regXwild * CHANGED: Modules with MultiByte characters for .NET projects by default. You can replace this by the changing $(CharacterSet) msbuild property: ``` <CharacterSet>Unicode</CharacterSet> ``` * CHANGED: Added the following tools to packages for related build processes. * tools\gnt.bat - https://github.com/3F/GetNuTool * tools\hMSBuild.bat - https://github.com/3F/hMSBuild * CHANGED: `algo` and `snet` testers can be found inside packages for each $(Platform)-$(CharacterSet) * CHANGED: Conari will no longer be distributed together with regXwild. https://github.com/3F/Conari Please consider to use it separately. Conari nuget packages: https://www.nuget.org/packages/Conari/ (recommended due to caching of 0x29 opcodes and other related optimization) * NOTE: Offcial releases can be also found through GitHub Releases: https://github.com/3F/regXwild/releases
- Loading branch information
Showing
4 changed files
with
49 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.0 | ||
1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters