FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for simplecpp.cpp - bavison/simplecpp · GitHub
bavison
/
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
Breadcrumbs
History for
simplecpp
simplecpp.cpp
on
master
User selector
Datepicker
Commit history
Commits on Dec 8, 2022
fixed missing return in `openHeader()` (#281)
firewave
authored
45db93b
View commit details
Copy full SHA for 45db93b
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Aug 25, 2022
reduced padding in `simplecpp::Macro` (#267)
firewave
authored
4f0bd3f
View commit details
Copy full SHA for 4f0bd3f
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jul 27, 2022
remove extra comments in expression
danmar
committed
161467f
View commit details
Copy full SHA for 161467f
View code at this point
Browse repository at this point
Commits on Jul 4, 2022
Diagnose undefined behavior when token concatenation produces an universal character
danmar
committed
9ab77d6
View commit details
Copy full SHA for 9ab77d6
View code at this point
Browse repository at this point
astyle formatting
danmar
committed
6c2c90c
View commit details
Copy full SHA for 6c2c90c
View code at this point
Browse repository at this point
Commits on Mar 24, 2022
added preliminary C++23 support and updated some comments (#258)
firewave
authored
0fe0ab6
View commit details
Copy full SHA for 0fe0ab6
View code at this point
Browse repository at this point
Commits on Mar 22, 2022
fixed Cppcheck compilation with MSBuild (#257)
firewave
authored
7f9f5b1
View commit details
Copy full SHA for 7f9f5b1
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
Show more details for invalid ## usage (#256)
patrickdowling
authored
452996c
View commit details
Copy full SHA for 452996c
View code at this point
Browse repository at this point
Commits on Mar 18, 2022
Special-case ## pasting to string/character constants (issue #168) (#255)
Show description for e7d85ea
patrickdowling
authored
e7d85ea
View commit details
Copy full SHA for e7d85ea
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
exposed -std to define mapping in interface / add support for more -std values / added setting of __STDC_VERSION__ (#242)
firewave
authored
a58ae62
View commit details
Copy full SHA for a58ae62
View code at this point
Browse repository at this point
Commits on Mar 13, 2022
added support for built-in defines __DATE__ and __TIME__ (#251)
firewave
authored
47bc464
View commit details
Copy full SHA for 47bc464
View code at this point
Browse repository at this point
Commits on Mar 8, 2022
only stringify the last line in `TokenList::readfile()` if necessary (#243)
firewave
authored
86e4f22
View commit details
Copy full SHA for 86e4f22
View code at this point
Browse repository at this point
Commits on Feb 26, 2022
consider cpp conditional expression tokens for macro usage (#240)
josecm
authored
6862696
View commit details
Copy full SHA for 6862696
View code at this point
Browse repository at this point
Commits on Feb 16, 2022
fixed some compiler warnings / cleanups (#238)
firewave
authored
596e0cc
View commit details
Copy full SHA for 596e0cc
View code at this point
Browse repository at this point
fixed and enabled -Wold-style-cast (#235)
firewave
authored
9d78bbb
View commit details
Copy full SHA for 9d78bbb
View code at this point
Browse repository at this point
Commits on Feb 13, 2022
cleaned and fixed up TokenList/Macro copy/move constructor/assignment (#167)
firewave
authored
77c778a
View commit details
Copy full SHA for 77c778a
View code at this point
Browse repository at this point
several optimizations (#163)
firewave
authored
0c36e4b
View commit details
Copy full SHA for 0c36e4b
View code at this point
Browse repository at this point
check rfind() result in simplifyPath() before using it - fixes "unsigned integer overflow" reported by UBSAN (#196)
firewave
authored
96d27cc
View commit details
Copy full SHA for 96d27cc
View code at this point
Browse repository at this point
removed unused include (#236)
firewave
authored
b1c05bf
View commit details
Copy full SHA for b1c05bf
View code at this point
Browse repository at this point
added missing and adjusted existing copyright headers (#237)
firewave
authored
4931759
View commit details
Copy full SHA for 4931759
View code at this point
Browse repository at this point
Commits on Feb 12, 2022
fixed -Wzero-as-null-pointer-constant Clang warnings (#232)
firewave
authored
479d222
View commit details
Copy full SHA for 479d222
View code at this point
Browse repository at this point
Commits on Dec 16, 2021
fixed a define define problem, macro expanded twice
danmar
committed
ab680f9
View commit details
Copy full SHA for ab680f9
View code at this point
Browse repository at this point
Commits on Nov 6, 2021
Fix handling of #line when there are comments
danmar
committed
139c660
View commit details
Copy full SHA for 139c660
View code at this point
Browse repository at this point
Commits on Jul 21, 2021
Tracking #if/#elif better
danmar
committed
12d940e
View commit details
Copy full SHA for 12d940e
View code at this point
Browse repository at this point
astyle formatting
danmar
committed
0a557cc
View commit details
Copy full SHA for 0a557cc
View code at this point
Browse repository at this point
Commits on Jun 28, 2021
Set Token::macro in nested macros
danmar
committed
326e4eb
View commit details
Copy full SHA for 326e4eb
View code at this point
Browse repository at this point
Commits on May 13, 2021
Fix ## with multiple tokens in macro argument. (#222)
Show description for da202c3
keinflue
authored
da202c3
View commit details
Copy full SHA for da202c3
View code at this point
Browse repository at this point
Commits on May 9, 2021
Improve validation of UTF-8 encoded character literals (#221)
keinflue
authored
cce3632
View commit details
Copy full SHA for cce3632
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL