dune/src
Jérémie Dimino 4cf7dc558b
Fix generation of the alias module with 4.02 (#549)
2018-02-25 12:58:40 +00:00
..
fiber Don't stop on the first error (#477) 2018-02-06 14:39:03 +00:00
result Refactor library management (#516) 2018-02-20 11:46:10 +00:00
usexp Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
xdg Add a configuration file and a quiet mode (#490) 2018-02-07 11:38:21 +00:00
action.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
action.mli String_with_vars: Use a functor to create generic expansion fun 2018-02-15 00:43:08 +01:00
action_intf.ml Replace promote actions by diff actions + promote command (#421) 2018-01-18 11:32:20 +00:00
ansi_color.ml Don't stop on the first error (#477) 2018-02-06 14:39:03 +00:00
ansi_color.mli Use OCAML_COLOR and stop using OCAMLPARAM when possible 2017-05-10 16:31:44 +01:00
arg_spec.ml Use /Fo instead of -o when invoking CL 2018-01-22 12:17:28 +00:00
arg_spec.mli Use /Fo instead of -o when invoking CL 2018-01-22 12:17:28 +00:00
artifacts.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
artifacts.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
bin.ml 114.20+69 2016-12-15 11:20:46 +00:00
bin.mli Correct detected value for ocaml on Windows 2017-06-15 12:14:56 +02:00
build.ml Remove the path argument from Record_lib_deps 2018-01-29 22:53:14 +08:00
build.mli Remove the path argument from Record_lib_deps 2018-01-29 22:53:14 +08:00
build_interpret.ml Fix #534 2018-02-21 13:35:47 +00:00
build_interpret.mli Fix #534 2018-02-21 13:35:47 +00:00
build_system.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
build_system.mli Change @doc to only build public docs 2018-02-16 16:22:28 +07:00
clflags.ml Allow to set the concurrency level from the config file 2018-02-07 12:11:27 +00:00
clflags.mli Allow to set the concurrency level from the config file 2018-02-07 12:11:27 +00:00
cm_kind.ml Declare dependencies on external library files 2017-05-18 13:52:35 +01:00
cm_kind.mli Declare dependencies on external library files 2017-05-18 13:52:35 +01:00
config.ml Fix display when output is not a tty (#518) 2018-02-15 14:04:00 +00:00
config.mli Fix display when output is not a tty (#518) 2018-02-15 14:04:00 +00:00
context.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
context.mli Move reading/reading ocamlc -config to own module 2018-02-18 10:14:38 +07:00
errors.ml Don't stop on the first error (#477) 2018-02-06 14:39:03 +00:00
errors.mli Don't stop on the first error (#477) 2018-02-06 14:39:03 +00:00
exe.ml Detect when a module is used by several stanzas (#532) 2018-02-20 16:44:25 +00:00
exe.mli Detect when a module is used by several stanzas (#532) 2018-02-20 16:44:25 +00:00
file_tree.ml Display a warning for bad jbuild-ignore lines (#389) 2018-01-23 09:14:22 +00:00
file_tree.mli [WIP] Load rules lazily (#370) 2018-01-19 08:50:06 +00:00
findlib.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
findlib.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
gen_meta.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
gen_meta.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
gen_rules.ml Fix generation of the alias module with 4.02 (#549) 2018-02-25 12:58:40 +00:00
gen_rules.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
glob_lexer.boot.ml Simplify overrides in the bootstrap path 2017-09-22 01:52:04 +01:00
glob_lexer.mli 4.02.3 compatiblity 2017-02-26 21:28:30 +00:00
glob_lexer.mll 4.02.3 compatiblity 2017-02-26 21:28:30 +00:00
import.ml Detect when a module is used by several stanzas (#532) 2018-02-20 16:44:25 +00:00
install.ml Add add_install_prefix function 2018-01-01 21:48:25 +08:00
install.mli Add add_install_prefix function 2018-01-01 21:48:25 +08:00
interned.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
interned.mli Rewrite the findlib predicate stuff 2018-02-13 19:04:30 +00:00
io.ml [WIP] Load rules lazily (#370) 2018-01-19 08:50:06 +00:00
io.mli [WIP] Load rules lazily (#370) 2018-01-19 08:50:06 +00:00
jbuild Add a configuration file and a quiet mode (#490) 2018-02-07 11:38:21 +00:00
jbuild.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
jbuild.mli Remove gen_dot_merlin flag 2018-02-24 18:25:14 +07:00
jbuild_load.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
jbuild_load.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
js_of_ocaml_rules.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
js_of_ocaml_rules.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
lib.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
lib.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
loc.ml Detect when a module is used by several stanzas (#532) 2018-02-20 16:44:25 +00:00
loc.mli Detect when a module is used by several stanzas (#532) 2018-02-20 16:44:25 +00:00
log.ml 4.02 compat 2018-02-13 19:04:21 +00:00
log.mli Add a configuration file and a quiet mode (#490) 2018-02-07 11:38:21 +00:00
main.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
main.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
merlin.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
merlin.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
meta.ml Availability of "num" depends on the OCaml version (#358) 2017-12-11 13:05:20 +00:00
meta.mli Availability of "num" depends on the OCaml version (#358) 2017-12-11 13:05:20 +00:00
meta_lexer.mli meta parser 2016-11-13 10:01:32 +00:00
meta_lexer.mll 114.20+69 2016-12-15 11:20:46 +00:00
ml_kind.ml remove unused function 2017-04-10 10:10:49 +01:00
ml_kind.mli remove unused function 2017-04-10 10:10:49 +01:00
mode.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
mode.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
module.ml Better support for mli/rei only modules (#489) 2018-02-08 10:12:46 +00:00
module.mli Better support for mli/rei only modules (#489) 2018-02-08 10:12:46 +00:00
module_compilation.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
module_compilation.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
modules_partitioner.ml Detect when a module is used by several stanzas (#532) 2018-02-20 16:44:25 +00:00
modules_partitioner.mli Detect when a module is used by several stanzas (#532) 2018-02-20 16:44:25 +00:00
ocaml_flags.ml Add an Exe module to build and link executables (#533) 2018-02-20 16:38:22 +00:00
ocaml_flags.mli Add an Exe module to build and link executables (#533) 2018-02-20 16:38:22 +00:00
ocamlc_config.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
ocamlc_config.mli Move reading/reading ocamlc -config to own module 2018-02-18 10:14:38 +07:00
ocamldep.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
ocamldep.mli Detect when a module is used by several stanzas (#532) 2018-02-20 16:44:25 +00:00
odoc.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
odoc.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
opam_file.ml Refactor IO functions and fix invalid IOs in gen_rules 2017-05-18 17:12:32 +01:00
opam_file.mli Improve opam parsing errors & use opam-file-format to extract the version 2017-05-16 14:47:52 +01:00
ordered_set_lang.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
ordered_set_lang.mli Better support for mli/rei only modules (#489) 2018-02-08 10:12:46 +00:00
package.ml Fix error message about too many opam files 2017-06-08 14:11:31 +01:00
package.mli Fix error message about too many opam files 2017-06-08 14:11:31 +01:00
path.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
path.mli [WIP] Load rules lazily (#370) 2018-01-19 08:50:06 +00:00
per_item.ml Share some computations on pps when preprocessing modules 2018-02-19 16:04:47 +00:00
per_item.mli Share some computations on pps when preprocessing modules 2018-02-19 16:04:47 +00:00
print_diff.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
print_diff.mli Don't stop on the first error (#477) 2018-02-06 14:39:03 +00:00
process.ml Fix printing of errors (#513) 2018-02-13 18:31:21 +00:00
process.mli Don't stop on the first error (#477) 2018-02-06 14:39:03 +00:00
report_error.ml Refactor library management (#516) 2018-02-20 11:46:10 +00:00
report_error.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
scheduler.ml Fix printing of errors (#513) 2018-02-13 18:31:21 +00:00
scheduler.mli Fix printing of errors (#513) 2018-02-13 18:31:21 +00:00
scope.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
scope.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
sexp.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
sexp.mli Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
string_with_vars.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
string_with_vars.mli String_with_vars: Use a functor to create generic expansion fun 2018-02-15 00:43:08 +01:00
super_context.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
super_context.mli Add an Exe module to build and link executables (#533) 2018-02-20 16:38:22 +00:00
top_closure.ml 114.20+69 2016-12-02 13:54:32 +00:00
top_closure.mli 114.20+69 2016-12-02 13:54:32 +00:00
utils.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
utils.mli Add an Exe module to build and link executables (#533) 2018-02-20 16:38:22 +00:00
utop.ml Use _utop.ml to avoid creating a separate dir for utop rules 2018-02-22 17:34:39 +07:00
utop.mli Refactor utop module to use the new exe module 2018-02-21 16:44:31 +07:00
variant.ml Rewrite the findlib predicate stuff 2018-02-13 19:04:30 +00:00
variant.mli Rewrite the findlib predicate stuff 2018-02-13 19:04:30 +00:00
vfile_kind.ml Vendored usexp and switch to it 2017-12-21 13:13:47 +00:00
vfile_kind.mli Revert some changes: 2017-05-15 14:58:37 +01:00
watermarks.ml Don't stop on the first error (#477) 2018-02-06 14:39:03 +00:00
watermarks.mli Don't stop on the first error (#477) 2018-02-06 14:39:03 +00:00
with_required_by.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
with_required_by.mli Refactor library management (#516) 2018-02-20 11:46:10 +00:00
workspace.ml Make Atom.t private and consequences (#524) 2018-02-24 23:33:26 +00:00
workspace.mli Add target support 2018-01-01 22:34:41 +08:00