Skip to content

Tags: GaloisInc/what4-solvers

Tags

snapshot-20241119

Toggle snapshot-20241119's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #54 from GaloisInc/aarch64-patches

CVC4: Add patches to ease building on AArch64

snapshot-20240212

Toggle snapshot-20240212's commit message
Upgrade CVC5 to 1.1.1

This fixes a regression observed when using CVC5 1.0.8 in the Cryptol test
suite.

snapshot-20240205

Toggle snapshot-20240205's commit message
Bump libpoly submodule to v0.1.12 tag

Among other fixes, this brings in a fix for
SRI-CSL/libpoly#67, which is necessary to allow
`libpoly` to build with Clang 15 or later. This proves essential for building
`libpoly` (and therefore `yices`) on recent `macos-14` GitHub Actions CI
runners.

snapshot-20230711

Toggle snapshot-20230711's commit message
README: Note OS architectures

snapshot-20221212

Toggle snapshot-20221212's commit message
Try Z3 4.8.8

snapshot-20221205

Toggle snapshot-20221205's commit message
Build both Z3 4.8.10 and 4.8.14 versions

We now include both Z3 4.8.10 and 4.8.14 so that SAW's CI can revert back to
4.8.10 in certain cases, as 4.8.14 has been known to nondeterministically fail
on certain jobs. See GaloisInc/saw-script#1772.

snapshot-20220902

Toggle snapshot-20220902's commit message
Upgrade CVC5 to 1.0.2

This upgrades the CVC5 version from 1.0.1 to 1.0.2.

snapshot-20220812

Toggle snapshot-20220812's commit message
Add Ubuntu 22.04 binaries, drop Ubuntu 18.04

Fixes #21.

snapshot-20220721

Toggle snapshot-20220721's commit message
Use macOS 12

GitHub is deprecating (and eventually removing) its macOS 10.15 runners.
See actions/runner-images#5583. We might as
well take the opportunity to upgrade the macOS version we are building for.

snapshot-20220705

Toggle snapshot-20220705's commit message
CVC4: Enable symfpu

Fixes #23.