FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for simplecpp.cpp - SynthWave-Systems/simplecpp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SynthWave-Systems
/
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 17, 2025
added MinGW workflow (#475)
Show description for 10cfb94
firewave
and
glankk
authored
10cfb94
View commit details
Copy full SHA for 10cfb94
View code at this point
Browse repository at this point
Commits on Dec 12, 2025
added `@throws` to documentation / adjusted some catch handlers (#600)
firewave
authored
a45afce
View commit details
Copy full SHA for a45afce
View code at this point
Browse repository at this point
Commits on Dec 7, 2025
refs #424 / fixed #589 - do not store reference to filelist in `simplecpp::Location` / added `simplecpp::TokenList::file()` / cleanups (#573)
firewave
authored
d764cb2
View commit details
Copy full SHA for d764cb2
View code at this point
Browse repository at this point
Commits on Nov 29, 2025
avoid some unchecked pointer dereferences (#593)
firewave
authored
72ecd54
View commit details
Copy full SHA for 72ecd54
View code at this point
Browse repository at this point
fixed #583 - fall back to `GetFileInformationByHandle()` when `GetFileInformationByHandleEx()` fails in `simplecpp::FileDataCache::getFileId()` (#594)
Show description for 7ac711b
firewave
and
willenbr24
authored
7ac711b
View commit details
Copy full SHA for 7ac711b
View code at this point
Browse repository at this point
Commits on Nov 5, 2025
Fix #581 (Failure when header is included twice with different macros defined) (#582)
danmar
authored
7a81c1a
View commit details
Copy full SHA for 7a81c1a
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
improved testing of `#line` handling (#505)
firewave
authored
6ddb8c6
View commit details
Copy full SHA for 6ddb8c6
View code at this point
Browse repository at this point
moved static array into `simplifyName()` and simplified it (#575)
firewave
authored
a8fcf9b
View commit details
Copy full SHA for a8fcf9b
View code at this point
Browse repository at this point
enabled and fixed `modernize-use-auto` clang-tidy warnings (#574)
firewave
authored
4aa4006
View commit details
Copy full SHA for 4aa4006
View code at this point
Browse repository at this point
enabled and fixed `readability-simplify-boolean-expr` clang-tidy warnings (#568)
firewave
authored
bd15495
View commit details
Copy full SHA for bd15495
View code at this point
Browse repository at this point
Commits on Oct 20, 2025
refs #424 - removed filelist parameter from `simplecpp::Output` constructors / cleanups (#569)
firewave
authored
8e85885
View commit details
Copy full SHA for 8e85885
View code at this point
Browse repository at this point
Commits on Oct 18, 2025
optimized handling of some preprocessor directives (#502)
firewave
authored
318a37b
View commit details
Copy full SHA for 318a37b
View code at this point
Browse repository at this point
Commits on Oct 12, 2025
enabled and fixed `modernize-use-equals-delete` clang-tidy warnings (#565)
firewave
authored
cb9a9a2
View commit details
Copy full SHA for cb9a9a2
View code at this point
Browse repository at this point
Commits on Oct 9, 2025
enabled and fixed `modernize-use-default-member-init` clang-tidy warnings (#564)
firewave
authored
a74ed72
View commit details
Copy full SHA for a74ed72
View code at this point
Browse repository at this point
Commits on Oct 8, 2025
enabled and fixed `modernize-use-equals-default` clang-tidy warnings (#561)
firewave
authored
ccde80d
View commit details
Copy full SHA for ccde80d
View code at this point
Browse repository at this point
Commits on Oct 7, 2025
fixed #562 - avoid potential redefinition of Windows-specific macros (#563)
firewave
authored
fba4909
View commit details
Copy full SHA for fba4909
View code at this point
Browse repository at this point
enabled and fixed `performance-enum-size` clang-tidy warnings (#559)
firewave
authored
4138924
View commit details
Copy full SHA for 4138924
View code at this point
Browse repository at this point
Commits on Oct 3, 2025
enabled and fixed `modernize-use-emplace` clang-tidy warnings (#558)
firewave
authored
d1db554
View commit details
Copy full SHA for d1db554
View code at this point
Browse repository at this point
Commits on Oct 2, 2025
Fix #470 Crash in simplecpp::Macro::expand() (#555)
chrchr-github
authored
b070df6
View commit details
Copy full SHA for b070df6
View code at this point
Browse repository at this point
Commits on Oct 1, 2025
improved and exposed `isAbsolutePath()` (#538)
firewave
authored
5b736f2
View commit details
Copy full SHA for 5b736f2
View code at this point
Browse repository at this point
enabled and fixed `modernize-use-override` clang-tidy warnings (#552)
firewave
authored
009ceca
View commit details
Copy full SHA for 009ceca
View code at this point
Browse repository at this point
Commits on Sep 29, 2025
Fix #546 fuzzing crash in simplecpp::preprocess() (#553)
chrchr-github
authored
dcc0380
View commit details
Copy full SHA for dcc0380
View code at this point
Browse repository at this point
clang-tidy.yml: updated to Clang 21 (#421)
firewave
authored
d86671f
View commit details
Copy full SHA for d86671f
View code at this point
Browse repository at this point
Commits on Sep 25, 2025
fixed #498 - avoid potential leak in `simplecpp::Macro::parseDefine()` (#527)
firewave
authored
7f59eec
View commit details
Copy full SHA for 7f59eec
View code at this point
Browse repository at this point
Commits on Sep 23, 2025
fixed #462 - added CLI option `-l` to print line numbers (#463)
firewave
authored
1420eb6
View commit details
Copy full SHA for 1420eb6
View code at this point
Browse repository at this point
Commits on Sep 21, 2025
fixed #524 - use `CreateFileA()` for `_WIN32` only (fixes includes not found on MinGW) (#541)
Show description for de1d67b
firewave
and
glankk
authored
de1d67b
View commit details
Copy full SHA for de1d67b
View code at this point
Browse repository at this point
Commits on Sep 10, 2025
fixes #352 - internally default to latest standard if none is provided (#356)
firewave
authored
ad24c6e
View commit details
Copy full SHA for ad24c6e
View code at this point
Browse repository at this point
pass `TokenList` by reference internally (#530)
firewave
authored
6c9eaf4
View commit details
Copy full SHA for 6c9eaf4
View code at this point
Browse repository at this point
added support for `c2y` and `gnu2y` as standards (#521)
firewave
authored
919a25b
View commit details
Copy full SHA for 919a25b
View code at this point
Browse repository at this point
avoid impossible macro lookups in `preprocessToken()` (#532)
firewave
authored
fd60cfe
View commit details
Copy full SHA for fd60cfe
View code at this point
Browse repository at this point
Commits on Aug 29, 2025
do not use stream to read file in `FileDataCache::tryload()` (#523)
firewave
authored
740b2b9
View commit details
Copy full SHA for 740b2b9
View code at this point
Browse repository at this point
added `TokenList` constructors with modern buffer wrappers and hide "unsafe" ones - if available (#496)
firewave
authored
4056cd5
View commit details
Copy full SHA for 4056cd5
View code at this point
Browse repository at this point
fixed some `Variable copied when it could be moved` Coverity warnings (#495)
firewave
authored
3911fdd
View commit details
Copy full SHA for 3911fdd
View code at this point
Browse repository at this point
Commits on Aug 28, 2025
Switch to uncrustify (#517)
danmar
authored
cfd1797
View commit details
Copy full SHA for cfd1797
View code at this point
Browse repository at this point
fixed #476 - fixed MSYS2 compilation with MSYS msystem (#513)
firewave
authored
5fcb073
View commit details
Copy full SHA for 5fcb073
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL