| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-26 | correct and improve signature and documentation of FieldMixin | Georges Gonthier | |
| Documentation of FieldUnitMixin and FieldMixin corrected to reflect actual arguments, with mulVf and inv0 made explicit arguments for FieldMixin (they were implicit due to the extended signature of Field.mixin_of). Type of FieldMixin changed to a convertible variant to facilitate construction of on-the-fly in-proof construction of fieldType instances, exposing an idomainType instance. | |||
| 2018-11-24 | Merge pull request #249 from anton-trunov/prenex-implicits | Cyril Cohen | |
| Merge Arguments and Prenex Implicits | |||
| 2018-11-21 | Merge Arguments and Prenex Implicits | Anton Trunov | |
| See the discussion here: https://github.com/math-comp/math-comp/pull/242#discussion_r233778114 | |||
| 2018-11-19 | Improve documentation of phant_id usage | Georges Gonthier | |
| Point out the use of id/idfun to control printing of notation. (as suggested by @anton-trunov - see #247) | |||
| 2018-11-19 | Merge pull request #242 from anton-trunov/remove-canonical-for-mixins | Georges Gonthier | |
| Document and review the usage of canonical Equality mixins | |||
| 2018-11-15 | Merge pull request #246 from anton-trunov/doc-comments | Cyril Cohen | |
| Add a section on documenting code | |||
| 2018-11-15 | Tweak code related to canonical mixins | Anton Trunov | |
| Remove some unused canonical mixins. Change simplification behavior of concrete comparison functions to allow for better simplification using unfolding and sebsequent folding back e.g. with `rewrite !eqE /= -!eqE`. A bit of cleanup for `Prenex Implicits` declarations. Document some explanations by G. Gonthier. | |||
| 2018-11-15 | Add a section on documenting code | Anton Trunov | |
| Based on the discussion here: https://github.com/math-comp/math-comp/pull/242 | |||
| 2018-11-13 | Documentation complements for combinatorial class factories | Georges Gonthier | |
| Adding missing documentation for mixin and class constructors for Equality, Choice, Countable, and Finite. Renaming Equality mixin constructor comparableClass to the more consistent comparableMixin. | |||
| 2018-11-13 | Ignore generated Makefile.coq.conf | Georges Gonthier | |
| 2018-11-06 | Merge pull request #241 from ybertot/fix240 | Cyril Cohen | |
| fix issue #240 | |||
| 2018-11-05 | fix issue #240 | Yves Bertot | |
| 2018-10-31 | Merge pull request #239 from CohenCyril/Make_bug | Enrico | |
| fixing local Makefiles | |||
| 2018-10-31 | fixing local Makefile | Cyril Cohen | |
| should fix #238 | |||
| 2018-10-30 | Merge pull request #236 from CohenCyril/allsigs | Cyril Cohen | |
| Revert "Adding allsigs, the dependent version of allpairs" | |||
| 2018-10-29 | Revert "Adding allsigs, the dependent version of allpairs" | Cyril Cohen | |
| This reverts commit 044634dcc2f645e3afbdad6cb8dcc66f3eb4a87e. See issue https://github.com/math-comp/odd-order/pull/5 | |||
| 2018-10-29 | Merge pull request #219 from CohenCyril/Makefile | Enrico | |
| fix some bugs in Makefile | |||
| 2018-10-26 | Merge pull request #235 from CohenCyril/bool_irrelevance2 | Cyril Cohen | |
| Statement of `bool_irrelevance` more consistent with its name. | |||
| 2018-10-26 | fix some bugs in Makefile | Cyril Cohen | |
| 2018-10-26 | Statement of `bool_irrelevance` more consistent with its name. | Cyril Cohen | |
| 2018-10-26 | Merge pull request #209 from CohenCyril/closed_field | Cyril Cohen | |
| Moving countalg and closed_field around | |||
| 2018-10-26 | moving countalg and closed_field around | Cyril Cohen | |
| - countalg goes to the algebra package - finalg now get the expected inheritance from countalg - closed_field now contains the construction of algebraic closure for countable fields (previously in countalg) - proof of quantifier elimination for closed field rewritten in a monadic style | |||
| 2018-10-26 | Merge pull request #218 from CohenCyril/tagged | Cyril Cohen | |
| removing multiple definitions of [tT]ag* | |||
| 2018-10-26 | removing multiple definitions of [tT]ag* | Cyril Cohen | |
| they are already defined in ssrfun ChangeLog updated | |||
| 2018-10-25 | Merge pull request #234 from CohenCyril/ocaml4.05.0 | Enrico | |
| bump ocaml version in travis | |||
| 2018-10-25 | bump ocaml version in travis | Cyril Cohen | |
| 2018-10-25 | Merge pull request #232 from anton-trunov/master | Enrico | |
| [opam]: add dev-repo links | |||
| 2018-10-25 | Merge pull request #217 from CohenCyril/allsigs | Laurent Théry | |
| Adding `allsigs`, the dependent version of `allpairs` | |||
| 2018-10-24 | Adding allsigs, the dependent version of allpairs | Cyril Cohen | |
| 2018-10-03 | [opam]: add dev-repo links | Anton Trunov | |
| This commit fixes the following issue: ```shell $ opam pin add coq-mathcomp-ssreflect --dev [ERROR] "dev-repo" field missing in coq-mathcomp-ssreflect metadata, you'll need to specify the pinning location ``` This commit also changes http to https for the homepage links. | |||
| 2018-09-24 | Implementation of all2 (#224) | Pierre-Yves Strub | |
| Added the definition of all2. This definition of all2 has the useful computational behaviour, and all2E unfolds an equivalent one. | |||
| 2018-09-13 | Merge pull request #216 from CohenCyril/all_iff | Assia Mahboubi | |
| Small scale tool for proving circular implications, and using any pair of statements as an equivalence | |||
| 2018-09-13 | Small scale tool for proving "the following are equivalent" | Cyril Cohen | |
| Tool to prove only P0 -> P1 -> ... -> Pn -> P0 but use any implication Pi -> Pj | |||
| 2018-09-12 | Merge pull request #228 from hivert/docfix | Cyril Cohen | |
| Fixes the doc of rat | |||
| 2018-09-11 | Fixes the doc of rat | Florent Hivert | |
| 2018-09-06 | Merge pull request #223 from math-comp/fix/compat-notation | Assia Mahboubi | |
| [warnings] -w "+compatibility-notation" clean | |||
| 2018-09-04 | [warnings] -w "+compatibility-notation" clean | Enrico Tassi | |
| 2018-08-06 | Merge pull request #208 from CohenCyril/companionmx | Laurent Théry | |
| Companion matrix of a polynomial | |||
| 2018-08-06 | changing companionmx to a more standard one | Cyril Cohen | |
| 2018-08-03 | update ChangeLog and doc | Cyril Cohen | |
| 2018-08-01 | Companion matrix of a polynomial | Cyril Cohen | |
| 2018-08-01 | Merge pull request #214 from CohenCyril/Makefile | Enrico | |
| simplified, cleaned and documented Makefile.common | |||
| 2018-08-01 | simplified, cleaned and documented Makefile.common | Cyril Cohen | |
| 2018-08-01 | Merge pull request #213 from CohenCyril/Makefile | Enrico | |
| Rework the whole Makefile architecture | |||
| 2018-07-31 | agressive fix for duplicated files! | Cyril Cohen | |
| 2018-07-31 | change coqdep | Cyril Cohen | |
| 2018-07-31 | some things should always be done | Cyril Cohen | |
| 2018-07-31 | removing dead code + reshuffling stuff | Cyril Cohen | |
| 2018-07-31 | Rework the whole Makefile architecture | Cyril Cohen | |
| - Cleanup, refactoring and generalize the makefile architecture - Reuses @strub math-comp/analysis Makefile / Makefile.common organization - As #174, this fixes #88, but looks more stable than trying to fix the use of the MAKEFLAGS internal variable | |||
| 2018-07-27 | Merge pull request #205 from anton-trunov/ssrnat-addnBAC-lemma | Cyril Cohen | |
| Add addnBAC lemma to ssrnat | |||
