forked from organicmaps/organicmaps
-
Notifications
You must be signed in to change notification settings - Fork 0
Ci/cpp clang format check example #6
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
AndrewShkrob
wants to merge
15
commits into
master
Choose a base branch
from
ci/cpp-clang-format-check-example
base: master
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
15 commits
Select commit
Hold shift + click to select a range
b2f4191
[ios] fix `iPad` detection in the `alternativeSizeClass`
kirylkaveryn db862fb
[ios] detect isIPad taking into account `isiOSAppOnMac`
kirylkaveryn e3f0e43
[ios] rename `isIPad` to `isiPad`
kirylkaveryn 46fce85
[routing] Make 'auto reordering of intermediate stops' optional
gpesquero b863168
[qt] Added missing _outdoors_ files to the bundle.
vng 936d533
[cmake] Put binaries into the root build folder. Follow up 936b887659…
vng 86fa8ea
Minor log fix.
vng c9351df
[search] Do not treat communications_tower as POI.
vng ab50969
[categoires] Updated sewing/tailor synonyms.
vng f303e22
[categories] Updated according to the new Weblate translations.
vng c985d97
[android] Fixed Nav Auto theme switch. Follow up 30eb98a756acf15001c2…
vng 516035d
[generator][indexer][android][ios] Charging station maximum power
batterydotac 9142abb
[generator][ios] Minor algorithm adjustments and error fix
batterydotac 587b3f6
[generator][android][ios] Algorithm optimizations
batterydotac 982dfe0
[generator] Further algorithm refinements
batterydotac 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:width="28dp" | ||
| android:height="28dp" | ||
| android:viewportWidth="28" | ||
| android:viewportHeight="28"> | ||
| <path | ||
| android:pathData="M17.254,1.536 L6.746,15.864A0.211,0.211 63.127,0 0,6.917 16.2h5.167a0.345,0.345 50.342,0 1,0.339 0.409l-1.845,9.781a0.095,0.095 23.469,0 0,0.169 0.073L21.254,12.136A0.211,0.211 63.127,0 0,21.083 11.8h-5.167a0.345,0.345 50.342,0 1,-0.339 -0.409l1.845,-9.781a0.095,0.095 23.469,0 0,-0.169 -0.073z" | ||
| android:fillColor="#fff"/> | ||
| </vector> |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <LinearLayout | ||
| xmlns:android="http://schemas.android.com/apk/res/android" | ||
| xmlns:tools="http://schemas.android.com/tools" | ||
| xmlns:app="http://schemas.android.com/apk/res-auto" | ||
| android:id="@+id/ll__place_max_power" | ||
| style="@style/PlacePageItemFrame" | ||
| tools:background="#4000FFFF" | ||
| tools:visibility="visible"> | ||
|
|
||
| <ImageView | ||
| android:id="@+id/iv__place_max_power" | ||
| style="@style/PlacePageMetadataIcon" | ||
| app:srcCompat="@drawable/ic_max_power_white" /> | ||
|
|
||
| <TextView | ||
| android:id="@+id/tv__place_max_power" | ||
| style="@style/PlacePageMetadataText" | ||
| tools:text="Maximum power" /> | ||
| </LinearLayout> |
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
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.
[clang-format] reported by reviewdog 🐶
organicmaps/android/app/src/main/cpp/app/organicmaps/Framework.cpp
Lines 1456 to 1462 in 982dfe0
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.
Can it help to remove unused parameters when formatting functions?