FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · differentprogramming/simplecpp · GitHub
differentprogramming
/
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 Feb 25, 2021
Update README.md
differentprogramming
authored
3333694
View commit details
Copy full SHA for 3333694
Browse repository at this point
Commits on Feb 21, 2021
Better handling of 'defined A##B'. Fixes #192
danmar
committed
3faade2
View commit details
Copy full SHA for 3faade2
Browse repository at this point
Commits on Jan 15, 2021
Fix preprocessing of several ## (#205)
Show description for 027bba1
Ken-Patrick
authored
027bba1
View commit details
Copy full SHA for 027bba1
Browse repository at this point
Skip macos 11 for now (#206)
amai2012
authored
ecb1225
View commit details
Copy full SHA for ecb1225
Browse repository at this point
Commits on Dec 24, 2020
Extend set of virtual environments (#200)
amai2012
authored
78db473
View commit details
Copy full SHA for 78db473
Browse repository at this point
Commits on Dec 2, 2020
Add Valgrind to CI build (#197)
amai2012
authored
d940320
View commit details
Copy full SHA for d940320
Browse repository at this point
Commits on Dec 1, 2020
Add github build status (#199)
amai2012
authored
f783d60
View commit details
Copy full SHA for f783d60
Browse repository at this point
Update to microsoft/setup-msbuild@v1.0.2 (#198)
amai2012
authored
7b25866
View commit details
Copy full SHA for 7b25866
Browse repository at this point
Commits on Sep 14, 2020
fix hang when header includes itself
danmar
committed
75feeb5
View commit details
Copy full SHA for 75feeb5
Browse repository at this point
Commits on Sep 11, 2020
if system header can't be found in a -I path, try to find header locally
ew-dm
committed
11a9809
View commit details
Copy full SHA for 11a9809
Browse repository at this point
Commits on Jul 4, 2020
Remove fixed test case from TODO (#194)
Show description for 391de4c
rikardfalkeborn
authored
391de4c
View commit details
Copy full SHA for 391de4c
Browse repository at this point
Commits on Jul 3, 2020
Fixed wrong locations in expanded macros
danmar
committed
fe7f1c3
View commit details
Copy full SHA for fe7f1c3
Browse repository at this point
Commits on Jul 2, 2020
Fixed #79 (Incorrectly preprocessed cpp file)
danmar
committed
f0a9cee
View commit details
Copy full SHA for f0a9cee
Browse repository at this point
run-tests: Make it run with both python 2 and 3 (#193)
rikardfalkeborn
authored
2a0c07f
View commit details
Copy full SHA for 2a0c07f
Browse repository at this point
Commits on Jul 1, 2020
Fixed #142 (__LINE__ is not resolved properly)
danmar
committed
83fc3cb
View commit details
Copy full SHA for 83fc3cb
Browse repository at this point
Commits on Jun 30, 2020
Better handling of # in define (#60)
danmar
committed
e6d9457
View commit details
Copy full SHA for e6d9457
Browse repository at this point
Better handling of standalone # in macros (#108)
danmar
committed
546d085
View commit details
Copy full SHA for 546d085
Browse repository at this point
Commits on May 17, 2020
Add github action: CI windows (#190)
amai2012
authored
66b0762
View commit details
Copy full SHA for 66b0762
Browse repository at this point
Commits on May 10, 2020
Add github action: unixish CI (#189)
amai2012
authored
4720ba7
View commit details
Copy full SHA for 4720ba7
Browse repository at this point
Commits on Jan 3, 2020
Fixed -Wshadow warning. (#186)
Show description for 1bc600b
orbitcowboy
authored and
danmar
committed
1bc600b
View commit details
Copy full SHA for 1bc600b
Browse repository at this point
Commits on Dec 29, 2019
simplecpp.cpp: astyling (#188)
Show description for 24db46d
jannick0
authored and
danmar
committed
24db46d
View commit details
Copy full SHA for 24db46d
Browse repository at this point
Commits on Dec 28, 2019
bug fix - de-escape double backslashes in file paths of #line directives (#187)
Show description for fc32948
jannick0
authored and
danmar
committed
fc32948
View commit details
Copy full SHA for fc32948
Browse repository at this point
Commits on Dec 7, 2019
simplecpp.cpp: Issue error when an explicitly included file is not found (#184)
Show description for c27e5d4
versat
authored and
danmar
committed
c27e5d4
View commit details
Copy full SHA for c27e5d4
Browse repository at this point
Commits on Nov 16, 2019
Fix hexadecimal float parsing when dot is followed by letter (#182)
rikardfalkeborn
authored and
danmar
committed
71adfce
View commit details
Copy full SHA for 71adfce
Browse repository at this point
Commits on Oct 23, 2019
Improve support for hexadecimal floating point literal (#181)
Show description for 8e260b2
rikardfalkeborn
authored and
danmar
committed
8e260b2
View commit details
Copy full SHA for 8e260b2
Browse repository at this point
Commits on Oct 6, 2019
Fix #120 (handle multiline character literals) (#180)
Show description for ef7712e
rikardfalkeborn
authored and
danmar
committed
ef7712e
View commit details
Copy full SHA for ef7712e
Browse repository at this point
Commits on Sep 25, 2019
Fix tokenization of ">> ==" (#179)
Show description for 4fb271d
IOBYTE
authored and
danmar
committed
4fb271d
View commit details
Copy full SHA for 4fb271d
Browse repository at this point
Commits on Sep 4, 2019
make ellipsis ... a single token (#176)
Show description for 28f2dee
IOBYTE
authored and
danmar
committed
28f2dee
View commit details
Copy full SHA for 28f2dee
Browse repository at this point
Commits on Jul 24, 2019
Added octal numbers recognition (#172)
Show description for b00c8e7
o-bolshakov
authored and
danmar
committed
b00c8e7
View commit details
Copy full SHA for b00c8e7
Browse repository at this point
Commits on Jul 3, 2019
Fixed MACRO() expansion in #if condition
ew-dm
committed
229d41f
View commit details
Copy full SHA for 229d41f
Browse repository at this point
Commits on Jun 30, 2019
Use std::make_pair for simplicity (#170)
katahiromz
authored and
danmar
committed
44434ee
View commit details
Copy full SHA for 44434ee
Browse repository at this point
Use std::make_pair 2 (#171)
katahiromz
authored and
danmar
committed
91e85f8
View commit details
Copy full SHA for 91e85f8
Browse repository at this point
Commits on May 7, 2019
astyle formatting
ew-dm
committed
329ba85
View commit details
Copy full SHA for 329ba85
Browse repository at this point
Revert "Fixed handling when including system headers"
Show description for b5e385a
ew-dm
committed
b5e385a
View commit details
Copy full SHA for b5e385a
Browse repository at this point
updated CMake to include warnings and syntax check (#166)
Show description for 5dedcb7
firewave
authored and
danmar
committed
5dedcb7
View commit details
Copy full SHA for 5dedcb7
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL