-
- Downloads
Added support for CSharp (#287)
* Added support for CSharp * Minor changes to const_generator.py; Moved files according to the output of const_generator.py; Removed non-english comments; * Released keystone after tests
Showing
- bindings/const_generator.py 63 additions, 8 deletionsbindings/const_generator.py
- bindings/csharp/KeystoneNET/.gitattributes 63 additions, 0 deletionsbindings/csharp/KeystoneNET/.gitattributes
- bindings/csharp/KeystoneNET/.gitignore 246 additions, 0 deletionsbindings/csharp/KeystoneNET/.gitignore
- bindings/csharp/KeystoneNET/KeystoneNET.Tests/App.config 9 additions, 0 deletionsbindings/csharp/KeystoneNET/KeystoneNET.Tests/App.config
- bindings/csharp/KeystoneNET/KeystoneNET.Tests/Compilation.feature 20 additions, 0 deletions.../csharp/KeystoneNET/KeystoneNET.Tests/Compilation.feature
- bindings/csharp/KeystoneNET/KeystoneNET.Tests/Compilation.feature.cs 127 additions, 0 deletions...harp/KeystoneNET/KeystoneNET.Tests/Compilation.feature.cs
- bindings/csharp/KeystoneNET/KeystoneNET.Tests/CompilationSteps.cs 84 additions, 0 deletions.../csharp/KeystoneNET/KeystoneNET.Tests/CompilationSteps.cs
- bindings/csharp/KeystoneNET/KeystoneNET.Tests/KeystoneNET.Tests.csproj 113 additions, 0 deletions...rp/KeystoneNET/KeystoneNET.Tests/KeystoneNET.Tests.csproj
- bindings/csharp/KeystoneNET/KeystoneNET.Tests/Properties/AssemblyInfo.cs 18 additions, 0 deletions.../KeystoneNET/KeystoneNET.Tests/Properties/AssemblyInfo.cs
- bindings/csharp/KeystoneNET/KeystoneNET.Tests/packages.config 6 additions, 0 deletions...ings/csharp/KeystoneNET/KeystoneNET.Tests/packages.config
- bindings/csharp/KeystoneNET/KeystoneNET.sln 28 additions, 0 deletionsbindings/csharp/KeystoneNET/KeystoneNET.sln
- bindings/csharp/KeystoneNET/KeystoneNET/Constants/ARM64Constants.cs 10 additions, 0 deletions...sharp/KeystoneNET/KeystoneNET/Constants/ARM64Constants.cs
- bindings/csharp/KeystoneNET/KeystoneNET/Constants/ARMConstants.cs 10 additions, 0 deletions.../csharp/KeystoneNET/KeystoneNET/Constants/ARMConstants.cs
- bindings/csharp/KeystoneNET/KeystoneNET/Constants/HexagonConstants.cs 10 additions, 0 deletions...arp/KeystoneNET/KeystoneNET/Constants/HexagonConstants.cs
- bindings/csharp/KeystoneNET/KeystoneNET/Constants/KeystoneConstants.cs 107 additions, 0 deletions...rp/KeystoneNET/KeystoneNET/Constants/KeystoneConstants.cs
- bindings/csharp/KeystoneNET/KeystoneNET/Constants/MipsConstants.cs 10 additions, 0 deletions...csharp/KeystoneNET/KeystoneNET/Constants/MipsConstants.cs
- bindings/csharp/KeystoneNET/KeystoneNET/Constants/PPCConstants.cs 10 additions, 0 deletions.../csharp/KeystoneNET/KeystoneNET/Constants/PPCConstants.cs
- bindings/csharp/KeystoneNET/KeystoneNET/Constants/SPARCConstants.cs 10 additions, 0 deletions...sharp/KeystoneNET/KeystoneNET/Constants/SPARCConstants.cs
- bindings/csharp/KeystoneNET/KeystoneNET/Constants/SystemZConstants.cs 10 additions, 0 deletions...arp/KeystoneNET/KeystoneNET/Constants/SystemZConstants.cs
- bindings/csharp/KeystoneNET/KeystoneNET/Constants/X86Constants.cs 10 additions, 0 deletions.../csharp/KeystoneNET/KeystoneNET/Constants/X86Constants.cs
Loading
Please register or sign in to comment