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
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 }}
sHubh30-code
/
simplecpp
Public
forked from
cppcheck-opensource/simplecpp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 27, 2026
fixed #632 - avoid unhandled `simplecpp::Macro::Error` in `simplecpp::preprocess` with `-D` (#631)
firewave
authored
f437d61
View commit details
Copy full SHA for f437d61
Browse repository at this point
Commits on Mar 15, 2026
added basic test coverage for `IfCond` and `MacroUsage` (#629)
firewave
authored
ae1f0fb
View commit details
Copy full SHA for ae1f0fb
Browse repository at this point
clang-tidy.yml: updated to Clang 22 - again (#633)
firewave
authored
efb55b8
View commit details
Copy full SHA for efb55b8
Browse repository at this point
Commits on Mar 10, 2026
reverted to Clang 21 for now (#630)
firewave
authored
8a30993
View commit details
Copy full SHA for 8a30993
Browse repository at this point
Commits on Feb 10, 2026
removed workarounds for Visual Studio conflicts with Cppcheck functions with same names (#627)
firewave
authored
5e00b60
View commit details
Copy full SHA for 5e00b60
Browse repository at this point
Commits on Jan 28, 2026
clang-tidy.yml: updated to Clang 22 (#514)
firewave
authored
d3cc78d
View commit details
Copy full SHA for d3cc78d
Browse repository at this point
Commits on Jan 27, 2026
Fix #615 User-defined literal created from alternative `and` (#620)
chrchr-github
authored
863489a
View commit details
Copy full SHA for 863489a
Browse repository at this point
Commits on Jan 21, 2026
make it possible to explicitly disable the legacy `TokenList` constructors (#621)
firewave
authored
4c06886
View commit details
Copy full SHA for 4c06886
Browse repository at this point
Commits on Jan 19, 2026
test.cpp: improved testing of `__FILE__` (#623)
firewave
authored
814942b
View commit details
Copy full SHA for 814942b
Browse repository at this point
use initializer lists without assignment (#624)
firewave
authored
1453e4e
View commit details
Copy full SHA for 1453e4e
Browse repository at this point
Commits on Jan 15, 2026
use `emplace_back` (#619)
firewave
authored
10c9681
View commit details
Copy full SHA for 10c9681
Browse repository at this point
Commits on Jan 14, 2026
added more `@throws` to documentation (#618)
firewave
authored
15f8335
View commit details
Copy full SHA for 15f8335
Browse repository at this point
fixed #616 - report bad macro syntax via `OutputList` (#617)
firewave
authored
6d45cd7
View commit details
Copy full SHA for 6d45cd7
Browse repository at this point
Commits on Jan 2, 2026
enabled and fixed `modernize-return-braced-init-list` clang-tidy warnings (#610)
firewave
authored
10f5052
View commit details
Copy full SHA for 10f5052
Browse repository at this point
Commits on Dec 31, 2025
do not default `simplecpp::Location::line` to `1` (#597)
firewave
authored
d7a259d
View commit details
Copy full SHA for d7a259d
Browse repository at this point
Commits on Dec 17, 2025
added MinGW workflow (#475)
Show description for 10cfb94
firewave
and
glankk
authored
10cfb94
View commit details
Copy full SHA for 10cfb94
Browse repository at this point
CI-windows.yml: fixed standard in C++17 build (#609)
firewave
authored
9eea499
View commit details
Copy full SHA for 9eea499
Browse repository at this point
improved test coverage of `simplecpp::characterLiteralToLL()` (#601)
firewave
authored
cb62a62
View commit details
Copy full SHA for cb62a62
Browse repository at this point
Commits on Dec 16, 2025
improved `simplecpp::TokenList` constructors (#599)
firewave
authored
00a131e
View commit details
Copy full SHA for 00a131e
Browse repository at this point
Commits on Dec 15, 2025
build all code with all available C++ standards in CI (#606)
firewave
authored
077bed1
View commit details
Copy full SHA for 077bed1
Browse repository at this point
Commits on Dec 14, 2025
CI-unixish.yml: also run sanitizers on latest macOS (#607)
firewave
authored
43f68be
View commit details
Copy full SHA for 43f68be
Browse repository at this point
Commits on Dec 12, 2025
added `@throws` to documentation / adjusted some catch handlers (#600)
firewave
authored
a45afce
View commit details
Copy full SHA for a45afce
Browse repository at this point
updated `actions/checkout` to `v6` (#603)
firewave
authored
e177522
View commit details
Copy full SHA for e177522
Browse repository at this point
updated `actions/setup-python` to `v6` (#604)
firewave
authored
c7b9f5a
View commit details
Copy full SHA for c7b9f5a
Browse repository at this point
Commits on Dec 10, 2025
CI-unixish.yml: removed `macos-13` / added `macos-15-intel` and `macos-26` (#602)
firewave
authored
f4226e0
View commit details
Copy full SHA for f4226e0
Browse repository at this point
Commits on Dec 7, 2025
refs #424 / fixed #589 - do not store reference to filelist in `simplecpp::Location` / added `simplecpp::TokenList::file()` / cleanups (#573)
firewave
authored
d764cb2
View commit details
Copy full SHA for d764cb2
Browse repository at this point
Commits on Nov 29, 2025
avoid some unchecked pointer dereferences (#593)
firewave
authored
72ecd54
View commit details
Copy full SHA for 72ecd54
Browse repository at this point
fixed #583 - fall back to `GetFileInformationByHandle()` when `GetFileInformationByHandleEx()` fails in `simplecpp::FileDataCache::getFileId()` (#594)
Show description for 7ac711b
firewave
and
willenbr24
authored
7ac711b
View commit details
Copy full SHA for 7ac711b
Browse repository at this point
Commits on Nov 7, 2025
test.cpp: do not unconditionally remove comments (#506)
firewave
authored
5cd15b3
View commit details
Copy full SHA for 5cd15b3
Browse repository at this point
Commits on Nov 5, 2025
Fix #581 (Failure when header is included twice with different macros defined) (#582)
danmar
authored
7a81c1a
View commit details
Copy full SHA for 7a81c1a
Browse repository at this point
Commits on Nov 1, 2025
CI-unixish.yml: added profile-guided optimization (PGO) to callgrind step (#580)
firewave
authored
d381ec2
View commit details
Copy full SHA for d381ec2
Browse repository at this point
Commits on Oct 28, 2025
improved testing of `#line` handling (#505)
firewave
authored
6ddb8c6
View commit details
Copy full SHA for 6ddb8c6
Browse repository at this point
moved static array into `simplifyName()` and simplified it (#575)
firewave
authored
a8fcf9b
View commit details
Copy full SHA for a8fcf9b
Browse repository at this point
enabled and fixed `modernize-use-auto` clang-tidy warnings (#574)
firewave
authored
4aa4006
View commit details
Copy full SHA for 4aa4006
Browse repository at this point
cleaned up includes based on `include-what-you-use` (#576)
firewave
authored
e78af46
View commit details
Copy full SHA for e78af46
Browse repository at this point
Previous
Next
You can’t perform that action at this time.