Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/gtk3_gui_refactor'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
btrkeks committed Aug 25, 2024
2 parents edcd8d6 + 0e95864 commit d41110d
Show file tree
Hide file tree
Showing 122 changed files with 7,712 additions and 3,209 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BinPackArguments: true
BreakStringLiterals: false
BreakStringLiterals: true
ColumnLimit: 100
IndentCaseLabels: true
IndentPPDirectives: BeforeHash
Expand Down
34 changes: 34 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Checks: >
performance-*,
misc-*,
android-cloexec-*,
readability-duplicate-include,
readability-misleading-indentation,
bugprone-assert-side-effect,
bugprone-macro-repeated-side-effects,
bugprone-infinite-loop,
bugprone-macro-parentheses,
bugprone-posix-return,
bugprone-reserved-identifier,
bugprone-signal-handler,
bugprone-signed-char-misuse,
bugprone-sizeof-expression,
bugprone-branch-clone,
-clang-analyzer-security.insecureAPI.*,
-misc-no-recursion,
-readability-braces-around-statements,
-misc-include-cleaner,
-bugprone-infinite-loop,
-misc-unused-parameters,
-clang-analyzer-optin.core.EnumCastOutOfRange,
-bugprone-reserved-identifier,
-android-cloexec-fopen,
-clang-diagnostic-cast-align
# WarningsAsErrors: '*'

CheckOptions:
- key: bugprone-assert-side-effect.AssertMacros
value: 'assert'

ExtraArgs: [ -std=c11,-DDEBUG ]
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ cmake-build-release-coverage/
CMakeFiles
.gdb_history
misc/
build/
build/
generated/
Loading

0 comments on commit d41110d

Please sign in to comment.