-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44f272b
commit 34e33f4
Showing
2,160 changed files
with
60,520 additions
and
36,460 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,18 @@ | ||
--- | ||
Checks: ' | ||
,*, | ||
,-cppcoreguidelines-pro-bounds-array-to-pointer-decay, | ||
,-cppcoreguidelines-special-member-functions, | ||
,-cppcoreguidelines-pro-type-union-access, | ||
,-hicpp-special-member-functions, | ||
,-hicpp-use-override, | ||
,-google-build-using-namespace, | ||
,-modernize-use-default-member-init, | ||
,-modernize-use-override, | ||
,-readability-redundant-member-init, | ||
,-readability-implicit-bool-cast, | ||
' | ||
|
||
WarningsAsErrors: '' | ||
HeaderFilterRegex: '' | ||
AnalyzeTemporaryDtors: false |
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,12 @@ | ||
######################################## | ||
# Generate build dependency | ||
# | ||
# cmake --build . --target architecture | ||
######################################## | ||
|
||
SET(GRAPHVIZ_IGNORE_TARGETS AusweisAppGlobal;AusweisAppExternal;AusweisAppUiCli;cvc;fuzz;OpenSsl;tlscheck;Test;Script) | ||
SET(GRAPHVIZ_EXTERNAL_LIBS OFF) | ||
SET(GRAPHVIZ_EXECUTABLES ON) | ||
SET(GRAPHVIZ_GENERATE_PER_TARGET OFF) | ||
SET(GRAPHVIZ_GENERATE_DEPENDERS OFF) | ||
SET(GRAPHVIZ_GRAPH_NAME AusweisApp2) |
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.