- 27 Feb, 2020 1 commit
-
-
Pierre Roux authored
-
- 26 Feb, 2020 1 commit
-
-
Pierre Roux authored
-
- 23 Jan, 2020 1 commit
-
-
Pierre Roux authored
-
- 19 Dec, 2019 2 commits
-
-
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.
-
- 10 Dec, 2019 2 commits
-
-
Björn Brandenburg authored
For improved parallelism and nicer documentation.
-
Björn Brandenburg authored
-
- 19 Nov, 2019 3 commits
-
-
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
-
- 23 Oct, 2019 1 commit
-
-
Björn Brandenburg authored
If there are breaking changes coming in ssreflect, it would be nice to know early.
-
- 15 Oct, 2019 1 commit
-
-
Pierre Roux authored
We no longer support Coq 8.8.
-
- 11 Oct, 2019 1 commit
-
-
Marco Perronet authored
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.
-
- 02 Jul, 2019 1 commit
-
-
Björn Brandenburg authored
-
- 12 Jun, 2019 3 commits
-
-
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!
-
- 05 Jun, 2019 2 commits
-
-
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
-