Releases: JacobDomagala/StaticAnalysis
Releases · JacobDomagala/StaticAnalysis
v0.0.8
Changelog
Core:
- Update cppcheck to 2.16 [#127]
- Update clang to 20.0 [#127]
- Update ubuntu image to 24.04 [#127]
Bugfixes:
- Fixed issue when using PyLint on fork PR [#129]
v0.0.7
Changelog
Core:
- Update tools [#116]
- Support Python [#112]
Bugfix:
- Remove duplicates bug [#110]
- Store space separated inputs in an array [#107]
- Fix issues with debug prints bug [#105]
- Fix the case with empty preselected_files bug [#101]
v0.0.6
Changelog
Core:
- [#95]: Update base image and libs
- [#55]: Update docker image
- [#57]: Fix clang-tidy command
- [#81]: Fix cppcheck command
- [#77]: Don't change dir to build when running INIT_SCRIPT
- [#79]: Provide root_dir and build_dir as init_script arguments
- [#93]: Use run-clang-tidy
- [#95]: Fix issue when passing multiple CMake args
- [#95]: Update report_pr_changes_only to collect the list of changed files
- [#73]: Change to build dir before running init_script
- [#75]: Fix incorrect path to init script
Tests:
- [#68]: Write additional unit tests
- [#60]: Allow workflows to run on push
- [#63]: Fix branch name when TestAction workflow is run by push
- [#65]: Figure out a way to verify/output TestAction workflow
- [#89]: Add shellcheck workflow
- [#67]: Cleanup TestAction workflow
Misc:
- [#61]: Add build badges to README
- [#83]: Document functions
- [#85]: Update README
- [#87]: Add hyperlinks for subsections
v0.0.5
List of updates:
- Update cppcheck to 2.8 and clang-tidy to 14 (#44)
- Allow user to pass multiple exclude dirs (#41)
- Enable action to work with push/pull_request_target (#25)
- Aggregate 'notes' into single warning/error (#46)
- Various bugfixes (#27, #35, #37)
- Add unittests (#39)
v0.0.4
List of updates:
- Update cppcheck to 2.5 (#21)
- Fix excluding directory with clang-tidy (#23)
v0.0.3
List of updates:
- Update Docker image to use Ubuntu 21.04 and Clang-12 (#14)
v0.0.2
List of updates:
- Check for file's number of lines before creating the code snippter (#12)
- Add input variable for CMake's arguments (#9)
- Update clang-tidy to 11 and Cppcheck to 2.4 (#10)
- Add input variable to report only lines changed by the current Pull Request (#7)
- Add input variable for Cppcheck's arguments (#1)