-
-
Notifications
You must be signed in to change notification settings - Fork 890
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
[CURA-11359] sanitize code #1986
Merged
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
5a4ca90
Fixed basic code compilation warnings
wawanbreton 853d47c
Fixed many more warnings
wawanbreton b7445cf
Fixed variable shadowing warnings
wawanbreton def4713
Fixed numeric conversion warnings
wawanbreton 7469dea
Fixed number conversions warnings
wawanbreton ffbb28b
Fixed more number conversion warnings
wawanbreton 1a5baf9
Fixed variable shadowing warnings
wawanbreton 14ace62
Fixed variable shadowing warnings
wawanbreton cdb108f
Fixed variable shadowing warnings
wawanbreton 5e849dc
Fixed variable shadowing warnings
wawanbreton 01b0324
Fixed variable shadowing warnings
wawanbreton f40e6c3
Fixed variable shadowing warnings
wawanbreton 32d17c5
Fix variable shadowing warnings
wawanbreton 38f4559
Fixed variable shadowing warnings
wawanbreton 403061a
Fixed variable shadowing warnings
wawanbreton 434d51b
Fixed variable shadowing warnings
wawanbreton 39098a2
Fixed variable shadowing warnings
wawanbreton 6720d7a
Fixed variable shadowing warnings
wawanbreton bdbdd17
Removed last occurences of M_PI
wawanbreton bfe91cb
Use double instead of float, unless explicitely necessary
wawanbreton eb461e4
Geometry classes naming consistency
wawanbreton db39ede
Geometry classes variables naming consistency
wawanbreton 4763b3b
Fixed variable shadowing warnings
wawanbreton e52f91a
Fixed variable shadowing warnings
wawanbreton 4bcc29c
Fixed shadowed variables warnings
wawanbreton c56e755
Fixed last variable shadowing warnings
wawanbreton ddfbb1e
Applied clang-format.
wawanbreton 3b65d4b
Removed unused ClientSocket class
wawanbreton 98ed771
Merge remote-tracking branch 'origin/main' into CURA-11359_sanitize_code
wawanbreton 6c24ce4
Applied clang-format.
wawanbreton 4556a18
Geometry classes naming consistency
wawanbreton c74f4bb
Fixed variable initialization ordering warnings
wawanbreton 1c37545
Applied clang-format.
wawanbreton 511971f
Fixed unused variables warnings
wawanbreton 46f0f97
Fixed dangling reference warnings
wawanbreton 4749362
Fixed numeric conversion warnings
wawanbreton fda3e1b
Fixed unit tests build
wawanbreton fd3b4dc
Applied clang-format.
wawanbreton f08aadf
Fixed conversion warning, with potential side-effects on combing
wawanbreton cdca811
Fixed crash
wawanbreton b7776f4
Upload unit-test report for Github action
wawanbreton 7625e4f
Upload detailed test report only on Linux
wawanbreton 50366ad
Force unit test report publishing
wawanbreton 332b2f3
Fixed GCodeExport unit test
wawanbreton a336b22
Fixed some numeric conversion warnings
wawanbreton 65f0d9b
Fixed minimum layer time application regression
wawanbreton 1884fbc
Update src/utils/PolygonsPointIndex.cpp
wawanbreton 4d20359
Update src/utils/ExtrusionLine.cpp
wawanbreton fad6bd5
Merge remote-tracking branch 'origin/main' into CURA-11359_sanitize_code
wawanbreton a33ad67
Use explicit `std::optional` utility functions
casperlamboo 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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
should this be part of this PR? seems seperated to me
can it be removed?
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.
Good catch.. I thought this could be part of it, otherwise it would be lost. Should I make a mini-PR for it ?