-
-
Notifications
You must be signed in to change notification settings - Fork 64
[Housekeeping] Cleanup Dead Code / References #199
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
Open
connorgallopo
wants to merge
17
commits into
main
Choose a base branch
from
cleanup/dead-code
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
e14c9e8
Remove Bashly CLI
connorgallopo 78d54f0
Remove old docs
connorgallopo 861bae2
Remove archived folder - rely on Git for historical view / files to k…
connorgallopo 7b460ad
Remove HoughCircle playground to prepare for removal of lib
connorgallopo 2299013
Remove unused previous calibration scropts
connorgallopo 986a15f
Update docs links
connorgallopo f5bb152
Cleanup references to nonexistent paths
connorgallopo e1847f1
remove lingering activemq files
connorgallopo a7b7e95
Update packaging dir, remove dead code + outdated doc
connorgallopo 58b5871
Delete outdated md file
connorgallopo 7d02b99
Fix docs links, remove docs deploy
connorgallopo cd6419c
Add formatter configs
connorgallopo 6c5eab6
Remove unused runscripts
connorgallopo ebf79d6
Format shell scripts
connorgallopo 919dd0c
Remove unused Camera and ImageAnalysis refactor scaffolding
connorgallopo 7e80ebb
Remove dead CI workflows and trim prettierignore
connorgallopo 4f26b20
restore pitrac-common-functions.sh from main
connorgallopo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| BasedOnStyle: Google | ||
| Language: Cpp | ||
| Standard: c++20 | ||
|
|
||
| # Indentation | ||
| IndentWidth: 4 | ||
| TabWidth: 4 | ||
| UseTab: Never | ||
| NamespaceIndentation: All | ||
| IndentCaseLabels: true | ||
| IndentPPDirectives: BeforeHash | ||
|
|
||
| # Line length | ||
| ColumnLimit: 100 | ||
|
|
||
| # Braces | ||
| BreakBeforeBraces: Attach | ||
| AllowShortBlocksOnASingleLine: Empty | ||
| AllowShortFunctionsOnASingleLine: Inline | ||
| AllowShortIfStatementsOnASingleLine: Never | ||
| AllowShortLoopsOnASingleLine: false | ||
| AllowShortCaseLabelsOnASingleLine: false | ||
|
|
||
| # Alignment | ||
| AlignAfterOpenBracket: Align | ||
| AlignConsecutiveAssignments: false | ||
| AlignConsecutiveDeclarations: false | ||
| AlignOperands: Align | ||
| AlignTrailingComments: true | ||
|
|
||
| # Includes | ||
| SortIncludes: CaseInsensitive | ||
| IncludeBlocks: Preserve | ||
|
|
||
| # Spacing | ||
| SpaceAfterCStyleCast: false | ||
| SpaceAfterTemplateKeyword: true | ||
| SpaceBeforeAssignmentOperators: true | ||
| SpaceBeforeParens: ControlStatements | ||
| SpacesInParentheses: false | ||
| SpacesInAngles: Never | ||
|
|
||
| # Penalties | ||
| PenaltyBreakComment: 300 | ||
| PenaltyBreakFirstLessLess: 120 | ||
| PenaltyBreakString: 1000 | ||
| PenaltyExcessCharacter: 1000000 | ||
|
|
||
| # Pointer/reference alignment | ||
| PointerAlignment: Left | ||
| ReferenceAlignment: Left | ||
|
|
||
| # Other | ||
| ReflowComments: true | ||
| BinPackArguments: true | ||
| BinPackParameters: true | ||
| AllowAllParametersOfDeclarationOnNextLine: true |
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 |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| root = true | ||
|
|
||
| [*] | ||
| end_of_line = lf | ||
| insert_final_newline = true | ||
| trim_trailing_whitespace = true | ||
| charset = utf-8 | ||
|
|
||
| [*.{js,json,css,html}] | ||
| indent_style = space | ||
| indent_size = 4 | ||
|
|
||
| [*.{cpp,h,hpp,c}] | ||
| indent_style = space | ||
| indent_size = 4 | ||
|
|
||
| [*.py] | ||
| indent_style = space | ||
| indent_size = 4 | ||
|
|
||
| [*.{sh,bash}] | ||
| indent_style = space | ||
| indent_size = 4 | ||
|
|
||
| [*.{yaml,yml}] | ||
| indent_style = space | ||
| indent_size = 2 | ||
|
|
||
| [Makefile] | ||
| indent_style = tab | ||
|
|
||
| [*.md] | ||
| trim_trailing_whitespace = false |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.