FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for .github - JoyPoint/cppcheck · GitHub
JoyPoint
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
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
cppcheck
.github
on
main
User selector
Datepicker
Commit history
Commits on Apr 9, 2023
Add a --check-level option (#4942)
danmar
authored
7726a5b
View commit details
Copy full SHA for 7726a5b
View code at this point
Browse repository at this point
Commits on Apr 8, 2023
CI-unixish-docker.yml: disabled precompiled headers when using `ccache` with CMake (#4943)
firewave
authored
b04812b
View commit details
Copy full SHA for b04812b
View code at this point
Browse repository at this point
iwyu.yml: use a distro which has the latest `include-what-you-use` / enabled Qt mappings / cleaned up includes (#4885)
firewave
authored
5be8eee
View commit details
Copy full SHA for 5be8eee
View code at this point
Browse repository at this point
Commits on Apr 1, 2023
use `ccache` for sanitizer builds / do not use precompiled headers with `ccache` (#4910)
Show description for 5ec0ad6
firewave
authored
5ec0ad6
View commit details
Copy full SHA for 5ec0ad6
View code at this point
Browse repository at this point
Commits on Mar 13, 2023
some minor `QtCharts` usage cleanups (#4890)
firewave
authored
0b8af4f
View commit details
Copy full SHA for 0b8af4f
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
Fix #10039 (integrate `--check-config` include findings with normal analysis) / also fixes #11283 (#3229)
firewave
authored
7fd4118
View commit details
Copy full SHA for 7fd4118
View code at this point
Browse repository at this point
iwyu.yml: added `clang-include-cleaner` job / cleaned up includes based on `include-what-you-use` (#4844)
firewave
authored
50eb064
View commit details
Copy full SHA for 50eb064
View code at this point
Browse repository at this point
Commits on Mar 2, 2023
cleaned up includes based on `include-what-you-use` (#4599)
firewave
authored
bd1ae69
View commit details
Copy full SHA for bd1ae69
View code at this point
Browse repository at this point
CI-windows.yml: removed Qt 6.3 from build matrix (#4829)
firewave
authored
7c73ecf
View commit details
Copy full SHA for 7c73ecf
View code at this point
Browse repository at this point
CI-unixish.yml: fixed and enabled all `build` steps for macos (#4832)
firewave
authored
514e605
View commit details
Copy full SHA for 514e605
View code at this point
Browse repository at this point
Commits on Feb 25, 2023
removed unnecessary OSS-Fuzz related builds from CI (#4827)
firewave
authored
36192c5
View commit details
Copy full SHA for 36192c5
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
updated CI to Clang 16 (#4641)
firewave
authored
367847c
View commit details
Copy full SHA for 367847c
View code at this point
Browse repository at this point
Commits on Feb 12, 2023
CI-windows.yml: updated to Qt 6.4.2 in CI (#4588)
firewave
authored
26bb551
View commit details
Copy full SHA for 26bb551
View code at this point
Browse repository at this point
Commits on Feb 8, 2023
added precompiled header for `cli` (#4779)
firewave
authored
a846bc2
View commit details
Copy full SHA for a846bc2
View code at this point
Browse repository at this point
updated precompiled headers based on `ClangBuildAnalyzer` (#4775)
firewave
authored
66758d6
View commit details
Copy full SHA for 66758d6
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
added handling of library element `entrypoint` to GUI / added GUI tests to CTest (#4744)
firewave
authored
b097eca
View commit details
Copy full SHA for b097eca
View code at this point
Browse repository at this point
Commits on Jan 26, 2023
added CMake option `BUILD_CORE_DLL` to build lib as `cppcheck-core.dll` with Visual Studio (#4733)
firewave
authored
a0b1285
View commit details
Copy full SHA for a0b1285
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
updated workflows to `jurplel/install-qt-action@v3` (#4708)
Show description for 689dfd2
firewave
authored
689dfd2
View commit details
Copy full SHA for 689dfd2
View code at this point
Browse repository at this point
valgrind.yml: actually fail the workflow when an error is detected (#4716)
firewave
authored
7876e10
View commit details
Copy full SHA for 7876e10
View code at this point
Browse repository at this point
Commits on Jan 7, 2023
valgrind.yml: use `debuginfod-find` instead of manually installing packages (#4685)
firewave
authored
aab3d30
View commit details
Copy full SHA for aab3d30
View code at this point
Browse repository at this point
Commits on Jan 2, 2023
release-windows: compile misra executable
danmar
committed
41b5f45
View commit details
Copy full SHA for 41b5f45
View code at this point
Browse repository at this point
Commits on Dec 7, 2022
improved `MathLib::to{ULong|Long|Double}Number()` and increased test coverage / added CMake option `USE_LIBCXX` / fixed #10695 (#4611)
firewave
authored
8bb5ac0
View commit details
Copy full SHA for 8bb5ac0
View code at this point
Browse repository at this point
Commits on Nov 25, 2022
CI-cygwin.yml: removed `x86` since it is no longer supported (#4598)
firewave
authored
926bab9
View commit details
Copy full SHA for 926bab9
View code at this point
Browse repository at this point
fixed macos build by manually installing `pcre` (#4597)
Show description for 01abf4c
firewave
authored
01abf4c
View commit details
Copy full SHA for 01abf4c
View code at this point
Browse repository at this point
Commits on Nov 20, 2022
CI: Add CIFuzz integration (#4590)
DavidKorczynski
authored
9e09ccc
View commit details
Copy full SHA for 9e09ccc
View code at this point
Browse repository at this point
Commits on Nov 2, 2022
win_installer: copy openssl from Qt tools folder
danmar
committed
d19bb75
View commit details
Copy full SHA for d19bb75
View code at this point
Browse repository at this point
Commits on Oct 25, 2022
added/updated to Python 3.11 in CI (#4565)
Show description for 8672e12
firewave
authored
8672e12
View commit details
Copy full SHA for 8672e12
View code at this point
Browse repository at this point
Commits on Oct 21, 2022
CI-unixish-docker.yml: added `ubuntu:22.10` (#4562)
Show description for 0fc142c
firewave
authored
0fc142c
View commit details
Copy full SHA for 0fc142c
View code at this point
Browse repository at this point
Commits on Oct 19, 2022
win_installer: install network dlls needed by the GUI
danmar
committed
49f1282
View commit details
Copy full SHA for 49f1282
View code at this point
Browse repository at this point
Commits on Oct 11, 2022
address most Node.js 12 deprecation warnings in GitHub workflows (#4546)
firewave
authored
ca9747c
View commit details
Copy full SHA for ca9747c
View code at this point
Browse repository at this point
Commits on Oct 9, 2022
selfcheck.yml: re-enable core checks in `callgrind` step (#4538)
firewave
authored
b0eeb5d
View commit details
Copy full SHA for b0eeb5d
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
added environment variable `UNUSEDFUNCTION_ONLY` to make sure only the `unusedFunction` check is being executed (#4362)
firewave
authored
9f7a725
View commit details
Copy full SHA for 9f7a725
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
fixed `valgrind` workflow (#4537)
firewave
authored
cb09583
View commit details
Copy full SHA for cb09583
View code at this point
Browse repository at this point
Commits on Oct 2, 2022
CI-windows.yml: added Qt 6.4.0 / updated Qt to 6.3.2 (#4531)
firewave
authored
6c11e2a
View commit details
Copy full SHA for 6c11e2a
View code at this point
Browse repository at this point
Commits on Sep 29, 2022
re-enabled valgrind in CI (#4516)
firewave
authored
73cf54a
View commit details
Copy full SHA for 73cf54a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL