Skip to content

Releases: JacobDomagala/StaticAnalysis

v0.0.7

22 Apr 10:08
911a0ac
Compare
Choose a tag to compare

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

13 Sep 09:01
92ac116
Compare
Choose a tag to compare

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

17 Nov 11:29
2f76540
Compare
Choose a tag to compare

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

04 Aug 18:24
dda9bb3
Compare
Choose a tag to compare

List of updates:

  • Update cppcheck to 2.5 (#21)
  • Fix excluding directory with clang-tidy (#23)

v0.0.3

26 May 13:15
a005c21
Compare
Choose a tag to compare

List of updates:

  • Update Docker image to use Ubuntu 21.04 and Clang-12 (#14)

v0.0.2

05 May 22:06
93cb920
Compare
Choose a tag to compare

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)

v0.0.1

14 Mar 19:15
f63858f
Compare
Choose a tag to compare

Initial release