forked from InfiniTimeOrg/InfiniTime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'InfiniTimeOrg:main' into develop
- Loading branch information
Showing
508 changed files
with
16,786 additions
and
83,973 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
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 |
---|---|---|
@@ -1,34 +1,37 @@ | ||
Checks: '*, | ||
-altera-unroll-loops, | ||
-llvmlibc-callee-namespace, | ||
-llvm-header-guard, | ||
-llvm-namespace-comment, | ||
-google-build-using-namespace, | ||
-google-runtime-int, | ||
-google-readability-namespace-comments, | ||
-fuchsia-statically-constructed-objects, | ||
Checks: 'bugprone-*, | ||
cert-*, | ||
cppcoreguidelines-*, | ||
hicpp-*, | ||
misc-*, | ||
modernize-*, | ||
performance-*, | ||
portability-*, | ||
readability-*, | ||
fuchsia-trailing-return, | ||
-cert-err58-cpp, | ||
-cert-err60-cpp, | ||
-cppcoreguidelines-prefer-member-initializer, | ||
-cppcoreguidelines-pro-bounds-array-to-pointer-decay, | ||
-cppcoreguidelines-pro-bounds-constant-array-index, | ||
-cppcoreguidelines-pro-type-static-cast-downcast, | ||
-cppcoreguidelines-pro-type-union-access, | ||
-cppcoreguidelines-pro-type-cstyle-cast, | ||
-cppcoreguidelines-pro-type-vararg, | ||
-cppcoreguidelines-avoid-magic-numbers, | ||
-cppcoreguidelines-avoid-non-const-global-variables, | ||
-cppcoreguidelines-avoid-c-arrays, | ||
-cppcoreguidelines-special-member-functions, | ||
-readability-magic-numbers, | ||
-readability-uppercase-literal-suffix, | ||
-modernize-use-trailing-return-type, | ||
-modernize-avoid-c-arrays, | ||
-hicpp-avoid-c-arrays, | ||
-hicpp-uppercase-literal-suffix, | ||
-hicpp-vararg, | ||
-hicpp-no-assembler, | ||
-hicpp-no-array-decay, | ||
-hicpp-signed-bitwise, | ||
-hicpp-special-member-functions, | ||
-cert-err58-cpp, | ||
-cert-err60-cpp' | ||
-modernize-use-trailing-return-type, | ||
-modernize-avoid-c-arrays, | ||
-readability-magic-numbers, | ||
-readability-uppercase-literal-suffix' | ||
CheckOptions: | ||
- key: readability-function-cognitive-complexity.Threshold | ||
value: 100 |
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,32 @@ | ||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: | ||
// https://github.com/microsoft/vscode-dev-containers/tree/v0.154.2/containers/cpp | ||
{ | ||
"build": { | ||
"dockerfile": "docker/Dockerfile" | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"settings": { | ||
// Set *default* container specific settings.json values on container create. | ||
"terminal.integrated.profiles.linux": { | ||
"bash": { | ||
"path": "/bin/bash" | ||
} | ||
}, | ||
"terminal.integrated.defaultProfile.linux": "bash", | ||
"editor.formatOnSave": true, | ||
// FIXME: This and the Dockerfile might get out of sync | ||
"clang-format.executable": "clang-format-14" | ||
}, | ||
// Add the IDs of extensions you want installed when the container is created. | ||
"extensions": [ | ||
"ms-vscode.cpptools", | ||
"ms-vscode.cmake-tools", | ||
"marus25.cortex-debug", | ||
"notskm.clang-tidy", | ||
"mjohns.clang-format" | ||
] | ||
} | ||
}, | ||
"remoteUser": "infinitime" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.