Skip to content

Releases: boogie-org/boogie

v2.6.10

20 May 21:11
6d3a16f
Compare
Choose a tag to compare
Merge pull request #233 from zvonimir/cvc4-models

Passing produce-models to CVC4

v2.6.9

18 May 19:31
2273190
Compare
Choose a tag to compare
Merge pull request #228 from zvonimir/fix-cvc4-warnings

Implemented processing of CVC4 warnings

v2.6.8

18 May 19:29
c7a94cd
Compare
Choose a tag to compare
Merge pull request #232 from zvonimir/regressions-timeout

Setting lit timeout to 120 seconds per regression

v2.6.7

13 May 16:30
Compare
Choose a tag to compare
Remove (some) obsolete options

v2.6.6

04 May 05:10
Compare
Choose a tag to compare
a sample from Stephen Freund

v2.6.5

21 Apr 15:18
Compare
Choose a tag to compare
set default version of SMTLIB to 2.6

v2.6.4

18 Apr 13:43
2af116c
Compare
Choose a tag to compare
Central configuration and conditioning of GitVersionTask (#223)

* Configure GitVersionTask centrally and condition on existence of .git

This enables the GitVersionTask configuration to be specified only once in a
Directory.Build.props file. Also Boogie can now be build outside of a Git clone
(i.e., without a .git directory), and GitVersionTask can be disabled by setting
the environment variable BOOGIE_NO_GITVERSION=1.

* Also configure .NET Core target framework centrally

* Protect against deployments with default version number 1.0.0

v2.6.3

15 Apr 19:48
Compare
Choose a tag to compare
Remove unused AIFramework project (close #31)

v2.6.2

15 Apr 16:43
daf8f92
Compare
Choose a tag to compare
Merge pull request #221 from SethPoulsen/test-readme

Fix typos in Test README

v2.6.1

14 Apr 22:42
6ba61ee
Compare
Choose a tag to compare
[CIVL] Introduction actions, lemma procedures, and variable hiding (#…