aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-14Merge pull request #719 from CohenCyril/nix_v2Cyril Cohen
toolbox update
2021-03-14toolbox updateCyril Cohen
2021-03-12Merge pull request #717 from CohenCyril/nix_v2Cyril Cohen
toolbox update
2021-03-12toolbox updateCyril Cohen
2021-03-12Merge pull request #716 from CohenCyril/nix_v2Cyril Cohen
update nix toolbox
2021-03-12update nix toolboxCyril Cohen
2021-03-12Update nix toolbox version (#715)Cyril Cohen
* toolbox update * remove unnecessary step * update local shell version
2021-03-12Merge pull request #714 from math-comp/nix_v2Cyril Cohen
Use nix-tool-box
2021-03-12Use nix-tool-boxCyril Cohen
2021-03-12Revert "Use nix-tool-box"Cyril Cohen
This reverts commit 8674d6996fca76028ead3f75363f11bab4fa3e7c that I added by accident
2021-03-12Use nix-tool-boxCyril Cohen
2021-03-12Merge pull request #708 from CohenCyril/hint_locality_silenceCyril Cohen
Silencing Hint Locality warning
2021-03-08Merge pull request #703 from CohenCyril/blockmxLaurent Théry
Adding big block matrices
2021-03-08Adding big block matricesCyril Cohen
- with special cases for row, column, and diagonal matrices - we define an order bijection between the indexing of the whole matrix and the indexing of the blocks to preserve triangularity
2021-03-07Merge pull request #711 from math-comp/no-mc-devCyril Cohen
removing CI for analysis-dev
2021-03-07mathcomp analysis does not compire with Coq dev for nowCyril Cohen
2021-03-07Merge pull request #710 from CohenCyril/order_enumLaurent Théry
Adding Order.enum and related definitions and theorems
2021-03-07Adding Order.enum and related definitions and theoremsCyril Cohen
2021-03-04Silence Hint Locality warningCyril Cohen
2021-02-17Update nix.yml (#699)Cyril Cohen
* Update nix ci
2021-01-25Merge pull request #696 from CohenCyril/sumnBYves Bertot
Adding lemma sumnB
2021-01-22Merge pull request #686 from pi8027/drop-coq-8.10Cyril Cohen
Drop support for Coq 8.10
2021-01-22Remove deprecation aliases introduced in 1.9.0Kazuhiko Sakaguchi
2021-01-19Merge pull request #695 from affeldt-aist/interval_20210119Cyril Cohen
fixes #694
2021-01-19Update CHANGELOG_UNRELEASED.mdCyril Cohen
Co-authored-by: Anton Trunov <anton.a.trunov@gmail.com>
2021-01-19Adding lemma sumnBCyril Cohen
cf https://stackoverflow.com/questions/61556710
2021-01-19fixes #694Reynald Affeldt
2021-01-18Merge pull request #693 from affeldt-aist/interval_20210114Cyril Cohen
itv_bound comparison with -oo/+oo
2021-01-16Drop support for Coq 8.10 and deprecate the `deprecate` notationKazuhiko Sakaguchi
- The `deprecate` notation and `iota_add` have been deprecated. All the uses of the `deprecate` notation have been replaced with the `deprecated` attribute. - Deprecation aliases in `ssrnat` and `ssrnum` introduced in MathComp 1.11+beta1 have been removed. - Remove `VDFILE` related hacks from `Makefile.common`.
2021-01-15Merge pull request #688 from pi8027/coq-8.13Cyril Cohen
[CI/CD] support Coq 8.13
2021-01-15[CI/CD] support Coq 8.13Kazuhiko Sakaguchi
2021-01-14itv_bound comparison with -oo/+ooReynald Affeldt
2021-01-13Update README.mdCyril Cohen
2021-01-13Update README.mdCyril Cohen
2021-01-12Merge pull request #680 from pi8027/pairwiseCyril Cohen
Add `pairwise` predicate and some missing lemmas
2021-01-09[CI/CD] Adding real-closed, analysis and multinomials (#692)Cyril Cohen
* Adding real-closed, analysis and multinomials to the CI * removing analysis for 8.10
2021-01-05Merge pull request #690 from affeldt-aist/erroneous_warningKazuhiko Sakaguchi
erroneous deprecation warning
2021-01-04erroneous deprecation warningReynald Affeldt
2020-12-16Merge pull request #685 from pi8027/nullary-notationsCyril Cohen
Change the interpretation scope of some nullary notations from `ring_scope` to `fun_scope`
2020-12-16Change the interpretation scope of some nullary notations from ring_scope to ↵Kazuhiko Sakaguchi
fun_scope
2020-12-16Add `pairwise r xs` predicateKazuhiko Sakaguchi
which asserts that the relation `r` holds for any i-th and j-th element of `xs` such that i < j.
2020-12-16Merge pull request #683 from pi8027/remove-ci-fcsl-pcm-8.10Cyril Cohen
Remove ci-fcsl-pcm-8.10
2020-12-05Remove ci-fcsl-pcm-8.10Kazuhiko Sakaguchi
2020-12-04Merge pull request #679 from CohenCyril/mailmapCyril Cohen
adding entries to the mailmap
2020-11-26restrict coq version in opam fileCyril Cohen
2020-11-26adding entries to the mailmapCyril Cohen
2020-11-26adding back lua and sed to default.nixCyril Cohen
2020-11-26Merge pull request #678 from CohenCyril/under_fixCyril Cohen
Using under and removing comment
2020-11-26using under and removing commentCyril Cohen
2020-11-26Merge pull request #677 from CohenCyril/changelog-1.12affeldt-aist
Regrouping changelog entries for 1.12 release