-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bin/jenkins.sh: Use 'travis_wait' * clang-tidy: Treat warnings as errors * Suppress some third party clang-tidy warnings * bin/jenkins.sh: Use 'travis_wait' * Fix some clang-tidy warnings * clang-tidy: Fix 'modernize-use-using' warnings * clang-tidy: Fix 'performance-type-promotion-in-math-fn' warning * clang-tidy: Disable 'cppcoreguidelines-pro-bounds-pointer-arithmetic' checks * clang-tidy: Disable 'cppcoreguidelines-pro-type-vararg' checks * clang-tidy: Disable 'cppcoreguidelines-pro-bounds-array-to-pointer-decay' checks * clang-tidy: Disable 'cppcoreguidelines-pro-bounds-constant-array-index' checks * clang-tidy: Disable 'cert-flp30-c' checks * clang-tidy: Fix/suppress 'performance-noexcept-move-constructor' warnings * clang-tidy: Fix/suppress 'cppcoreguidelines-special-member-functions' warnings * clang-tidy: Disable 'cert-err58-cpp' checks * clang-tidy: Disable 'cppcoreguidelines-pro-type-union-access' checks * clang-tidy: Disable 'clang-analyzer-optin.performance.Padding' checks * clang-tidy: Disable 'cppcoreguidelines-pro-type-const-cast' checks * clang-tidy: Disable 'cppcoreguidelines-owning-memory' checks * clang-tidy: Fix/suppress warnings * clang-tidy: Use DRISHTI_BUILD_SHARED_SDK=OFF * Add clang-tidy testing * Remove '--verbose' instead of using '--discard 10 --tail 200' * clang-tidy: Disable 'cert-err60-cpp' checks * Fix Visual Studio build * Fix Visual Studio tests * Suppress clang-tidy warning * Use 'clang-tidy-libcxx' toolchain
- Loading branch information
1 parent
588cea2
commit 3de4257
Showing
104 changed files
with
745 additions
and
347 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
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
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
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.