Skip to content

Tags: UnitTestBot/UTBotCpp

Tags

2024.3.0

Toggle 2024.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update wiki (#676)

2024.03.0

Toggle 2024.03.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add initialize and teardown functions call (#675)

* Add option to add initial and teardown function calls

2023.12.0

Toggle 2023.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 Update to llvm 14 (#664)

* Build docker with llvm 14
* Add "Free disk space on runner" in publish base env
* Change dwarf to 4 version

2023.11.0

Toggle 2023.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update clion-plugin build script (#654)

2023.10.1

Toggle 2023.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix write "extern" for stubs (#651)

2023.10.0

Toggle 2023.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix run ubuntu 22.04 (#649)

* Fix run ubuntu 22.04
* Fix stubs

2022.12.0

Toggle 2022.12.0's commit message
Fix test and server logs in vs-code.

2022.10.8

Toggle 2022.10.8's commit message
Fixes for #533, #530, #529 (partially), #528

- SFTP notifications have wrong icons #533
- Fields on 'Server Setup' page of wizard are misaligned #530
- Wizard has no 'Previous' buttons #528
- Don't delete existing sftp.json configuration file #529 (partially - for user config we make a backup)

Signed-off-by: Alexey Utkin <[email protected]>

2022.10.7

Toggle 2022.10.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change representation of char* from string to array (#532)

2022.10.6

Toggle 2022.10.6's commit message
Possible UI/UX improvements of UTBot Wizard #494

- checks presence of SFTP and SARIF plugins
- configures SFTP by writing `sftp.conf`
- runs SFTP sync for local project with server copy

Signed-off-by: Alexey Utkin <[email protected]>