aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Expand)AuthorAge
* Teach coq_makefile how to install into XDG_DATA_HOME.Gravatar pboutill2011-11-20
* Add support for XDG_DATA_HOME and XDG_DATA_DIRS.Gravatar pboutill2011-11-20
* coq_makefile: Don't install with +x.Gravatar pboutill2011-11-20
* coq_makefile: Add Makefile variables specifying installGravatar pboutill2011-11-20
* Fixing beautification of "thm_token" (missing space) + improvements.Gravatar herbelin2011-11-16
* Also sprach CoqIDE (in XML)Gravatar ppedrot2011-11-06
* Added Add LoadPath in coqdep lexer (but not in coqdep itself by lack of time).Gravatar herbelin2011-10-29
* Fixed broken globalization of identifiers containing utf8 lettersGravatar herbelin2011-10-29
* Added checksums to glob files and warned about possibly missingGravatar herbelin2011-10-29
* Coq_makefile handles .mlpack filesGravatar pboutill2011-10-26
* Coqdep handles .mlpackGravatar pboutill2011-10-26
* Coq_makefile includes coqtop -config without file generationGravatar pboutill2011-10-26
* Coq_makefile: libraries in bytecode are now installed tooGravatar pboutill2011-10-26
* Coq_makefile: a more complete commentary about global variablesGravatar pboutill2011-10-25
* Coq_makefile does not install/compile explicitely cmo and cmxs? that are in a...Gravatar pboutill2011-10-25
* coqdep defines a makefile variable name_MLLIB_DEPENDENCIES to store dependenc...Gravatar pboutill2011-10-25
* In Coq_config: get rid of coqsrc and make coqlib optionalGravatar glondu2011-09-27
* Fixing bug #2606 (bad coqdoc processing of coq escaped in comments).Gravatar herbelin2011-09-22
* Fix test-suite/ide for repository compiled without -local (fix #2600)Gravatar letouzey2011-09-19
* avoid dependency nightmare by creating coqdep_{lexer,common}.mliGravatar letouzey2011-09-18
* fake_ide: a short program to mimic an ide talking to coqtop -ideslaveGravatar letouzey2011-09-05
* Coq_makefile: bugfix in install ruleGravatar pboutill2011-09-02
* Coq_makefile : bug when a project file is not in the current directory.Gravatar pboutill2011-09-01
* Coq_makefile.absolute_dir -> Minilib.canonical_path_nameGravatar pboutill2011-09-01
* Creation of ide/project_file.ml4Gravatar pboutill2011-09-01
* Coq_makefile: Bug fix of check_depGravatar pboutill2011-09-01
* Coq_makefile: process_cmd_line is purely functional.Gravatar pboutill2011-09-01
* Coq_makefile: No other function than split_arguments uses a target type.Gravatar pboutill2011-09-01
* Coq_makefile: New option -arg to specify a compiler option.Gravatar pboutill2011-09-01
* Coq_makefile drops the '/' at the end of physical path of -I and -RGravatar pboutill2011-09-01
* Allow custom targets without commands specifiedGravatar pboutill2011-07-22
* This adds two option tables 'Printing Record' and 'Printing Constructor'Gravatar herbelin2011-07-16
* This option disables the use of the '{| field := ... |}' notationGravatar herbelin2011-07-16
* Makefiles generated by coq_makefile can build %.cmx?a from %.mllibGravatar pboutill2011-07-11
* coq_makefile logical path ending with '.' are correctly convert to physical pathGravatar pboutill2011-07-07
* coq_makefile bug fix 2405: cmxs are now made from cmx filesGravatar pboutill2011-07-07
* coq_makefile documentation in Refman and -hGravatar pboutill2011-07-07
* coq_makefile doesn't complain anymore when a dir is both -I and -RGravatar pboutill2011-07-07
* Typo.Gravatar gmelquio2011-06-06
* when -camlbin is explicitly given in configure, $OCAML* are $CAMLBIN/exec.Gravatar pboutill2011-04-29
* coq_makefile big cleanupGravatar pboutill2011-04-28
* Fix for handling of -R "" in coqdoc (bug #2423).Gravatar herbelin2011-04-25
* Ocamlbuild: in win32, coqide is now a console-free app by defaultGravatar letouzey2011-04-21
* Coqdoc: also try coqlib relative to the coqdoc binary locationGravatar letouzey2011-04-20
* Add directories in COQPATH to search path.Gravatar herbelin2011-04-14
* Reorder search path order, so the standard library is search last.Gravatar herbelin2011-04-14
* Applying Tom Prince's patch to coqdep not correctly applying the -R visibilityGravatar herbelin2011-04-08
* A kind of reply to bug 2444Gravatar pboutill2011-04-08
* Fix last commit about coqdep: not everyone has a user-contrib dirGravatar letouzey2011-04-03
* Adjust coqdep so that it behaves like coqtop with respect to the user-contrib...Gravatar gmelquio2011-04-01