summaryrefslogtreecommitdiff
path: root/ocamlbuild
Commit message (Expand)AuthorAgeFilesLines
* merge branch "safe-string"Damien Doligez2014-04-296-35/+26
* fix some of the whitespace problems in the sourceDamien Doligez2014-04-121-2/+2
* refine ocamlbuild/.depend for `make -jN` to work againGabriel Scherer2014-04-121-5/+6
* Fix ocamlbuild installation directoryJacques Garrigue2014-04-091-4/+4
* PR#6358: obey DESTDIR in install targetsGabriel Scherer2014-04-072-11/+13
* Get rid of ocamlcomp.sh. The next step is to share all those common declarat...Alain Frisch2014-04-022-10/+13
* PR#6184: ocamlbuild: `ocamlfind ocamldep` does not support -predicateGabriel Scherer2014-03-202-1/+10
* PR#6187: Add a warning when using -plugin-tag(s) without myocamlbuild.mlGabriel Scherer2014-03-202-1/+14
* PR#6349: ocamlbuild.cm{o,x} must not be included in ocamlbuild.cm{a,xa}Gabriel Scherer2014-03-201-4/+4
* Un-bootstrapping of ocamlbuild: build it using a plain Makefile.Xavier Leroy2013-12-125-168/+248
* Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy2013-11-291-2/+3
* build: replace ocamlcomp*.sh.Wojciech Meyer2013-09-201-3/+2
* ocamlbuild: report location in Tags.acknowledge warningsGabriel Scherer2013-09-153-9/+11
* ocamlbuild: use Loc.print_loc for lexing errorsGabriel Scherer2013-09-154-12/+12
* ocamlbuild: rename 'mark_as_used' into 'mark_flag_used' and expose in PLUGINGabriel Scherer2013-09-156-15/+21
* ocamlbuild: track location information of tagsGabriel Scherer2013-09-153-16/+23
* ocamlbuild: a short location printing implementationGabriel Scherer2013-09-153-0/+37
* ocamlbuild: mark ocaml_lib's tag as usedGabriel Scherer2013-09-151-0/+4
* ocamlbuild: detect tags in _tags not used by any flag declaration (typos?)Gabriel Scherer2013-09-155-1/+55
* minor typos in ocamlbuild/signatures.mliGabriel Scherer2013-09-151-3/+3
* ocamlbuild: deprecate warn_%c, warn_error_%c (replaced by parametrized tags) ...Gabriel Scherer2013-09-151-9/+14
* ocamlbuild: allow flag declarations to be marked as deprecatedGabriel Scherer2013-09-153-9/+31
* ocamlbuild: turn the flags.ml structure into a record to ease adding metadataGabriel Scherer2013-09-151-15/+21
* ocamlbuild: move show_documentation's implementation in the respective module...Gabriel Scherer2013-09-155-15/+26
* ocamlbuild: add a warn_error(X) parametrized tag to fully deprecate warn_%c, ...Gabriel Scherer2013-09-151-1/+4
* ocamlbuild testsuite: test -no-plugin and -just-pluginGabriel Scherer2013-09-151-0/+26
* ocamlbuild testsuite: minor style changeGabriel Scherer2013-09-153-26/+26
* ocamlbuild testsuite: fix typoGabriel Scherer2013-09-151-1/+1
* ocamlbuild testsuite: implement negation in MatchGabriel Scherer2013-09-151-7/+10
* ocamlbuild testsuite: preliminary step for an implementation of negation in M...Gabriel Scherer2013-09-151-15/+20
* ocamlbuild testsuite: clean Match implementationGabriel Scherer2013-09-151-40/+37
* ocamlbuild testsuite: add -no-ocamlfind to some testsGabriel Scherer2013-09-151-0/+1
* ocamlbuild testsuite: test modular plugin compilationGabriel Scherer2013-09-151-2/+2
* ocamlbuild testsuite: fix the PrincipalFlag testGabriel Scherer2013-09-151-1/+1
* ocamlbuild testsuite: split level0.ml into internal.ml, findlibonly.ml, exter...Gabriel Scherer2013-09-157-51/+109
* ocamlbuild testsuite: factorize the color-code magicGabriel Scherer2013-09-151-12/+20
* ocamlbuild testsuite: add a "requirements" field to skip tests we cannot runGabriel Scherer2013-09-151-45/+95
* ocamlbuild: document most of the ocaml_specific rulesGabriel Scherer2013-09-152-7/+148
* ocamlbuild: add a free-form documentation field to rulesGabriel Scherer2013-09-153-7/+31
* Remove labltk from the distribution (will be available as a third-party libra...Xavier Clerc2013-09-091-1/+0
* PR#6166: document -ocamldoc option of ocamlbuildXavier Clerc2013-09-091-0/+3
* ocamlbuild: make -plugin-tags and -use-ocamlfind interact betterGabriel Scherer2013-09-061-14/+134
* ocamlbuild: get myocamlbuild.ml tags from a new -plugin-tag(s) option instead...Gabriel Scherer2013-08-245-18/+21
* ocamlbuild: fix plugin rebuild when no target is givenGabriel Scherer2013-08-201-5/+0
* ocamlbuild testsuite: minor fixesGabriel Scherer2013-08-201-3/+5
* ocamlbuild testsuite: test modular plugin compilationGabriel Scherer2013-08-191-0/+35
* ocamlbuild: polish the interaction between Param_tags.init() and plugin execu...Gabriel Scherer2013-08-196-15/+57
* ocamlbuild testsuite: teset terminal colors when leaving ocamlbuild_testGabriel Scherer2013-08-131-5/+5
* ocamlbuild: use all the tags applying to "myocamlbuild.ml" to compile the pluginGabriel Scherer2013-08-131-8/+7
* ocamlbuild: move plugin second-run to the end of the initialization phaseGabriel Scherer2013-08-133-12/+28