ocaml/ocamlbuild
Nicolas Pouillard 3d52165d28 ocamlbuild: Add a 'annot' tag for the -annot option.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9096 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2008-10-22 11:23:57 +00:00
..
examples merge changes 3.10.0 -> 3.10.1 2008-01-11 16:13:18 +00:00
man [ocamlbuild] Add the -documentation option 2007-02-26 17:05:30 +00:00
manual [ocamlbuild] ocamlbuild is no longer recursive by default. 2007-11-28 16:10:13 +00:00
misc Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
test ocamlbuild: disable a test for a now. 2008-07-25 15:02:45 +00:00
AUTHORS Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
ChangeLog fusion de la version 3.10.0 2007-10-08 14:19:34 +00:00
FAQ [ocamlbuild] See ChangeLog 2007-03-01 14:40:11 +00:00
Makefile merge changes between 3.10.2 and the end of branch 3.10 2008-10-08 13:09:39 +00:00
TODO [ocamlbuild] Extract executor as ocamlbuild_excutor and my_unix_with_unix as ocamlbuild_unix_plugin. 2007-11-22 18:34:22 +00:00
_tags ocamlbuild: be more consitent on warnings over ocamlbuild sources. 2008-07-25 14:38:31 +00:00
bool.ml Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
bool.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
command.ml ocamlbuild, bugfix: Take the union of all tags and not the last set. 2008-07-25 14:28:56 +00:00
command.mli ocamlbuild: Move some tags related functions form Rule to Command. 2008-07-25 14:25:20 +00:00
configuration.ml [ocamlbuild] Move tag_any and tag_file to Configuration but still export them in Ocamlbuild_plugin. 2007-11-28 16:03:48 +00:00
configuration.mli [ocamlbuild] Move tag_any and tag_file to Configuration but still export them in Ocamlbuild_plugin. 2007-11-28 16:03:48 +00:00
digest_cache.ml [ocamlbuild] Add the Digest_cache module. 2007-11-28 16:02:14 +00:00
digest_cache.mli [ocamlbuild] Add the Digest_cache module. 2007-11-28 16:02:14 +00:00
discard_printf.ml Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
discard_printf.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
display.ml [ocamlbuild] Non command lines should start with # in the log file. 2007-11-26 13:28:55 +00:00
display.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
exit_codes.ml [ocamlbuild] Give Main.Exit_codes its own file. 2007-11-22 18:31:22 +00:00
exit_codes.mli [ocamlbuild] Give Main.Exit_codes its own file. 2007-11-22 18:31:22 +00:00
fda.ml [ocamlbuild] sanitize.sh is made in build dir and deleted before hygiene. 2007-11-22 18:29:32 +00:00
fda.mli [ocamlbuild] some changes see ocamlbuild/ChangeLog 2007-02-08 16:53:39 +00:00
flags.ml [ocamlbuild] Add the -documentation option 2007-02-26 17:05:30 +00:00
flags.mli [ocamlbuild] Add the -documentation option 2007-02-26 17:05:30 +00:00
glob.ml ocamlbuild: be more consitent on warnings over ocamlbuild sources. 2008-07-25 14:38:31 +00:00
glob.mli [ocamlbuild] [CHANGED] Export the globber type definition but not the fast_pattern one of course. 2007-11-21 21:02:15 +00:00
glob_ast.ml Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
glob_ast.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
glob_lexer.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
glob_lexer.mll [ocamlbuild] [ADDED] Support for setting the recognized language of % in rules %(name: pattern). 2007-11-21 21:03:14 +00:00
hooks.ml Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
hooks.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
hygiene.ml [ocamlbuild] sanitize.sh is made in build dir and deleted before hygiene. 2007-11-22 18:29:32 +00:00
hygiene.mli [ocamlbuild] Use sanitize instead of sterilize. For details see the ChangeLog 2007-02-22 15:56:23 +00:00
lexers.mli [ocamlbuild] [ADDED] Support for setting the recognized language of % in rules %(name: pattern). 2007-11-21 21:03:14 +00:00
lexers.mll ocamlbuild: Allow '\' to escape a new line in _tags. 2008-07-25 14:24:29 +00:00
log.ml [ocamlbuild] Make the log file live in the build directory (PR#4313). 2007-11-22 18:53:38 +00:00
log.mli [ocamlbuild] Make the log file live in the build directory (PR#4313). 2007-11-22 18:53:38 +00:00
main.ml ocamlbuild: normalize pathname and authorize absolute pathnames as dependencies. 2007-12-18 08:58:32 +00:00
main.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
my_std.ml ocamlbuild: Progress on PR#4575 handle '\r' in chomp. 2008-10-01 08:36:26 +00:00
my_std.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
my_unix.ml [ocamlbuild] Simplify a little the execute_many protocol and then cleanup Command. 2007-11-28 16:11:46 +00:00
my_unix.mli [ocamlbuild] Simplify a little the execute_many protocol and then cleanup Command. 2007-11-28 16:11:46 +00:00
ocaml_arch.ml Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
ocaml_arch.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
ocaml_compiler.ml [ocamlbuild] Move some functions from Pathname to Resource and use Digest_cache. 2007-11-28 16:08:18 +00:00
ocaml_compiler.mli [ocamlbuild] ocamlmktop, and thread tag in native code (see ChangeLog for more details) 2007-02-12 10:26:08 +00:00
ocaml_dependencies.ml [ocamlbuild] Move some functions from Pathname to Resource and use Digest_cache. 2007-11-28 16:08:18 +00:00
ocaml_dependencies.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
ocaml_specific.ml ocamlbuild: Add a 'annot' tag for the -annot option. 2008-10-22 11:23:57 +00:00
ocaml_specific.mli [ocamlbuild] use_lib improvments. See the ChangeLog for more details 2007-02-26 16:27:45 +00:00
ocaml_tools.ml ocamlbuild: add a ".ml->.pp.ml" rule, and export a camlp4 rule generator function. 2008-07-25 15:06:47 +00:00
ocaml_tools.mli ocamlbuild: add a ".ml->.pp.ml" rule, and export a camlp4 rule generator function. 2008-07-25 15:06:47 +00:00
ocaml_utils.ml ocamlbuild: display the OCaml version (fix PR#4530). 2008-07-25 14:49:03 +00:00
ocaml_utils.mli ocamlbuild: Add flag_and_dep and ocaml_lib now also yields deps on the library. 2008-07-25 14:26:13 +00:00
ocamlbuild-presentation.rslide ocamlbuild,presentation: better title. 2008-07-25 14:28:15 +00:00
ocamlbuild.ml [ocamlbuild] Extract executor as ocamlbuild_excutor and my_unix_with_unix as ocamlbuild_unix_plugin. 2007-11-22 18:34:22 +00:00
ocamlbuild.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
ocamlbuild.mltop [ocamlbuild] Extract executor as ocamlbuild_excutor and my_unix_with_unix as ocamlbuild_unix_plugin. 2007-11-22 18:34:22 +00:00
ocamlbuild.odocl ocamlbuild,doc: Update the list of modules. 2008-07-25 14:23:20 +00:00
ocamlbuild_executor.ml [ocamlbuild] Skip empty shell commands in Ocamlbuild_executor. 2007-11-28 17:21:59 +00:00
ocamlbuild_executor.mli [ocamlbuild] Skip empty shell commands in Ocamlbuild_executor. 2007-11-28 17:21:59 +00:00
ocamlbuild_pack.mlpack [ocamlbuild] Add the Digest_cache module. 2007-11-28 16:02:14 +00:00
ocamlbuild_plugin.ml ocamlbuild: export run_and_read. 2008-07-25 14:42:28 +00:00
ocamlbuild_plugin.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
ocamlbuild_unix_plugin.ml ocamlbuild: fix a double "close" problem (PR#4380) 2008-07-31 07:36:12 +00:00
ocamlbuild_unix_plugin.mli [ocamlbuild] Extract executor as ocamlbuild_excutor and my_unix_with_unix as ocamlbuild_unix_plugin. 2007-11-22 18:34:22 +00:00
ocamlbuild_where.mli fusion de la version 3.10.0 2007-10-08 14:19:34 +00:00
ocamlbuildlib.mllib [ocamlbuild] Extract executor as ocamlbuild_excutor and my_unix_with_unix as ocamlbuild_unix_plugin. 2007-11-22 18:34:22 +00:00
ocamlbuildlight.ml Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
ocamlbuildlight.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
ocamlbuildlightlib.mllib Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
options.ml ocamlbuild: display the OCaml version (fix PR#4530). 2008-07-25 14:49:03 +00:00
options.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
pathname.ml [ocamlbuild] Add Pathname.normalize 2007-12-18 08:57:05 +00:00
pathname.mli [ocamlbuild] Add Pathname.normalize 2007-12-18 08:57:05 +00:00
plugin.ml [ocamlbuild] Merge 3.10 on trunk for ocamlbuild 2007-11-21 18:20:41 +00:00
plugin.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
ppcache.ml [ocamlbuild] [FIXED] No longer use read_file in ppcache. 2007-11-21 20:56:00 +00:00
ppcache.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
report.ml Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
report.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
resource.ml ocamlbuild: digest any resource. 2007-12-18 09:03:39 +00:00
resource.mli ocamlbuild: normalize pathname and authorize absolute pathnames as dependencies. 2007-12-18 08:58:32 +00:00
rule.ml ocamlbuild: Add a Rule.Failed exception to allow user triggerd backtracking. 2008-07-25 14:50:47 +00:00
rule.mli ocamlbuild: Add a Rule.Failed exception to allow user triggerd backtracking. 2008-07-25 14:50:47 +00:00
shell.ml [ocamlbuild] Simplify a little the execute_many protocol and then cleanup Command. 2007-11-28 16:11:46 +00:00
shell.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
signatures.mli ocamlbuild: export run_and_read. 2008-07-25 14:42:28 +00:00
slurp.ml Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
slurp.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
solver.ml ocamlbuild: Add a Rule.Failed exception to allow user triggerd backtracking. 2008-07-25 14:50:47 +00:00
solver.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
start.sh merge changes 3.10.0 -> 3.10.1 2008-01-11 16:13:18 +00:00
std_signatures.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
tags.ml [ocamlbuild] Use sanitize instead of sterilize. For details see the ChangeLog 2007-02-22 15:56:23 +00:00
tags.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
tools.ml [ocamlbuild] Implement default tags in a simpler way. 2007-11-28 16:06:13 +00:00
tools.mli [ocamlbuild] Implement default tags in a simpler way. 2007-11-28 16:06:13 +00:00