summaryrefslogtreecommitdiff
path: root/tools/ocamldep.ml
Commit message (Expand)AuthorAgeFilesLines
* New -depend option for ocamlc/ocamloptFabrice Le Fessant2017-06-011-608/+1
* Changing the display of fatal warnings (#948)sliquister2017-03-081-9/+1
* ocamldep: add -plugin and use compilerlibs to build (#1015)Fabrice Le Fessant2017-03-021-2/+5
* -shared option for ocamldepoctachron2017-02-171-1/+9
* Make "-open" command line flag accept a module path (#960)aalekseyev2016-12-091-1/+1
* Added simple parse_expand and support ocamldepBernhard Schommer2016-10-121-1/+7
* fix whitespace, long lines, headersDamien Doligez2016-08-011-1/+2
* Add plugins in the compilerFabrice Le Fessant2016-07-181-1/+5
* Make Pparse functions type-safeGabriel Scherer2016-06-291-7/+6
* MPR#7248: have ocamldep interpret -open arguments in left-to-right orderGabriel Scherer2016-05-061-1/+1
* Cleanup.alainfrisch2016-03-101-4/+2
* Sort the list of input files alphabetically.alainfrisch2016-03-101-1/+1
* Print dependencies at the end.alainfrisch2016-03-101-6/+5
* Single entry point to print deps.alainfrisch2016-03-101-40/+39
* Move dependency printing code to their own function.alainfrisch2016-03-101-34/+40
* Cleanup.alainfrisch2016-03-101-1/+1
* Update headers for the new license.Damien Doligez2016-02-181-11/+14
* Update main and ocamldepPierre Chambart2016-01-251-1/+1
* PR#6795, PR#6996: make ocamldep interpret [%ocaml.error]Jeremie Dimino2015-12-171-0/+1
* fix typo in ocamldepJeremie Dimino2015-12-011-1/+1
* add module alias support to ocamldepJacques Garrigue2015-12-011-35/+105
* whitespace cleanup, cut long lines, add some missing headersDamien Doligez2015-09-111-2/+2
* ocamldep: make printing of cyclic dependencies deterministicGabriel Scherer2015-08-151-2/+7
* GPR#118 ocamldep -allow-approx: fallback to a lexer-based approximationGabriel Scherer2015-04-121-2/+55
* relax ocamldep test to allow for non-ASCII module identifiersDamien Doligez2015-03-121-4/+8
* PR6695: Make sure the compiler only uses ASCII string functions.Gabriel Scherer2014-12-211-2/+2
* ocamldep support for -openGabriel Scherer2014-10-031-2/+10
* minor refactoring in ocamldep.mlGabriel Scherer2014-10-031-5/+8
* Cherry-pick 15062,15063,15064 from 4.02 (#6497).Alain Frisch2014-08-071-4/+5
* Enable warning 27 in tools/ and fix occurrences. It's good to mark in depend...Alain Frisch2014-05-121-4/+4
* merge branch "safe-string"Damien Doligez2014-04-291-12/+9
* Keep input file in Pparse.Error. Switch it to the new system.Alain Frisch2013-09-121-5/+0
* Switch Lexer.Error to the new system.Alain Frisch2013-09-121-3/+0
* Port Syntaxerr.Error to the new system. Trickier, because of special way to r...Alain Frisch2013-09-111-4/+6
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-041-3/+4
* Fix OCAMLPARAM problemsFabrice Le Fessant2013-07-171-4/+4
* Improved implementation of OCAMLPARAMFabrice Le Fessant2013-06-051-8/+37
* It is no longer necessary to keep pre-processed files in case of errorsDamien Doligez2013-03-181-1/+1
* fix PR#5930: ocamldep leaks temporary preprocessing filesGabriel Scherer2013-02-241-3/+10
* #5904: support for -ppx in the toplevel.Alain Frisch2013-01-251-3/+4
* Reverting "PR#5868: Bytecode dependencies should not appear in output of ocam...Wojciech Meyer2013-01-031-5/+3
* PR#5868: Somewhat a better fix for -native option.Wojciech Meyer2013-01-011-2/+4
* PR#5868: Bytecode dependencies should not appear in output of ocamldep when -...Wojciech Meyer2013-01-011-1/+1
* Enable 'unused stuff' warnings in tools/ and get rid of them.Alain Frisch2012-12-191-1/+0
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* Make ocamldep ignore toplevel directives in .ml files, as it did beforeDamien Doligez2012-08-101-2/+11
* remove leftover debug code from previous commitDamien Doligez2012-08-091-1/+0
* undo commit 12847, it breaks preprocessingDamien Doligez2012-08-091-3/+3
* Revert one change of commit 12769 that (inadvertently?) breaks ocamlnet 3.5.1Damien Doligez2012-08-091-2/+3
* Support -absname in ocamldep + update man pages.Alain Frisch2012-08-031-0/+2