-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
widget library for Xfce - Gtk+3 variant Issue: deepin-community/sig-deepin-sysdev-team#557 Log: update repo
- Loading branch information
Showing
231 changed files
with
31,962 additions
and
110,847 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
Language: Cpp | ||
BasedOnStyle: GNU | ||
|
||
AlignEscapedNewlines: DontAlign | ||
AlignTrailingComments: false | ||
AllowAllParametersOfDeclarationOnNextLine: false | ||
AlwaysBreakAfterReturnType: All | ||
BinPackParameters: false | ||
BreakBeforeBinaryOperators: NonAssignment | ||
ColumnLimit: 0 | ||
ContinuationIndentWidth: 2 | ||
IncludeBlocks: Regroup | ||
IncludeCategories: | ||
- Regex: '"config\.h"' | ||
Priority: -3 | ||
CaseSensitive: true | ||
- Regex: '<.*>' | ||
Priority: -2 | ||
CaseSensitive: true | ||
- Regex: '".*/.*"' | ||
Priority: -1 | ||
CaseSensitive: true | ||
- Regex: '"[^/]*"' | ||
Priority: 0 | ||
SortPriority: 1 | ||
CaseSensitive: true | ||
IndentGotoLabels: false | ||
InsertNewlineAtEOF: true | ||
KeepEmptyLinesAtTheStartOfBlocks: false | ||
MaxEmptyLinesToKeep: 3 | ||
SpaceAfterCStyleCast: true | ||
WhitespaceSensitiveMacros: | ||
# Buggy workaround to add exceptions to 'SpaceBeforeParens: Always' (see below) | ||
- _ | ||
# Workaround to avoid some alignment bugs when adding a macro to WhitespaceSensitiveMacros, | ||
# see https://github.com/llvm/llvm-project/issues/55443#issuecomment-1953268337 | ||
# This doesn't fix all alignment bugs though, so I'd rather make an exception only for '_', | ||
# and not also for 'N_' or 'I_' for example. | ||
# See also https://github.com/llvm/llvm-project/issues/82288 | ||
Macros: | ||
- _(x)=x | ||
... |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# it doesn't seem to identify the first variadic argument correctly, so it follows | ||
# the wrong branch when testing e.g. 'strcmp (text, XFCE_BUTTON_TYPE_MIXED) == 0' | ||
xfce-dialogs.c:[0-9]+:[0-9]+: warning: 'va_arg' expected 'const gchar \*' \{aka 'const char \*'\} but received 'int' for variadic argument 1 of 'args' \[CWE-686\] \[-Wanalyzer-va-arg-type-mismatch\] | ||
xfce-dialogs.c:[0-9]+:[0-9]+: warning: 'va_arg' expected 'gint' \{aka 'int'\} but received 'void \*' for variadic argument 1 of 'args' \[CWE-686\] \[-Wanalyzer-va-arg-type-mismatch\] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# gobject-introspection generated code | ||
Libxfce4ui-2.0.c:[0-9]+:[0-9]+: warning: Access to field 'message' results in a dereference of a null pointer \(loaded from variable 'error'\) \[core.NullDereference\] |
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.