Releases: UnitTestBot/UTBotCpp
Releases · UnitTestBot/UTBotCpp
2024.3.0
2023.12.0
What's Changed
- Add escaping for some float typedefs by @ladisgin in #656
- Skip duplicate commands by @ladisgin in #660
- Fix the bug log cannot send to client sometimes by @lzx2017lzx in #662
- Fix compare char with string literal in for loop by @ladisgin in #663
- Update to llvm 14 by @ladisgin in #664
New Contributors
- @lzx2017lzx made their first contribution in #662
Full Changelog: 2023.11.0...2023.12.0
2023.11.0
2023.10.1
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
- @Nypiaka made their first contribution in #583
- @IDKWNTCMF made their first contribution in #599
Full Changelog: 2022.12.0...2023.10.0
2023.10.0
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
- @Nypiaka made their first contribution in #583
- @IDKWNTCMF made their first contribution in #599
Full Changelog: 2022.12.0...2023.10.0
2022.12.0
What's Changed
- Fixes for #533, #530, #529 (partially), #528 by @alexey-utkin in #537
- Fix unclickable SFTP and SARIF links in vscode plugin warnings (Bug #461) by @kichunya in #539
- Add source file in UTBot test`s Makefiles dependencies by @kichunya in #542
- Refresh wrappers after modifying source files. by @kichunya in #545
- Update bear tag by @ladisgin in #550
- External variables support (closes #514) by @Lana243 in #522
- Add counter of read/write bytes in files by @sava-cska in #524
- Dont fail error suites by @ladisgin in #540
- Add rvalue support by @ladisgin in #551
- Fix target selection for files and lines (closes #557) by @Lana243 in #561
- Changes for using UTBotCPP on scalapack project. by @kichunya in #560
- Fix wizard bugs by @kichunya in #566
- Fix problem with stdin-read variable in klee and add test for launchi… by @sava-cska in #563
- Fix stubs for function pointers (closes #462) by @Lana243 in #565
- Fix Server log in vs-plugin. by @kichunya in #571
- Fix server fall. by @kichunya in #568
- Fix test and server logs in vs-code. by @kichunya in #572
New Contributors
- @olganaumenko made their first contribution in #558
Full Changelog: 2022.10.7...2022.12.0
2022.10.8
Wizard fixes
2022.10.6
New wizard with SFTP setup
2022.10.5
Test release with new GRPC 1.49
2022.10.4
What's Changed
- Unnecessary "utbot_abs_error" constant added to the test #405 by @alexey-utkin in #431
- Added math header for lazy instantiated objects if required. Increased time limit for
bcov
by @getn1ght in #433 - Unnamed bit fields fix by @belous-dp in #435
- Fixed test generation for 32 bits projects #442 by @alexey-utkin in #445
- Added regression test for pointers. Updated KLEE by @getn1ght in #446
- Implemented support for custom build script inside CI Action on Github #451 by @alexey-utkin in #455
- Fixed initialization of anonymous unions 'from_bytes' for some cases #447 by @alexey-utkin in #467
- Update KLEE, fix small bugs by @ladisgin in #466
- Reformat build structure by @ladisgin in #457
- Little UI improvements: combined logs and targets tool windows into one, removed verbose widget by @vol0n in #456
- UTBot don't decorate struct field [BUG] #465 by @alexey-utkin in #470
- Filed Segmentation Fault in user project #473 by @alexey-utkin in #474
- Minor version of plugin and server is not properly set #471 by @alexey-utkin in #480
- Fix generation for coreutils #487 by @ladisgin in #487
New Contributors
Full Changelog: 2022.9.0...2022.10.4