index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.ide
Age
Commit message (
Expand
)
Author
2019-05-21
Fixing typos - Part 1
JPR
2019-04-25
CoqIDE: install icons on macOS
Vincent Laporte
2019-04-25
CoqIDE: fix open-file dialog on macOS
Vincent Laporte
2019-04-15
[CoqIDE] Fix build system for macOS
Vincent Laporte
2019-03-22
Merge PR #8560: Unicode bindings for CoqIDE that works out of the box
Pierre-Marie Pédrot
2019-03-19
[coqide] [ci] Update GTK toolchain to lablgtk3
Emilio Jesus Gallego Arias
2019-03-19
CoqIDE: Adapt configuration to require lablgtk3 and gtksourceview3.
Hugo Herbelin
2019-03-18
implementation installation of default unicode bindings
charguer
2019-03-18
binding generator for coqide
charguer
2019-02-27
[make] coqide target needs STM workers
Enrico Tassi
2019-01-10
[make] support for QUICK
Enrico Tassi
2018-11-21
[camlp5] Remove dependency on camlp5.
Emilio Jesus Gallego Arias
2018-11-02
Select OS specific coqide code with cp.
Gaëtan Gilbert
2018-10-23
[build] Refactoring to config lib and ocamldebug tweaks.
Emilio Jesus Gallego Arias
2018-06-30
Suppress useless "true bin/*.opt.exe" messages from no-op STRIP and CODESIGN ...
Jim Fehrle
2018-05-24
[ide] Move common protocol library to its own folder/object.
Emilio Jesus Gallego Arias
2018-05-22
[build] Add -cclib -lcoqrun options to build of kernel.cmxa.
Emilio Jesus Gallego Arias
2018-05-21
[ide] Remove special option `-ideslave`
Emilio Jesus Gallego Arias
2018-05-21
[stm] Make toplevels standalone executables.
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-17
Change references to CAMLP4 to CAMLP5 to be more accurate since we no
Jim Fehrle
2018-01-10
Add interfaces for IDE and remove dead code.
Maxime Dénès
2017-12-23
[lib] Split auxiliary libraries into Coq-specific and general.
Emilio Jesus Gallego Arias
2017-11-13
[ci] [coq] Complete 4.06.0 support.
Emilio Jesus Gallego Arias
2017-10-13
Fix some more missing mkdir lines to Makefile.ide
Jason Gross
2017-08-17
Make Travis generate OSX packages.
Maxime Dénès
2017-08-04
Makefile: install-byte works even if -coqide no
Enrico Tassi
2017-07-25
Makefile.ide: restore a coqide-binaries rule (fix bug 5667)
Pierre Letouzey
2017-05-30
Makefile: no bytecode compilation in make world, see make byte instead
Pierre Letouzey
2016-07-05
Revert "Merge remote-tracking branch 'github/pr/229' into trunk"
Maxime Dénès
2016-07-04
Merge remote-tracking branch 'github/pr/229' into trunk
Maxime Dénès
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-06-29
Makefile: no bytecode compilation in make world, see make byte instead
Pierre Letouzey
2016-06-21
Makefile: compat5* moved in grammar/, less -I given to camlp4o
Pierre Letouzey
2016-06-15
Makefile.build: ensure a build failure in case of a missing rule
Pierre Letouzey
2016-06-08
Makefile.build split in many smaller files : Makefile.{ide,checker,dev,install}
Pierre Letouzey