summaryrefslogtreecommitdiffstats
path: root/ocamlbuild
AgeCommit message (Expand)Author
2014-10-15merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez
2014-10-03tell ocamlbuild about ocamldep's support of -openGabriel Scherer
2014-08-29merge changes of version/4.02 from r15121 to r15155Damien Doligez
2014-08-22merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez
2014-08-06ocamlbuild: add no_alias_deps tag (patch by Daniel Bünzli)Gabriel Scherer
2014-08-06PR#6495: also add unsafe_string tag to ocamlbuildGabriel Scherer
2014-08-06PR#6495: add a safe_string tag to ocamlbuild (patch by Anil Madhavapeddy)Gabriel Scherer
2014-08-06PR#6502: spurious warning on "use_menhir" tagGabriel Scherer
2014-07-14PR#6482: ocamlbuild fails when _tags file in unhygienic directoryGabriel Scherer
2014-06-05Reflecting commit 14958 on version/4.02:Xavier Leroy
2014-06-04PR#5547: ocamlbuild reverts to using -no-ocamlfind by defaultGabriel Scherer
2014-05-18PR#5371: a partial patch by Edwin Török to fix the FreeBSD failureGabriel Scherer
2014-05-03ocamlbuild: only show backtrace in verbose modeGabriel Scherer
2014-05-01Ocamlbuild: make log printing code tail-recursiveGabriel Scherer
2014-04-29merge branch "safe-string"Damien Doligez
2014-04-12fix some of the whitespace problems in the sourceDamien Doligez
2014-04-12refine ocamlbuild/.depend for `make -jN` to work againGabriel Scherer
2014-04-09Fix ocamlbuild installation directoryJacques Garrigue
2014-04-07PR#6358: obey DESTDIR in install targetsGabriel Scherer
2014-04-02Get rid of ocamlcomp.sh. The next step is to share all those common declarat...Alain Frisch
2014-03-20PR#6184: ocamlbuild: `ocamlfind ocamldep` does not support -predicateGabriel Scherer
2014-03-20PR#6187: Add a warning when using -plugin-tag(s) without myocamlbuild.mlGabriel Scherer
2014-03-20PR#6349: ocamlbuild.cm{o,x} must not be included in ocamlbuild.cm{a,xa}Gabriel Scherer
2013-12-12Un-bootstrapping of ocamlbuild: build it using a plain Makefile.Xavier Leroy
2013-11-29Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy
2013-09-20build: replace ocamlcomp*.sh.Wojciech Meyer
2013-09-15ocamlbuild: report location in Tags.acknowledge warningsGabriel Scherer
2013-09-15ocamlbuild: use Loc.print_loc for lexing errorsGabriel Scherer
2013-09-15ocamlbuild: rename 'mark_as_used' into 'mark_flag_used' and expose in PLUGINGabriel Scherer
2013-09-15ocamlbuild: track location information of tagsGabriel Scherer
2013-09-15ocamlbuild: a short location printing implementationGabriel Scherer
2013-09-15ocamlbuild: mark ocaml_lib's tag as usedGabriel Scherer
2013-09-15ocamlbuild: detect tags in _tags not used by any flag declaration (typos?)Gabriel Scherer
2013-09-15minor typos in ocamlbuild/signatures.mliGabriel Scherer
2013-09-15ocamlbuild: deprecate warn_%c, warn_error_%c (replaced by parametrized tags) ...Gabriel Scherer
2013-09-15ocamlbuild: allow flag declarations to be marked as deprecatedGabriel Scherer
2013-09-15ocamlbuild: turn the flags.ml structure into a record to ease adding metadataGabriel Scherer
2013-09-15ocamlbuild: move show_documentation's implementation in the respective module...Gabriel Scherer
2013-09-15ocamlbuild: add a warn_error(X) parametrized tag to fully deprecate warn_%c, ...Gabriel Scherer
2013-09-15ocamlbuild testsuite: test -no-plugin and -just-pluginGabriel Scherer
2013-09-15ocamlbuild testsuite: minor style changeGabriel Scherer
2013-09-15ocamlbuild testsuite: fix typoGabriel Scherer
2013-09-15ocamlbuild testsuite: implement negation in MatchGabriel Scherer
2013-09-15ocamlbuild testsuite: preliminary step for an implementation of negation in M...Gabriel Scherer
2013-09-15ocamlbuild testsuite: clean Match implementationGabriel Scherer
2013-09-15ocamlbuild testsuite: add -no-ocamlfind to some testsGabriel Scherer
2013-09-15ocamlbuild testsuite: test modular plugin compilationGabriel Scherer
2013-09-15ocamlbuild testsuite: fix the PrincipalFlag testGabriel Scherer
2013-09-15ocamlbuild testsuite: split level0.ml into internal.ml, findlibonly.ml, exter...Gabriel Scherer
2013-09-15ocamlbuild testsuite: factorize the color-code magicGabriel Scherer