FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · parstools/simplecpp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
parstools
/
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
User selector
Datepicker
Commit history
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
Commits on Dec 7, 2022
optimized `TokenList::readfile()` a bit (#277)
firewave
authored
8abab5c
View commit details
Copy full SHA for 8abab5c
Browse repository at this point
Commits on Dec 3, 2022
address deprecation warnings in GitHub workflows / fixed check for `libstdc++` debug mode step (#280)
firewave
authored
2c97b44
View commit details
Copy full SHA for 2c97b44
Browse repository at this point
Commits on Nov 23, 2022
improved testing and CI (#278)
firewave
authored
76283ee
View commit details
Copy full SHA for 76283ee
Browse repository at this point
Commits on Nov 20, 2022
adjusted includes based on include-what-you-use (#275)
firewave
authored
3082bd7
View commit details
Copy full SHA for 3082bd7
Browse repository at this point
avoid unnecessary copy in `openHeader()` - detected by upcoming clang-tidy check `performance-unnecessary-copy-on-last-use` (#276)
firewave
authored
501c9c6
View commit details
Copy full SHA for 501c9c6
Browse repository at this point
Commits on Oct 29, 2022
main.cpp: detect and bail out on unknown options (#273)
firewave
authored
3df6160
View commit details
Copy full SHA for 3df6160
Browse repository at this point
Commits on Sep 29, 2022
`TokenList` move constructor was also calling the copy constructor (#272)
firewave
authored
fa8fd1a
View commit details
Copy full SHA for fa8fd1a
Browse repository at this point
Commits on Sep 20, 2022
Improve support for __has_include (#271)
al42and
authored
cf2bbe3
View commit details
Copy full SHA for cf2bbe3
Browse repository at this point
Commits on Aug 26, 2022
upgraded CI to clang-15 (#266)
firewave
authored
d4bc183
View commit details
Copy full SHA for d4bc183
Browse repository at this point
Commits on Aug 25, 2022
fail the `clang-tidy` build step in case of compiler warnings / ignore `-Wfour-char-constants` and temporally disable `-Wshadow-field-in-constructor` clang warnings (#268)
firewave
authored
9fcfa19
View commit details
Copy full SHA for 9fcfa19
Browse repository at this point
reduced padding in `simplecpp::Macro` (#267)
firewave
authored
4f0bd3f
View commit details
Copy full SHA for 4f0bd3f
Browse repository at this point
added clang-tidy CI job and fixed warnings / added CMake option "DISABLE_CPP03_SYNTAX_CHECK" / CMake cleanups (#248)
firewave
authored
ab59545
View commit details
Copy full SHA for ab59545
Browse repository at this point
Commits on Aug 23, 2022
main.cpp: added -q (quiet mode) (#234)
firewave
authored
43f1733
View commit details
Copy full SHA for 43f1733
Browse repository at this point
CI-unixish.yml: added `ubuntu-22.04`, `macos-11` and `macos-12` (#265)
firewave
authored
360d3d7
View commit details
Copy full SHA for 360d3d7
Browse repository at this point
Commits on Jul 27, 2022
CI: Remove macos-10.15, it has been deprecated
danmar
committed
572d5c1
View commit details
Copy full SHA for 572d5c1
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL