Skip to content
Navigation Menu
Toggle navigation
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
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
204
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
lib
importproject.cpp
on
main
User selector
All users
All time
Commit history
Commits on Jun 20, 2026
Fix #14854 (import project: Handle forced include files from compilation database projects) (#8641)
JonnyPtn
authored
bf099d1
Copy full SHA for bf099d1
Commits on Jun 2, 2026
fixed #14746 import project: include path in compile_commands.json not handled well (#8591)
wjakobsson
authored
9a97ccf
Copy full SHA for 9a97ccf
Commits on May 31, 2026
cleaned up includes based on `include-what-you-use` (#8579)
firewave
authored
8c14fc7
Copy full SHA for 8c14fc7
Commits on Apr 16, 2026
Fix #14671 (GUI: add --include option to project file dialog) (#8454)
danmar
authored
69d89c5
Copy full SHA for 69d89c5
Commits on Apr 11, 2026
Fix #14334 (Support more msbuild conditional constructs) (#8258)
Show description for dd99f0c
3 people
authored
dd99f0c
Copy full SHA for dd99f0c
Commits on Apr 4, 2026
fixed #13721 - Add support for Visual Studio 2026 .slnx project files (#8355)
IOBYTE
authored
5746270
Copy full SHA for 5746270
Commits on Mar 2, 2026
Release: Update copyright year (#8285)
danmar
authored
9a00e4a
Copy full SHA for 9a00e4a
Commits on Feb 26, 2026
fixed some `Variable copied when it could be moved` Coverity warnings (#8265)
firewave
authored
cfcd874
Copy full SHA for cfcd874
Commits on Feb 14, 2026
re-worded some error messages and avoid using product name (#8074)
firewave
authored
33e45d6
Copy full SHA for 33e45d6
Commits on Feb 6, 2026
moved `FileSettings::fileIndex` to `FileWithDetails::mFsFileId` / cleanups (#8104)
Show description for d2c363f
firewave
authored
d2c363f
Copy full SHA for d2c363f
Commits on Feb 3, 2026
cleaned up includes based on `include-what-you-use` (#8178)
firewave
authored
23adf76
Copy full SHA for 23adf76
Commits on Jan 26, 2026
Fix #14433 (Import project: refactor code to read compile_commands.json) (#8030)
Show description for ddce8d5
ludviggunne
authored
ddce8d5
Copy full SHA for ddce8d5
Commits on Dec 7, 2025
Fix 14306. Import project: include path in quotes is not read (#8017)
ludviggunne
authored
d6f30e4
Copy full SHA for d6f30e4
Commits on Nov 7, 2025
ignore all other suppressions when `UNUSEDFUNCTION_ONLY` hack is active / selfcheck.yml: enabled `information` messages (#7938)
firewave
authored
9ac4623
Copy full SHA for 9ac4623
Commits on Nov 5, 2025
fix #14207: GUI: write proper error messages when project import fails (#7941)
Show description for 02b0e87
ludviggunne
authored
02b0e87
Copy full SHA for 02b0e87
Commits on Oct 28, 2025
improved determination if application is Premium / added TODOs (#7346)
firewave
authored
f0866e5
Copy full SHA for f0866e5
Commits on Oct 17, 2025
cleaned up includes based on include-what-you-use (#7895)
firewave
authored
5ace300
Copy full SHA for 5ace300
Commits on Sep 25, 2025
fix #14156: import project: compile_commands.json generated by bear with define with string value (#7853)
ludviggunne
authored
39f3a75
Copy full SHA for 39f3a75
Commits on Sep 23, 2025
pass a char buffer to simplecpp instead of a stream (#6379)
firewave
authored
20bed39
Copy full SHA for 20bed39
Commits on Aug 30, 2025
Fix pop_back TODO in ImportProject::fsSetDefines (#7780)
GNL10
authored
2ee39fe
Copy full SHA for 2ee39fe
Commits on Jul 17, 2025
Fix #13981 (cli: import gui project that uses misra c 2012 with cppcheck premium) (#7677)
danmar
authored
74d1ca4
Copy full SHA for 74d1ca4
Commits on Jul 16, 2025
Fix #14021 (Better path matching) (#7645)
glankk
authored
4d5a7f9
Copy full SHA for 4d5a7f9
Commits on Jul 8, 2025
fixed #13941 - do not overwrite addons from CLI in GUI project import (#7603)
Show description for 9f3f41d
firewave
authored
9f3f41d
Copy full SHA for 9f3f41d
Commits on Jul 7, 2025
Fix #13556 (Import project: exclude missing files) (#7644)
glankk
authored
8833e3e
Copy full SHA for 8833e3e
Commits on Jun 22, 2025
Fixes #13956: VisualStudio Importer: Define UNICODE=1;_UNICODE=1 if CharacterSet is Unicode (#7586)
Show description for d95ae44
autoantwort
authored
d95ae44
Copy full SHA for d95ae44
Commits on May 26, 2025
fix #13879: crash when loading invalid compile_commands.json file (#7548)
ludviggunne
authored
4bc359a
Copy full SHA for 4bc359a
Commits on May 9, 2025
Fix #13333 (better handling when source file is repeated in compile_commands.json) (#7508)
danmar
authored
b3c7f00
Copy full SHA for b3c7f00
Commits on May 8, 2025
pass `Settings` as reference into `TokenList` (#7401)
firewave
authored
646b422
Copy full SHA for 646b422
Commits on May 7, 2025
pass language to `TokenList` constructor (#7500)
firewave
authored
ebc80c0
Copy full SHA for ebc80c0
Commits on May 6, 2025
filesettings.h: removed constructors without language (#7493)
firewave
authored
56be00d
Copy full SHA for 56be00d
fixed #13793 - added CLI option `--{no-}analyze-all-vs-configs` (#7480)
firewave
authored
3d59c29
Copy full SHA for 3d59c29
Commits on May 5, 2025
fixed some `Variable copied when it could be moved` Coverity warnings (#7505)
firewave
authored
fcc0493
Copy full SHA for fcc0493
Commits on May 2, 2025
test/cli/other_test.py: improved tests for `-i` (#7487)
firewave
authored
9fd2a71
Copy full SHA for 9fd2a71
Commits on Apr 7, 2025
testrunner: start adding IDs and columns to error messages (#7343)
firewave
authored
bf80216
Copy full SHA for bf80216
Commits on Mar 16, 2025
fixed some `Variable copied when it could be moved` Coverity warnings (#7278)
firewave
authored
de1a969
Copy full SHA for de1a969
Previous
Next
You can’t perform that action at this time.