Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
197
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
updated CI to latest ubuntu and clang
- #4004
#4004
Merged
danmar
merged 14 commits into
cppcheck-opensource:main
cppcheck-opensource/cppcheck:main
from
firewave:ub
firewave/cppcheck:ub
Copy head branch name to clipboard
May 22, 2022
Conversation
Commits
14
(14)
Checks
Files changed
Merged
updated CI to latest ubuntu and clang
#4004
danmar
merged 14 commits into
cppcheck-opensource:main
cppcheck-opensource/cppcheck:main
from
firewave:ub
firewave/cppcheck:ub
Copy head branch name to clipboard
Commits
Commits on May 15, 2022
updated CI to latest ubuntu and clang
firewave
committed
efeaf4b
View commit details
Copy full SHA for efeaf4b
Browse repository at this point
.clang-tidy: disabled readability-identifier-length warning which we are not interested in
firewave
committed
5abe89a
View commit details
Copy full SHA for 5abe89a
Browse repository at this point
clang_tidy.cmake: added `run-clang-tidy-14` as program to look for
firewave
committed
fe233cf
View commit details
Copy full SHA for fe233cf
Browse repository at this point
CI-unixish-docker.yml: install the `python3` package for ubuntu instead
firewave
committed
dec2cbc
View commit details
Copy full SHA for dec2cbc
Browse repository at this point
run_more_tests.sh: explicitly use `python3`
firewave
committed
eb78d4a
View commit details
Copy full SHA for eb78d4a
Browse repository at this point
.clang-tidy: disabled `readability-container-data-pointer` since it has false positives and the results are inconsistent
firewave
committed
ef5c4ef
View commit details
Copy full SHA for ef5c4ef
Browse repository at this point
use `PYTHON_INTERPRETER` in `checkCWEEntries` make target
firewave
committed
6c279bb
View commit details
Copy full SHA for 6c279bb
Browse repository at this point
CI-unixish-docker.yml: install `which` and `python3` packages for CentOS
firewave
committed
36eae2f
View commit details
Copy full SHA for 36eae2f
Browse repository at this point
compileroptions.cmake: added workaround for current performance regression in clang-14
firewave
committed
6d89ebb
View commit details
Copy full SHA for 6d89ebb
Browse repository at this point
compileroptions.cmake: force the usage of DWARF 4 for clang-14
firewave
committed
99714c5
View commit details
Copy full SHA for 99714c5
Browse repository at this point
fixed some clang-tidy-14 warnings
firewave
committed
f66cf74
View commit details
Copy full SHA for f66cf74
Browse repository at this point
compileroptions.cmake: disabled Clang warning `-Wbitwise-instead-of-logical` for now
firewave
committed
14a464a
View commit details
Copy full SHA for 14a464a
Browse repository at this point
remove matchcompiled source files with `make clean`
firewave
committed
f2ead23
View commit details
Copy full SHA for f2ead23
Browse repository at this point
adjusted `PYTHON_INTERPRETER` checks
firewave
committed
a1a5bad
View commit details
Copy full SHA for a1a5bad
Browse repository at this point
You can’t perform that action at this time.