This repository was archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
QIR Command Line Tool - Automatically Use Required Resources #704
Merged
ScottCarda-MS
merged 36 commits into
feature/azure-quantum-simulator
from
sccarda/CommandLineCompiler
Jun 8, 2021
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
b960396
Added command line project
ScottCarda-MS daf3478
Updates to the project file
ScottCarda-MS f0da336
Updated option descriptions, changed includeLibrary to includeLibraries.
ScottCarda-MS 0f96f95
Package reference instead of project reference
ScottCarda-MS 8e6cf60
Changed name and updated version
ScottCarda-MS 8f4b596
changes to project file
ScottCarda-MS 42128a7
made includeDirectories accept multiple arguments
ScottCarda-MS eec547b
minor changes
ScottCarda-MS 126c873
Merge branch 'feature/azure-quantum-simulator' into sccarda/CommandLi…
ScottCarda-MS cf0db65
Fixed help for include-directories
ScottCarda-MS 66f4df3
updated version, added null checks for logger
ScottCarda-MS 5c1158a
remove package reference to runtime
ScottCarda-MS 74ffcca
merged in from feature
ScottCarda-MS c35834d
Added PackAsTool
ScottCarda-MS 2dda015
Allow for multiple library and include paths
ScottCarda-MS b30a174
Make headers and libraries arguments optional
ScottCarda-MS 589d268
fixed tests
ScottCarda-MS 0f37043
fixed API call in controller
ScottCarda-MS 18ca27e
removed unnecessary checks
ScottCarda-MS 9d7fbb6
make output folder flat
ScottCarda-MS 312c220
Add package support and automatically used required headers/libraries.
ScottCarda-MS a250e18
merged
ScottCarda-MS 4fd55e6
error messages
ScottCarda-MS 8fe6bfc
better switch syntax
ScottCarda-MS 7c4deb8
Removed package reference to qir runtime.
ScottCarda-MS 06cd817
Moved the inclusion of libraries and headers to the Qir.Tools project.
ScottCarda-MS 871deb9
Moved logic to use included resources to the Tools project.
ScottCarda-MS da50685
fixed test
ScottCarda-MS 1d07c03
fixed test
ScottCarda-MS a114a9a
Try other method of detecting OS platform.
ScottCarda-MS d704a86
Check to see if build works without node
ScottCarda-MS 4fc4363
Try it with exceptions first.
ScottCarda-MS ad68feb
Added LogWarning method and changed to logging warnings instead of th…
ScottCarda-MS 8bf9233
Change to output Simulator path
ScottCarda-MS 1218fa2
update tools project file
ScottCarda-MS c44fb54
Missed a reference to Simulators
ScottCarda-MS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
9 changes: 4 additions & 5 deletions
9
src/Qir/Execution/QirCommandLineTool/QirCommandLineTool.csproj
This file contains hidden or 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,15 +1,14 @@ | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
|
|
||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
| <PropertyGroup> | ||
| <OutputType>Exe</OutputType> | ||
| <TargetFramework>netcoreapp3.1</TargetFramework> | ||
| <PackAsTool>true</PackAsTool> | ||
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20213.1" /> | ||
| <ProjectReference Include="..\..\..\Simulation\Simulators\Microsoft.Quantum.Simulators.csproj" /> | ||
| <ProjectReference Include="..\Tools\Microsoft.Quantum.Qir.Tools.csproj" /> | ||
| <PackageReference Include="System.CommandLine" Version="2.0.0-beta1.20213.1"/> | ||
| <ProjectReference Include="..\Tools\Microsoft.Quantum.Qir.Tools.csproj"/> | ||
| </ItemGroup> | ||
|
|
||
| </Project> |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.