Skip to content

2023.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ladisgin ladisgin released this 24 Oct 16:23
· 20 commits to main since this release
d1c9e2f

What's Changed

  • Add option to store sftp password. by @kichunya in #574
  • Adding a short description of the error to a test comment by @Nypiaka in #583
  • Add regression checklist template by @ladisgin in #589
  • Adding support for multiple variables of the same type to a plugin for vscode by @Nypiaka in #585
  • CPP ignore unsupported functions by @ladisgin in #112
  • Fix issue with anonymous enums by @IDKWNTCMF in #599
  • Resolve the issue with unnecessary enum specifier #600 by @IDKWNTCMF in #602
  • Generate declarations for unnamed fields of structs and unions by @IDKWNTCMF in #604
  • Generate stubs for function pointers of inner structs by @IDKWNTCMF in #607
  • Generate correct stub names for inner function pointers of structs by @IDKWNTCMF in #612
  • Alter variable wrappers generation and usage by @IDKWNTCMF in #617
  • Support assignment of lazy pointers in case of a multidimensional pointer as a parameter of a function by @IDKWNTCMF in #609
  • Mangle extensions in executable paths by @IDKWNTCMF in #625
  • Fix generated tests with anonymous unions constructed from bytes by @IDKWNTCMF in #624
  • Fix lazy init of multidimensional pointers to const qualified values by @IDKWNTCMF in #620
  • Add ld to isArchiveCommand by @ladisgin in #642
  • Wiki content updated, moved to main repo, publishing GitHub Action added by @olganaumenko in #605
  • Update klee to new version by @ladisgin in #644
  • Fix run ubuntu 22.04 by @ladisgin in #649

New Contributors

Full Changelog: 2022.12.0...2023.10.0