ocaml/ocamlbuild
Damien Doligez 9ea5edac9a merge changes 3.10.0 -> 3.10.1
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8768 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2008-01-11 16:13:18 +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] No longer use file_rule but rule + Echo. 2007-11-28 16:19:35 +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 [ocamlbuild] Extract executor as ocamlbuild_excutor and my_unix_with_unix as ocamlbuild_unix_plugin. 2007-11-22 18:34:22 +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] use_lib improvments. See the ChangeLog for more details 2007-02-26 16:27:45 +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,minor,improvement: Digest commands in such a way that one don't make too big strings. 2007-12-18 08:55:48 +00:00
command.mli ocamlbuild,minor,improvement: Digest commands in such a way that one don't make too big strings. 2007-12-18 08:55:48 +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] [CHANGED] Export the globber type definition but not the fast_pattern one of course. 2007-11-21 21:02:15 +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] Fix a lexing bug about comments at end of file. 2007-11-26 13:28:18 +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] Fix filename_concat to avoid consecutive slashes. 2007-12-18 08:56:28 +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] No longer use file_rule but rule + Echo. 2007-11-28 16:19:35 +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] whitespace cleanup (by Benoit Montagu <benoit.montagu@inria.fr>) 2007-11-22 18:49:49 +00:00
ocaml_tools.mli Modular menhir support for ocamlbuild (by Benoit Montagu <benoit.montagu@inria.fr>) 2007-11-21 20:46:46 +00:00
ocaml_utils.ml [ocamlbuild] Better understand and revamp .depends generation and usage. 2007-11-21 18:32:32 +00:00
ocaml_utils.mli [ocamlbuild] Better understand and revamp .depends generation and usage. 2007-11-21 18:32:32 +00:00
ocamlbuild-presentation.rslide [ocamlbuild] Merge 3.10 on trunk for ocamlbuild 2007-11-21 18:20:41 +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: normalize pathname and authorize absolute pathnames as dependencies. 2007-12-18 08:58:32 +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] Kill file_rule, please use rule + Echo instead. 2007-11-28 17:19:24 +00:00
ocamlbuild_plugin.mli Add the ocamlbuild directory 2007-02-07 08:59:16 +00:00
ocamlbuild_unix_plugin.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_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] ocamlbuild is no longer recursive by default. 2007-11-28 16:10:13 +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: normalize pathname and authorize absolute pathnames as dependencies. 2007-12-18 08:58:32 +00:00
rule.mli [ocamlbuild] Kill file_rule, please use rule + Echo instead. 2007-11-28 17:19:24 +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,minor,improvement: Digest commands in such a way that one don't make too big strings. 2007-12-18 08:55:48 +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: normalize pathname and authorize absolute pathnames as dependencies. 2007-12-18 08:58:32 +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