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
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 }}
mostconst
/
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 Dec 11, 2023
rough adaptation for shaders
mostconst
committed
2789a8b
View commit details
Copy full SHA for 2789a8b
Browse repository at this point
Commits on Nov 7, 2023
test.cpp: also check the message of the exception (#313)
firewave
authored
cfef803
View commit details
Copy full SHA for cfef803
Browse repository at this point
optimized `lastLine()` usage in `readfile()` (#325)
firewave
authored
7876b81
View commit details
Copy full SHA for 7876b81
Browse repository at this point
Commits on Nov 6, 2023
Added support for `__VA_OPT__` expansion (#329)
JohnSiegel
authored
e941a2e
View commit details
Copy full SHA for e941a2e
Browse repository at this point
Commits on Oct 8, 2023
avoid some redundant checks in `TokenList::readfile()` (#324)
firewave
authored
edb7b86
View commit details
Copy full SHA for edb7b86
Browse repository at this point
Commits on Oct 5, 2023
Remove redundant declaration (#323)
chrchr-github
authored
dbae338
View commit details
Copy full SHA for dbae338
Browse repository at this point
Fix #292 (Fail to expand macro, comma in inner macro) (#326)
danmar
authored
2f44b77
View commit details
Copy full SHA for 2f44b77
Browse repository at this point
Commits on Sep 19, 2023
Fix #321 End of double #define not recognized (#322)
chrchr-github
authored
b9bfbaa
View commit details
Copy full SHA for b9bfbaa
Browse repository at this point
Commits on Sep 12, 2023
Limit maxsize to 1000 tokens (#320)
chrchr-github
authored
977220f
View commit details
Copy full SHA for 977220f
Browse repository at this point
Fix #314 TokenList::lastLine() is slow for long lines (#319)
chrchr-github
authored
b5d1112
View commit details
Copy full SHA for b5d1112
Browse repository at this point
CI-unixish.yml: run CMake build (#317)
firewave
authored
42090bd
View commit details
Copy full SHA for 42090bd
Browse repository at this point
return proper `__cplusplus` value for C++23 / improved preliminary C23 support (#318)
firewave
authored
da449d1
View commit details
Copy full SHA for da449d1
Browse repository at this point
Commits on Sep 11, 2023
fixed Cppcheck warnings (#315)
Show description for 62a8c7b
firewave
authored
62a8c7b
View commit details
Copy full SHA for 62a8c7b
Browse repository at this point
.clang-tidy: enabled `performance-move-constructor-init` (#311)
firewave
authored
adeff2a
View commit details
Copy full SHA for adeff2a
Browse repository at this point
some platform-dependent code cleanups (#310)
firewave
authored
df40677
View commit details
Copy full SHA for df40677
Browse repository at this point
Commits on Aug 23, 2023
clang-tidy.yml: updated to Clang 17 (#302)
firewave
authored
ce5f06b
View commit details
Copy full SHA for ce5f06b
Browse repository at this point
simplecpp.h: push and pop the MSVC warning disabling `#pragma` so they don't spill into user code (#306)
firewave
authored
ff94646
View commit details
Copy full SHA for ff94646
Browse repository at this point
Commits on Aug 22, 2023
added preliminary C++26 `-std=` support and improved comments (#303)
firewave
authored
f5a5679
View commit details
Copy full SHA for f5a5679
Browse repository at this point
Commits on Aug 18, 2023
cleaned up includes based on `include-what-you-use` (#301)
firewave
authored
03a3613
View commit details
Copy full SHA for 03a3613
Browse repository at this point
Commits on Aug 7, 2023
Do not confuse defines and designated initializers as float literals (#299)
Show description for 62c61a6
mptre
authored
62c61a6
View commit details
Copy full SHA for 62c61a6
Browse repository at this point
Commits on Jun 27, 2023
suppress msvc warnings about totally safe functions (#298)
diamante0018
authored
a60f133
View commit details
Copy full SHA for a60f133
Browse repository at this point
Commits on Jun 2, 2023
msvc compliant handling of ',__VA_ARGS__)' when __VA_ARGS__ is empty
danmar
committed
5164ec6
View commit details
Copy full SHA for 5164ec6
Browse repository at this point
Commits on Apr 18, 2023
fix special case when comment before hash was not ignored
danmar
committed
8cc8e68
View commit details
Copy full SHA for 8cc8e68
Browse repository at this point
Commits on Apr 5, 2023
Do not use TRUE symbol name, that is a macro in some systems
danmar
committed
179bf9f
View commit details
Copy full SHA for 179bf9f
Browse repository at this point
Commits on Mar 27, 2023
added asserts to streams to make sure the input is valid (#294)
firewave
authored
2828bb1
View commit details
Copy full SHA for 2828bb1
Browse repository at this point
Commits on Mar 13, 2023
Fix hashhash bug when there is null statement on the next line
danmar
committed
dd3d097
View commit details
Copy full SHA for dd3d097
Browse repository at this point
Commits on Mar 12, 2023
updated CI to Clang 16 (#291)
firewave
authored
a4964e8
View commit details
Copy full SHA for a4964e8
Browse repository at this point
added selfcheck / simplecpp: added `-e` to report errors only (#290)
firewave
authored
db1f61a
View commit details
Copy full SHA for db1f61a
Browse repository at this point
Commits on Mar 2, 2023
added `TokenList::Stream` class to wrap `std::istream` usage and implemented alternative C I/O version (#244)
firewave
authored
00d1f67
View commit details
Copy full SHA for 00d1f67
Browse repository at this point
optimized `simplifyPath()` a bit (#289)
firewave
authored
57853a3
View commit details
Copy full SHA for 57853a3
Browse repository at this point
Commits on Jan 30, 2023
some `Token::flags()` improvements (#285)
firewave
authored
8975f02
View commit details
Copy full SHA for 8975f02
Browse repository at this point
Commits on Jan 18, 2023
added `DUI::clearIncludeCache` to clear the non-existing files cache (#287)
firewave
authored
9dc2c3d
View commit details
Copy full SHA for 9dc2c3d
Browse repository at this point
Includes of system headers are never implicitly relative to the source file (#282)
Show description for 7c5b21d
bavison
authored
7c5b21d
View commit details
Copy full SHA for 7c5b21d
Browse repository at this point
Commits on Jan 2, 2023
CI-unixish.yml: specify proper define for "safe libc++" (#284)
firewave
authored
0214612
View commit details
Copy full SHA for 0214612
Browse repository at this point
Commits on Dec 8, 2022
fixed missing return in `openHeader()` (#281)
firewave
authored
45db93b
View commit details
Copy full SHA for 45db93b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.