aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/standard/_CoqProject
Commit message (Collapse)AuthorAgeFilesLines
* getting rid of native-coq (#95)vblot2021-05-281-156/+0
|
* Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-211-1/+0
|\
| * Convert hypotheses from Prop to bool (#89)ckeller2021-04-211-1/+0
| | | | | | | | | | | | | | * This PR converts hypotheses given to the tactics verit, verit_no_check, smt and smt_no_check from Prop to bool when needed. * Some current limitations are detailed in src/PropToBool.v. * Partially enhances #30 .
* | Port to coq-8.10 under progressChantal Keller2020-03-311-3/+0
| |
* | ml4 -> mlgChantal Keller2020-01-161-1/+1
|/
* Made SmtCommands independent from VeritSyntaxChantal Keller2019-09-251-0/+2
| | | | Made lfsc/* mostly independent from VeritSyntax
* 3rdpartyChantal Keller2019-07-151-8/+10
|
* Error message to state that tactics are not supported with native-coq (#47)ckeller2019-04-121-0/+1
| | | * Better error message for failing tactics with native-coq
* V8.9 (#43)ckeller2019-03-151-0/+155
* New syntax for implicit arguments * Towards 8.9: problems with Micromega plugin * Move to _CoqProject * Back to name Makefile * Switch to Makefile.local instead of -extra * The compilation issue is a Coq bug * Ok with 8.9 * INSTALL with 8.9 * Everything ok with 8.9