| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-04 | [dune] Update to dune language version 2.0 | Emilio Jesus Gallego Arias | |
| This is the minimal set of changes requires for Coq to build under 2.0 mode. We may likely take advantage of some more new features. Note that Dune 2.0 requires OCaml >= 4.06.0, OPAM allows to use Dune in older versions as it will install a secondary compiler. | |||
| 2019-10-07 | chmod -x some files | Jason Gross | |
| They probably don't need to be executable | |||
| 2019-08-22 | [dune] Move to Dune 1.10, use coq.pp directive. | Emilio Jesus Gallego Arias | |
| We use the `(coq.pp ...)` dune directive which will produce correct error messages for `.mlg` files. Unfortunately we cannot yet use the automatic opam generation features of Dune 1.10, as this does require a fully native Dune build. Dune 1.6-1.10 has quite a few other improvements that could be used by Coq, for example for promote modes. I have fixed a couple of documentation issues. `Drop` and `ocamldebug` have been tested in this version. | |||
| 2019-07-19 | Removed patches for Flocq, Interval and Gappa (merged upstream) | Michael Soegtrop | |
| 2019-07-17 | Fixed Windows patch for Quickchick | Michael Soegtrop | |
| 2019-07-17 | Adjust VST patch to latest changes in VST | Michael Soegtrop | |
| 2019-07-17 | Make windows build fail immediately if plugin patches fail | Michael Soegtrop | |
| 2019-07-16 | Removed patch for Gappa tool (verified that changes in gappa master fixed ↵ | Michael Soegtrop | |
| the windows crash) | |||
| 2019-07-16 | Fix #9351 in master (Add Flocq, CoqInterval, Gappa tool and Gappa) | Michael Soegtrop | |
| 2019-06-11 | Resolve #9885 CoqIDE does not work on Windows | Michael Soegtrop | |
| - Switch gtksourceview to 3.24.11 - Add appropriate set of icons and some other files GTK3 requires - Add fix for ocamldebug so that this can be debugged | |||
| 2019-05-23 | Fixing typos - Part 3 | JPR | |
| 2019-05-21 | Fixing typos - Part 1 | JPR | |
| 2019-05-08 | Remove ltac2 add-on from Windows installer now that it is in the main Coq ↵ | Théo Zimmermann | |
| package. | |||
| 2019-05-05 | New infrastructure for the unreleased changelog. | Théo Zimmermann | |
| Move existing entries. | |||
| 2019-04-16 | [CI/Azure/macOS] Install Coq into an artifact | Vincent Laporte | |
| 2019-03-19 | Fixed incompatibility between new cygwin pkg-config and dune | Michael Soegtrop | |
| 2019-03-19 | [win] Mostly fixed GTK3 CoqIDE Windows build (icons don't work, only 64 but ↵ | Michael Soegtrop | |
| tested, only binary GTK) | |||
| 2019-03-19 | [coqide] [ci] Update GTK toolchain to lablgtk3 | Emilio Jesus Gallego Arias | |
| - Update Docker images to install compatible version of lablgtk3 - We remove unnecesary variables from configure. - We fix path detection of GTK libs in makefile | |||
| 2019-03-08 | Fix issue #9722 pkg-config not found | Michael Soegtrop | |
| 2019-01-29 | Merge PR #9383: Remove travis | Vincent Laporte | |
| Reviewed-by: Zimmi48 Reviewed-by: vbgl | |||
| 2019-01-23 | Merge PR #9043: [windows] Cleanup cruft from `dev/build/windows` | Michael Soegtrop | |
| Reviewed-by: MSoegtropIMC | |||
| 2019-01-22 | Remove travis | Gaëtan Gilbert | |
| The azure OSX job replaces the first travis job, and the second always fails and so is useless. | |||
| 2019-01-17 | Merge PR #9192: Issue #9175, #9190, #9191 (various minor Windows build issues) | Maxime Dénès | |
| Reviewed-by: Zimmi48 | |||
| 2018-12-25 | [windows] Cleanup cruft from `dev/build/windows` | Emilio Jesus Gallego Arias | |
| The amount of cruft we are carrying there is high enough as to even difficult navigation. More cleanup should be performed, but this is a first step. | |||
| 2018-12-20 | Fix line ending issues | Gaëtan Gilbert | |
| Try to mimick MSoegtropIMC (https://github.com/coq/coq/pull/9243#issuecomment-448968353 ) | |||
| 2018-12-17 | Fix git line ending conversion in windows | Gaëtan Gilbert | |
| 2018-12-12 | Fix issue #9176 : Windows: change cygwin repo | Michael Soegtrop | |
| 2018-12-12 | Fix issue #9191 : Windows: parallel build is not enabled for some modules ↵ | Michael Soegtrop | |
| which support it | |||
| 2018-12-12 | Fix issue #9190 : Windows: overlay names changed in ci-basic-overlay.sh but ↵ | Michael Soegtrop | |
| have not been adjusted in make_coq_mingw.sh | |||
| 2018-12-12 | Fix issue #9175 Windows: VST addon does not work if CompCert is also installed | Michael Soegtrop | |
| 2018-11-28 | [Windows CI] Do not build any addon if WINDOWS is not enabled_all_addons. | Théo Zimmermann | |
| Co-authored-by: Michael Soegtrop <michael.soegtrop@intel.com> | |||
| 2018-11-21 | [camlp5] Remove dependency on camlp5. | Emilio Jesus Gallego Arias | |
| 2018-11-17 | [devtools] Small script to setup overlays automatically | Emilio Jesus Gallego Arias | |
| This is very preliminary but you should get the idea. The script tries to build contribs, then creates a branch and sets the remote properly as to submit a PR. Usage example: ``` ./dev/tools/create_overlays.sh ejgallego 9999 ltac2 elpi ``` This only works for contributions hosted in github for now. | |||
| 2018-11-06 | Fix overlays on Windows CI | Gaëtan Gilbert | |
| "${foo+}" is always the empty string "${foo-}" is "$foo" when foo is set and empty string when it's unset. | |||
| 2018-10-08 | [ci] Add aac-tactics. | Théo Zimmermann | |
| And fix a typo that was previously there. | |||
| 2018-10-05 | Rename CHANGES to CHANGES.md. | Guillaume Melquiond | |
| 2018-10-03 | Fix review change requests | Michael Soegtrop | |
| 2018-10-03 | Fix issue #8321 "Add more useful addons to the Windows Installer" | Michael Soegtrop | |
| Implemented by merging addon changes in V8.8.2 (keeping everything on master) | |||
| 2018-10-02 | Fix issue #8611 - Change extensions of log files in WIndows build to ↵ | Michael Soegtrop | |
| _log.txt and _err.txt so that they can be viewed immediately in gitlab | |||
| 2018-10-01 | Fix issue 8610 - Change important CI DOS batch files to CRLF | Michael Soegtrop | |
| 2018-09-21 | Merge commit 6a8c37c02504463afaa677641d75d9977020edf6 Windows buildfile ↵ | Michael Soegtrop | |
| cleanup and stability and logging enhancements from v8.8 | |||
| 2018-09-19 | Fix Windows builds: OPAM has changed its URL schema. | Théo Zimmermann | |
| 2018-09-02 | Fix the order of sourcing of overlays in Windows build script as well. | Théo Zimmermann | |
| 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-22 | Fix issue #8298 OCaml 4.07 download path is incorrect | Michael Soegtrop | |
| 2018-07-15 | Use GitHub as the location for OCaml sources. | Théo Zimmermann | |
| It will be more robust and more secure than downloading from the OCaml website. | |||
| 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-06-27 | Fix 'unbound variable' issue on Windows packaging jobs. | Théo Zimmermann | |
| 2018-06-26 | Merge PR #7831: Fix for issue #7707: include Ltac2 and Equations in Windows ↵ | Maxime Dénès | |
| build | |||
| 2018-06-25 | Reuse CI info to know which version of plugins to build on Windows. | Théo Zimmermann | |
