Skip to content

Releases: boogie-org/boogie

Boogie

05 Sep 23:11
85191e1
Compare
Choose a tag to compare
Actually parse structured program elements (#777)

PR #776 had a fundamental bug which this fixes.

Boogie

16 Aug 16:41
b227fc5
Compare
Choose a tag to compare
Bump version number to 3.0.1 (#774)

We've got a few significant bug fixes in place, so let's put out a
bugfix release.

Boogie

20 Jul 17:56
70d739b
Compare
Choose a tag to compare
Allow absolute paths to prover plugins (#764)

Previously, the `/proverDll` option allowed only relative paths, since
it looked for `/` or `\` _within_ a name, but not at the beginning, to
determine whether the given name was a filename or a portion of an
internal DLL name. This changes it to also interpret a name as a
filename when either of those characters is the first character.

Boogie

20 Jun 23:20
980ca54
Compare
Choose a tag to compare
v2.16.9

Civl test refactoring (#754)

Boogie

01 Jun 09:05
38b0d21
Compare
Choose a tag to compare
Fix to Lheap_Add translation (#740)

Lheap_Add primitive adds a cell to a linear heap. This PR changes the
translation so that only the domain of the target heap is modified. The
heap contents is assumed (magically) to contain the value being inserted
at the fresh address. This is sound because Ref T, the address type for
Lheap T is uninterpreted and potentially infinite source of cells with a
particular value.

Boogie

19 May 22:05
fcf0dde
Compare
Choose a tag to compare
v2.16.7

Clean up threads from custom thread pool when disposing ExecutionEngi…

Boogie

10 Apr 16:09
44a9631
Compare
Choose a tag to compare
v2.16.5

Bump the version number to 2.16.5 (#714)

Boogie

31 Mar 22:25
ec72064
Compare
Choose a tag to compare
Use large threads for processing Boogie programs (#710)

* Use large threads for processing Boogie programs

* Update nesting expect file to trigger stack overflow

* Update Boogie version

Boogie

09 Mar 23:37
6f2d102
Compare
Choose a tag to compare
v2.16.3

Bring back ReportEndVerifyImplementation (#705)

Boogie

23 Feb 17:16
741e7bd
Compare
Choose a tag to compare
Make verbosity settable (#699)

* Make verbosity settable

* Initialize Verbosity