index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
coq_makefile.ml
Age
Commit message (
Expand
)
Author
2021-03-03
[build] Split stdlib to it's own opam package.
Emilio Jesus Gallego Arias
2020-12-04
[coq_makefile] use Envars for COQMF_WINDRIVE
Enrico Tassi
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-11-30
coq_makefile: ml4 -> mlg in usage (since ml4 files are rejected).
Hugo Herbelin
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-10-28
Rename `VDFILE` from `.coqdeps.d` to `.<CoqMakefile>.d` in the `coq_makefile`...
Kazuhiko Sakaguchi
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-02-20
[paths] Try to be more portable on Win32
Emilio Jesus Gallego Arias
2019-02-14
[coqlib] Remove `-boot` option for setting the coqlib
Emilio Jesus Gallego Arias
2019-02-08
Make boot flag into a normal option (no global flag).
Gaëtan Gilbert
2018-12-04
Remove leftover code that used to handle ml4 files.
Pierre-Marie Pédrot
2018-11-17
[CoqProject] Abstract warning function for CoqProject readers.
Emilio Jesus Gallego Arias
2018-10-19
Adapt coq_makefile to handle coqpp-based macro files.
Pierre-Marie Pédrot
2018-10-17
[doc] [build] Remove ocamlbuild leftovers.
Emilio Jesus Gallego Arias
2018-10-16
[clib] Deprecate string functions available in OCaml 4.05
Emilio Jesus Gallego Arias
2018-10-15
Correct some spelling errors
Benjamin Barenblat
2018-08-21
[coq_makefile] print all options (Fix #7529)
Enrico Tassi
2018-07-03
Coq_makefile.generate_conf_coq_config: remove unused argument.
Gaëtan Gilbert
2018-04-13
[coq_makefile] COQMF_WINDRIVE is empty on linux (fix #7233)
Enrico Tassi
2018-03-09
Merge PR #6851: Fix #6830: coqdep VDFILE uses too many arguments for fiat-cry...
Maxime Dénès
2018-03-06
Closes #6830: coqdep reads options and files from _CoqProject.
Gaëtan Gilbert
2018-03-01
Add source (project file / command line) to project fields.
Gaëtan Gilbert
2018-02-28
Fix #6830: coqdep VDFILE uses too many arguments for fiat-crypto/OSX
Gaëtan Gilbert
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-15
coq_makefile: Support "" as the prefix in _CoqProject
Joachim Breitner
2017-12-27
[API] remove large file containing duplicate interfaces
Enrico Tassi
2017-12-23
Registering a printing handler in coq_makefile.
Hugo Herbelin
2017-12-23
Forbidding -o and -f in input file of coq_makefile.
Hugo Herbelin
2017-12-23
Removing failure of coq_makefile on no arguments.
Hugo Herbelin
2017-10-10
Fix BZ#5780: coq_makefile broken under Cygwin
Ralf Jung
2017-09-21
Properly handle "coq_makefile -Q . Foo" (bug #5580).
Guillaume Melquiond
2017-08-29
coq_makefile: print error message when coqlib is not set properly
Enrico Tassi
2017-08-12
fix coq_makefile
Matej Košík
2017-07-20
coq-makefile: strip windows drive letter when DESTDIR is not empty
Enrico Tassi
2017-07-20
coq-makefile: treat coq_makefile as any other coq binary
Enrico Tassi
2017-07-20
coq-makefile: quote using ' to preserve \ (windows paths)
Enrico Tassi
2017-07-17
[API] Remove `open API` in ml files in favor of `-open API` flag.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-12
Add support for "-bypass-API" argument of "coq_makefile"
Matej Košík
2017-05-29
Using Coq_config.local rather than None to tell that Coq_config.coqlib is local.
Hugo Herbelin
2017-05-23
coq_makefile: don't quote extra arguments (-arg)
Enrico Tassi
2017-05-23
Make install a single colon target for retro compatibility
Enrico Tassi
2017-05-23
enters coq_makefile2
Enrico Tassi
2017-05-23
Put the list of Coq sources subdirectories in one place
Enrico Tassi
2017-05-23
CoqProject_file: API and code cleanup (tuples -> records)
Enrico Tassi
2017-05-23
ide/project_file.ml4 -> lib/coqProject_file.ml4 + .mli
Enrico Tassi
2017-04-27
Warning 29: non escaped end of line may be non portable
Gaetan Gilbert
2017-04-07
[camlpX] Enrico's changes to camlp4 removal.
Emilio Jesus Gallego Arias
2017-03-22
Merge branch 'v8.6'
Pierre-Marie Pédrot
2017-03-14
[safe-string] Enable -safe-string !
Emilio Jesus Gallego Arias
[next]