| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-03 | Merge PR #8376: Source basic overlay after user overlays to fix #8375 ↵ | Gaëtan Gilbert | |
| following #8348. | |||
| 2018-09-03 | Merge PR #7085: Turn the kernel reduction sharing flag into an argument ↵ | Maxime Dénès | |
| passed in the cache | |||
| 2018-09-01 | Source basic overlay after user overlays to fix #8375 following #8348. | Théo Zimmermann | |
| 2018-09-01 | Merge PR #8348: Download tarball instead of cloning external projects. | Emilio Jesus Gallego Arias | |
| 2018-08-31 | Merge PR #8346: Clean-up Travis folds. | Gaëtan Gilbert | |
| 2018-08-31 | Merge PR #8351: [ci] [docker] Update base Dune version. | Gaëtan Gilbert | |
| 2018-08-31 | Download tarball instead of cloning external projects (when $CI is set). | Théo Zimmermann | |
| This allows to use fixed commits and not just branches or tags. We keep using git clone when $FORCE_GIT is set (for projects on gforge.inria.fr and projects pulling dependencies through git submodules). fiat-parsers also calls git submodule, but inside its own Makefile. | |||
| 2018-08-31 | [ci] Fix QuickChick by adding new simple-io dependency. | Théo Zimmermann | |
| 2018-08-30 | [ci] [docker] Update Dune and Elpi versions. | Emilio Jesus Gallego Arias | |
| We'd like to use `(lang 1.1)` features. Elpi needs update as recent `ppx_tools_versioned` changes broke it. | |||
| 2018-08-28 | [ci-fiat-crypto] Build c-files | Jason Gross | |
| This tests the outputs of extraction, to some extent. | |||
| 2018-08-28 | Clean-up Travis folds. | Théo Zimmermann | |
| This has become mostly garbage since GitLab CI became our main CI platform. | |||
| 2018-08-24 | Split up fiat-crypto CI into two targets | Jason Gross | |
| There is the new pipeline, and the old pipeline. Most of what they share in common is the (very large) library of lemmas about `Z`. As per the discussion in https://github.com/coq/coq/pull/8064#issuecomment-413474176 through https://github.com/coq/coq/pull/8064#issuecomment-413793143 | |||
| 2018-08-01 | Update documentation on GitLab CI to reflect recent changes. | Théo Zimmermann | |
| 2018-07-27 | [ci] Remove CircleCI setup. | Emilio Jesus Gallego Arias | |
| GitLab setup is quite stable these days thanks to the work of many people and `coqbot`. We decided to keep CircleCI support for a while as a safeguard in case something happened in the migration to GitLab, but these days we are just wasting resources to them and to us. As I'm afraid CircleCI won't scale for us, the time to remove it has arrived. Still, CircleCI had some awesome functionality that GitLab's CI doesn't offer yet, see the links at: https://github.com/coq/coq/issues/6919#issuecomment-395885573 - https://gitlab.com/gitlab-org/gitlab-ce/issues/29347 - https://gitlab.com/gitlab-org/gitlab-ce/issues/35222 - https://gitlab.com/gitlab-org/gitlab-ce/issues/41947 - https://gitlab.com/gitlab-org/gitlab-ce/issues/47063 | |||
| 2018-07-26 | Adding an overlay for Mtac2. | Pierre-Marie Pédrot | |
| 2018-07-25 | Merge PR #7859: Remove himsg.pr_puniverses, use @{} for universe printing in ↵ | Pierre-Marie Pédrot | |
| errors | |||
| 2018-07-25 | Merge PR #734: [travis] Also run coqchk on HoTT | Emilio Jesus Gallego Arias | |
| 2018-07-25 | Add overlay for Equations | Gaëtan Gilbert | |
| 2018-07-25 | Merge PR #8063: Direct implementation of Ascii.eqb and String.eqb (take 2) | Hugo Herbelin | |
| 2018-07-24 | [travis] Also run coqchk on HoTT | Jason Gross | |
| 2018-07-24 | Add overlay for Equations. | Gaëtan Gilbert | |
| 2018-07-17 | Add overlay for Coq-Equations for QuestionMark. | Siddharth Bhat | |
| The changed QuestionMark structure breaks Coq-Equations. Add an overlay to fix this. | |||
| 2018-07-16 | Add overlay for QuickChick | Jason Gross | |
| 2018-07-12 | Merge PR #8051: Clean-up user-overlays folder. | Emilio Jesus Gallego Arias | |
| 2018-07-12 | Clean-up user-overlays folder. | Théo Zimmermann | |
| 2018-07-11 | [ci] Upgrade edge OCaml to 4.07.0 and Dune to 1.0.0 | Emilio Jesus Gallego Arias | |
| - We update the OCaml version used in the base CI image. - Windows / OSX image building is also updated to use newer OCaml. - We also update Dune to 1.0.0. | |||
| 2018-07-07 | Add an overlay. | Pierre-Marie Pédrot | |
| 2018-07-05 | Merge PR #7746: Many small cleanups removing unused arguments and functions | Pierre-Marie Pédrot | |
| 2018-07-04 | [ci] Avoid annoying detached head warning. | Emilio Jesus Gallego Arias | |
| 2018-07-03 | Merge PR #7978: [ci] [docker] Make sure we don't install optional packages ↵ | Gaëtan Gilbert | |
| with apt. | |||
| 2018-07-03 | Add overlay for equations. | Gaëtan Gilbert | |
| 2018-07-02 | [ci] [docker] Make sure we don't install optional packages with apt. | Emilio Jesus Gallego Arias | |
| This should help towards ensuring that the system only has the packages we specify in the Dockerfile. We were missing: - `git`: used in the CI system itself! - `rsync`: used in the test-suite - `python3-setuptools`, `python3-wheel`: necessary to use pip3 properly to install the missing python package. - `autoconf`, `automake`: a few CI contribs depend on them. | |||
| 2018-07-02 | Add Equations overlay | Matthieu Sozeau | |
| 2018-07-02 | Merge PR #7902: Use a homebrew parser to replace the GEXTEND extension ↵ | Emilio Jesus Gallego Arias | |
| points of Camlp5 | |||
| 2018-06-29 | Adding an overlay for the PR. | Pierre-Marie Pédrot | |
| 2018-06-29 | Document that GITURL variables shouldn't have a trailing .git anymore. | Théo Zimmermann | |
| This allows to append /archive at the end. | |||
| 2018-06-29 | Merge PR #7080: Swapping Context and Constr and defining declarations on ↵ | Maxime Dénès | |
| constr in Constr | |||
| 2018-06-27 | Add mit-plv/bedrock2-ci to CI | Andres Erbsen | |
| 2018-06-27 | Adding overlay. | Hugo Herbelin | |
| 2018-06-27 | Merge PR #7863: Remove Sorts.contents | Pierre-Marie Pédrot | |
| 2018-06-26 | Merge PR #7906: universes_of_constr don't include universes of monomorphic ↵ | Pierre-Marie Pédrot | |
| constants | |||
| 2018-06-26 | Add overlay for elpi | Gaëtan Gilbert | |
| 2018-06-26 | Add overlay for Equations, Elpi | Gaëtan Gilbert | |
| 2018-06-25 | Activate the build of Ltac2 and Equations in the Windows installer. | Théo Zimmermann | |
| 2018-06-25 | Reuse CI info to know which version of plugins to build on Windows. | Théo Zimmermann | |
| 2018-06-24 | Merge PR #7895: Revert "Add a note about [ci skip] in CI README." | Emilio Jesus Gallego Arias | |
| 2018-06-22 | Revert "Add a note about [ci skip] in CI README." | Théo Zimmermann | |
| This reverts commit 3a44a190a7f5d057b6a4bcb50124b42d83f3d03d. | |||
| 2018-06-21 | Update dpdgraph branch name | Gaëtan Gilbert | |
| See https://github.com/Karmaki/coq-dpdgraph/issues/50 for context | |||
| 2018-06-19 | Merge PR #7797: Remove reference name type. | Enrico Tassi | |
| 2018-06-18 | Overlay for reference removal | Maxime Dénès | |
