Merge pull request #401 in VECTO/vecto-sim from...
Merge pull request #401 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-486-hashing-of-vecto-input-and-output to develop * commit '43348b37': (28 commits) adding comment for XSLT fix: xpath query polishing commandline tool corrected testcase indentation, insert correct hashes for components adding hashing commandline tool adding new project for hashing tool (GUI) adding auto-generated versioning extending tests adding documentation for interface changed XSLT transformation to remove namespaces adding another testcase adding more testcases adding more test files adding creating hash for component adding un-hashed input data report a component multiple times if multiple instances exist make xml valid change wheels on 2. axle change reference hash due to changes in xslt transformation ...
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- HashingCmd/App.config 6 additions, 0 deletionsHashingCmd/App.config
- HashingCmd/HashingCmd.csproj 76 additions, 0 deletionsHashingCmd/HashingCmd.csproj
- HashingCmd/Program.cs 180 additions, 0 deletionsHashingCmd/Program.cs
- HashingCmd/Properties/AssemblyInfo.cs 37 additions, 0 deletionsHashingCmd/Properties/AssemblyInfo.cs
- HashingCmd/Properties/Version.cs 34 additions, 0 deletionsHashingCmd/Properties/Version.cs
- HashingCmd/Properties/Version.tt 39 additions, 0 deletionsHashingCmd/Properties/Version.tt
- HashingTool/App.config 6 additions, 0 deletionsHashingTool/App.config
- HashingTool/App.xaml 8 additions, 0 deletionsHashingTool/App.xaml
- HashingTool/App.xaml.cs 17 additions, 0 deletionsHashingTool/App.xaml.cs
- HashingTool/HashingTool.csproj 116 additions, 0 deletionsHashingTool/HashingTool.csproj
- HashingTool/MainWindow.xaml 8 additions, 0 deletionsHashingTool/MainWindow.xaml
- HashingTool/MainWindow.xaml.cs 28 additions, 0 deletionsHashingTool/MainWindow.xaml.cs
- HashingTool/Properties/AssemblyInfo.cs 55 additions, 0 deletionsHashingTool/Properties/AssemblyInfo.cs
- HashingTool/Properties/Resources.Designer.cs 70 additions, 0 deletionsHashingTool/Properties/Resources.Designer.cs
- HashingTool/Properties/Resources.resx 117 additions, 0 deletionsHashingTool/Properties/Resources.resx
- HashingTool/Properties/Settings.Designer.cs 30 additions, 0 deletionsHashingTool/Properties/Settings.Designer.cs
- HashingTool/Properties/Settings.settings 7 additions, 0 deletionsHashingTool/Properties/Settings.settings
- HashingTool/Properties/Version.cs 34 additions, 0 deletionsHashingTool/Properties/Version.cs
- HashingTool/Properties/Version.tt 39 additions, 0 deletionsHashingTool/Properties/Version.tt
Loading
Please register or sign in to comment