Skip to content

Releases: ftsrg/theta

v1.6.3

13 Aug 12:44
Compare
Choose a tag to compare

Small Codacy warning fixes.

v1.6.2

13 Aug 11:08
Compare
Choose a tag to compare

This release improves formatting of array literals on output (e.g., counterexamples).

v1.6.1

12 Aug 11:36
Compare
Choose a tag to compare

This release adds some minor improvements in the Dockerfiles and related scripts

v1.6.0

11 Aug 19:59
Compare
Choose a tag to compare

This release adds an option ALLASSUMES to the --initprec argument of the CFA tool. This option tracks all predicates in assumptions (e.g., branch/loop conditions) from the beginning. Applicable in the predicate domains.

v1.5.1

11 Aug 18:46
Compare
Choose a tag to compare

Fixed a bug related to array literals, that caused an exception if the key and value types did not match (e.g., int to bool array).

v1.5.0

11 Aug 15:35
Compare
Choose a tag to compare

This release adds support to print counterexamples for the STS formalism, and fixes various minor warnings.

v1.4.4

11 Aug 10:52
Compare
Choose a tag to compare

Improve dockerfiles with some best practices.

v1.4.3

30 Jul 15:09
aafb6d8
Compare
Choose a tag to compare

This release extends the supported bitvector expressions, including the CFA DSL: distinguish between arithmetic (>>) and logical shift (>>>), add rotate operations (<<~, ~>>). Thanks @as3810t!

v1.4.2

30 Jul 10:02
Compare
Choose a tag to compare

Support XOR expression in STS DSL.

v1.4.1

29 Jul 13:47
Compare
Choose a tag to compare

Docker images use the code from the local repository instead of cloning. This requires the whole repository to be cloned, but is much more flexible (any branch/version can be checked out and built into an image).