FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · 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
Branch selector
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
Browse repository at this point
CI-windows.yml: fixed standard in C++17 build (#609)
firewave
authored
9eea499
View commit details
Copy full SHA for 9eea499
Browse repository at this point
improved test coverage of `simplecpp::characterLiteralToLL()` (#601)
firewave
authored
cb62a62
View commit details
Copy full SHA for cb62a62
Browse repository at this point
Commits on Dec 16, 2025
improved `simplecpp::TokenList` constructors (#599)
firewave
authored
00a131e
View commit details
Copy full SHA for 00a131e
Browse repository at this point
Commits on Dec 15, 2025
build all code with all available C++ standards in CI (#606)
firewave
authored
077bed1
View commit details
Copy full SHA for 077bed1
Browse repository at this point
Commits on Dec 14, 2025
CI-unixish.yml: also run sanitizers on latest macOS (#607)
firewave
authored
43f68be
View commit details
Copy full SHA for 43f68be
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
Browse repository at this point
updated `actions/checkout` to `v6` (#603)
firewave
authored
e177522
View commit details
Copy full SHA for e177522
Browse repository at this point
updated `actions/setup-python` to `v6` (#604)
firewave
authored
c7b9f5a
View commit details
Copy full SHA for c7b9f5a
Browse repository at this point
Commits on Dec 10, 2025
CI-unixish.yml: removed `macos-13` / added `macos-15-intel` and `macos-26` (#602)
firewave
authored
f4226e0
View commit details
Copy full SHA for f4226e0
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
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
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
Browse repository at this point
Commits on Nov 7, 2025
test.cpp: do not unconditionally remove comments (#506)
firewave
authored
5cd15b3
View commit details
Copy full SHA for 5cd15b3
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
Browse repository at this point
Commits on Nov 1, 2025
CI-unixish.yml: added profile-guided optimization (PGO) to callgrind step (#580)
firewave
authored
d381ec2
View commit details
Copy full SHA for d381ec2
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
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
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
Browse repository at this point
cleaned up includes based on `include-what-you-use` (#576)
firewave
authored
e78af46
View commit details
Copy full SHA for e78af46
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
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
Browse repository at this point
Commits on Oct 18, 2025
enabled and cleaned up some compiler warning flags (#551)
firewave
authored
a766d22
View commit details
Copy full SHA for a766d22
Browse repository at this point
optimized handling of some preprocessor directives (#502)
firewave
authored
318a37b
View commit details
Copy full SHA for 318a37b
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
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
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
Browse repository at this point
Commits on Oct 7, 2025
selfcheck.sh: added options `VALGRIND_TOOL` and `SIMPLECPP_PATH` / CI-unixish.yml: use `selfcheck.sh` to run valgrind (#560)
firewave
authored
31164c2
View commit details
Copy full SHA for 31164c2
Browse repository at this point
fixed #562 - avoid potential redefinition of Windows-specific macros (#563)
firewave
authored
fba4909
View commit details
Copy full SHA for fba4909
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
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
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
Browse repository at this point
enabled and fixed `modernize-use-using` clang-tidy warnings (#557)
firewave
authored
0334a80
View commit details
Copy full SHA for 0334a80
Browse repository at this point
selfcheck.sh: also run with system includes made available (#438)
firewave
authored
a5fdea9
View commit details
Copy full SHA for a5fdea9
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
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL