- Feb 16, 2022
-
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
- Nov 02, 2021
-
-
Björn Brandenburg authored
-
- Oct 14, 2021
-
-
Björn Brandenburg authored
-
- Oct 07, 2021
-
-
Coq 8.11, Coq 8.12, ssreflect 1.10, and ssreflect 1.11 are no longer supported
-
- Oct 06, 2021
-
-
Björn Brandenburg authored
Due to whatever the CI environment does to cache and restore intermediate result files, somehow `make validate` triggers some spurious recompilation. To avoid confusing the checking script, trigger any possible re-compilation steps before capturing the output of `make validate`.
-
- Oct 05, 2021
-
-
Björn Brandenburg authored
Closes #79
-
- Jul 27, 2021
-
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
- Mar 08, 2021
-
-
- Aug 04, 2020
-
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
- Feb 27, 2020
-
-
Pierre Roux authored
-
- Feb 26, 2020
-
-
Pierre Roux authored
-
- Jan 23, 2020
-
-
Pierre Roux authored
-
- Dec 19, 2019
-
-
Björn Brandenburg authored
Move everything into the new namespace starting with 'prosa' rather than the bland 'rt'.
-
Björn Brandenburg authored
The main restructuring thrust is nearing completion, so let's get rid of the `restructuring` namespace.
-
- Dec 10, 2019
-
-
Björn Brandenburg authored
For improved parallelism and nicer documentation.
-
Björn Brandenburg authored
-
- Nov 19, 2019
-
-
Björn Brandenburg authored
Now that we have non-ambiguous dependencies, parallel builds should work without issue.
-
Björn Brandenburg authored
-
Björn Brandenburg authored
-
- Oct 23, 2019
-
-
Björn Brandenburg authored
If there are breaking changes coming in ssreflect, it would be nice to know early.
-
- Oct 15, 2019
-
-
We no longer support Coq 8.8.
-
- Oct 11, 2019
-
-
Add the `htmlpretty` target to the Makefile to generate prettier documentation, based on the CoqdocJS project. https://www.ps.uni-saarland.de/~ttebbi/coqdocjs/ https://github.com/tebbi/coqdocjs Many thanks to Tobias Tebbi for creating CoqdocJS.
-
- Jul 02, 2019
-
-
Björn Brandenburg authored
-
- Jun 12, 2019
-
-
Björn Brandenburg authored
Coqdoc produces really nice output - let's automate this.
-
Björn Brandenburg authored
There's no need to run this for every compiler version; we only care about the "main" version.
-
Björn Brandenburg authored
This avoids having to compile ssreflect from scratch each time we want to compile Prosa. Thanks to Pierre Roux (Pierre.Roux@onera.fr) for pointing out the mathcomp Docker images!
-
- Jun 05, 2019
-
-
Björn Brandenburg authored
From the mathcomp 1.9.0 release notes: > removed Coq prelude hints plus_n_O plus_n_Sm mult_n_O mult_n_Sm, to > improve robustness of by ...; scripts may need to invoke addn0, > addnS, muln0 or mulnS explicitly where these hints were used > accidentally. => This patch makes these required fixes in Prosa. While at it, turn on CI for coq:dev and Coq 8.9 with two versions of ssreflect.
-
Björn Brandenburg authored
Using the official Coq Docker images kindly provided by the Coq community: https://github.com/coq-community/docker-coq/wiki/CI-setup Using the following CI template as a starting point: https://gitlab.com/erikmd/docker-coq-gitlab-ci-demo-1/blob/master/.gitlab-ci.yml
-