-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes an outrageous number of bugs and warnings #90
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d964188
Fixes an outragous number of bugs and warnings
viniciusferrao 233c439
Fixed more outrageous bugs.
viniciusferrao d7dcb49
Disable cosmetic warnings
61a01f3
Pin spdlog version
527bd42
Fix warning
2de5a13
Run clang-format
b2c1bb6
Handle copy to temporary file error
75c03af
Fix message in CMakeLists.txt
a892e84
Handle error in answerfile minor version
cc06a6c
Fix routing error disabling the VM network
1f55fdf
Enable Managed network again
8712198
Fix answerfile version handling
fb6231a
Fix copyFile implementation
3dfb889
Fix typos, change variables names and fix throw.
viniciusferrao 0bfe8ee
Clearning more warnings
121594c
Fix the last warnings
5c3012a
Remove std::exit call, and raise an exception instead
66ce55b
Run clang-format
a659471
Added version ranges to conanfile.txt
viniciusferrao 69d6dac
Tries to update the clang-format.yml workflow
viniciusferrao 39ba2c1
Try to fix clang-format again
viniciusferrao bb0eae7
Last try to fix clang-format
viniciusferrao b6a6fa0
Final try to fix clang-format. I promise.
viniciusferrao 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The macro must not exit. That's not the responsibility of this macro.