FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for main.cpp - datadiode/simplecpp · GitHub
datadiode
/
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
main.cpp
on
master
User selector
Datepicker
Commit history
Commits on May 22, 2024
bail out on unknown `DUI::std` value (#312)
firewave
authored
59f376c
View commit details
Copy full SHA for 59f376c
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
refs #342 - do not load included files twice in CLI application / added `DUI::removeComment` (#340)
firewave
authored
ad9b49d
View commit details
Copy full SHA for ad9b49d
View code at this point
Browse repository at this point
Commits on Feb 2, 2024
Fix #334 Do not assert when source file is missing (#333)
olabetskyi
authored
ea78f9a
View commit details
Copy full SHA for ea78f9a
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
Fix #173 (Change license to 0BSD) (#332)
danmar
authored
e096d6b
View commit details
Copy full SHA for e096d6b
View code at this point
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
View code at this point
Browse repository at this point
Commits on Mar 12, 2023
added selfcheck / simplecpp: added `-e` to report errors only (#290)
firewave
authored
db1f61a
View commit details
Copy full SHA for db1f61a
View code at this point
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
View code at this point
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
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 23, 2022
main.cpp: added -q (quiet mode) (#234)
firewave
authored
43f1733
View commit details
Copy full SHA for 43f1733
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
Commits on Feb 13, 2022
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 Apr 26, 2021
Add -std command line option
danmar
committed
e4d58ab
View commit details
Copy full SHA for e4d58ab
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 5, 2019
fixed some clang-tidy and CLion inspection warnings (#165)
firewave
authored and
danmar
committed
ad8599f
View commit details
Copy full SHA for ad8599f
View code at this point
Browse repository at this point
Commits on Jan 13, 2018
Update astyle to version 3.0.1
danmar
committed
26bc3c9
View commit details
Copy full SHA for 26bc3c9
View code at this point
Browse repository at this point
Commits on Sep 15, 2017
add missing enum constant in switch
danmar
committed
12993c0
View commit details
Copy full SHA for 12993c0
View code at this point
Browse repository at this point
Commits on Aug 9, 2017
fix some cppcheck and compiler warnings (#93)
Show description for 48a34f7
matthiaskrgr
authored and
danmar
committed
48a34f7
View commit details
Copy full SHA for 48a34f7
View code at this point
Browse repository at this point
Commits on Dec 4, 2016
Use AStyle not only for converting tabs to spaces, added runastyle.bat
PKEuS
authored and
danmar
committed
3d44bfd
View commit details
Copy full SHA for 3d44bfd
View code at this point
Browse repository at this point
Commits on Nov 6, 2016
Revert "Refactor code to build with VS2010"
Show description for a6124ee
danmar
committed
a6124ee
View commit details
Copy full SHA for a6124ee
View code at this point
Browse repository at this point
Refactor code to build with VS2010
amai2012
committed
2957412
View commit details
Copy full SHA for 2957412
View code at this point
Browse repository at this point
Commits on Sep 3, 2016
fixed #24 - warn about <backslash><whitespace><newline>
danmar
committed
0e22d0b
View commit details
Copy full SHA for 0e22d0b
View code at this point
Browse repository at this point
Commits on Aug 6, 2016
fixed #27 - handling of -include
danmar
committed
629ea10
View commit details
Copy full SHA for 629ea10
View code at this point
Browse repository at this point
Commits on Jul 31, 2016
fixed #19 - memory leak checking empty header
danmar
committed
74fab5c
View commit details
Copy full SHA for 74fab5c
View code at this point
Browse repository at this point
fixed #17 - infinite loop when file #includes itself
danmar
committed
97edabf
View commit details
Copy full SHA for 97edabf
View code at this point
Browse repository at this point
main.cpp: Handle simplecpp::Output::SYNTAX_ERROR
danmar
committed
20977ff
View commit details
Copy full SHA for 20977ff
View code at this point
Browse repository at this point
Commits on Jul 29, 2016
Small refactorizations: - Drop "struct" keyword in variable declarations - use std::size_t instead of unsigned int to iterate over a string - Reduced padding bytes in class Token
PKEuS
authored and
danmar
committed
415ff8b
View commit details
Copy full SHA for 415ff8b
View code at this point
Browse repository at this point
Commits on Jul 26, 2016
simplecpp help screen
danmar
committed
1ad4657
View commit details
Copy full SHA for 1ad4657
View code at this point
Browse repository at this point
Commits on Jul 24, 2016
Add simplecpp command line utility
danmar
committed
d387ebe
View commit details
Copy full SHA for d387ebe
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL