dune/src
Rudi Grinberg 6260dad66b Remove comment that was comitted accidentally
Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
2018-08-08 15:07:26 +03:00
..
configurator configurator: add write_lines function 2018-07-09 00:00:32 +07:00
fiber Remove most useless parentheses from the syntax (#915) 2018-06-27 16:38:05 +01:00
let-syntax Switch jbuild.ml to applicative parsing and let%map 2018-07-18 11:02:43 +01:00
ocaml-config Fix typos in source code 2018-07-10 13:05:58 +01:00
stdune Use if_list 2018-08-01 15:12:13 +00:00
usexp Fix #1019 2018-07-16 14:04:07 +01:00
which_program Fix the build on 4.02 by emulating -no-keep-locs (#927) 2018-06-29 07:40:02 +01:00
xdg Remove most useless parentheses from the syntax (#915) 2018-06-27 16:38:05 +01:00
action.ml Track locations when executing programs 2018-08-04 13:16:58 +03:00
action.mli Track locations when executing programs 2018-08-04 13:16:58 +03:00
action_exec.ml Move sandboxed back to Action 2018-07-18 14:27:09 +02:00
action_exec.mli Move sandboxed back to Action 2018-07-18 14:27:09 +02:00
action_intf.ml Make (diff ...) work on Windows 2018-06-25 08:14:27 +01:00
arg_spec.ml Remove aliases of Path.{Set,Map} 2018-05-24 17:34:32 +07:00
arg_spec.mli Add Arg_spec.Hidden_targets 2018-04-18 17:00:11 +01:00
artifacts.ml Track locations when executing programs 2018-08-04 13:16:58 +03:00
artifacts.mli Track locations when executing programs 2018-08-04 13:16:58 +03:00
bin.ml Implement --build-dir and change Path.t to use symbolic paths 2018-06-02 18:14:44 +07:00
bin.mli Move Path to Stdune 2018-04-24 19:33:40 +07:00
binary_kind.ml Display the installable modes 2018-06-07 15:40:45 +02:00
binary_kind.mli Display the installable modes 2018-06-07 15:40:45 +02:00
blang.ml Fix Op.eval in blang 2018-07-31 13:44:39 +02:00
blang.mli Add enabled_if to aliases/tests 2018-07-31 10:59:35 +02:00
build.ml Add module Lib_deps_info (#1077) 2018-08-01 09:01:43 +01:00
build.mli Add module Lib_deps_info (#1077) 2018-08-01 09:01:43 +01:00
build_interpret.ml Add module Lib_deps_info (#1077) 2018-08-01 09:01:43 +01:00
build_interpret.mli Add module Lib_deps_info (#1077) 2018-08-01 09:01:43 +01:00
build_system.ml Add rule locs to failed rules 2018-08-04 20:03:58 +03:00
build_system.mli Add rule locs to failed rules 2018-08-04 20:03:58 +03:00
clflags.ml Implement --build-dir and change Path.t to use symbolic paths 2018-06-02 18:14:44 +07:00
clflags.mli Implement --build-dir and change Path.t to use symbolic paths 2018-06-02 18:14:44 +07:00
cm_kind.ml Add Cm_kind.Dict.make_all 2018-04-09 05:59:12 +08:00
cm_kind.mli Add Cm_kind.Dict.make_all 2018-04-09 05:59:12 +08:00
colors.ml Don't on side-effects for setting up the environment 2018-04-03 11:43:07 +08:00
colors.mli Don't on side-effects for setting up the environment 2018-04-03 11:43:07 +08:00
compilation_context.ml Remove opaque from Lib.t 2018-08-02 15:26:45 +02:00
compilation_context.mli Make opaque information available to compilation context 2018-08-02 15:26:45 +02:00
config.ml Use let%map for applicative code 2018-07-31 10:25:58 +02:00
config.mli Make the default build profile be dev 2018-06-28 11:23:10 +01:00
context.ml Extract predicates for compiler versions 2018-08-06 11:49:03 +00:00
context.mli Extract predicates for compiler versions 2018-08-06 11:49:03 +00:00
dep_path.ml Add templates to Usexp.t directly 2018-06-28 09:46:10 +06:30
dep_path.mli Get rid of jbuild_file_in 2018-05-03 13:54:47 +01:00
dir_contents.ml Avoid using a _ pattern where it's not necessary 2018-08-05 22:00:05 +03:00
dir_contents.mli Add support for multi directory libraries and executables (#1034) 2018-08-01 15:23:26 +01:00
dune Switch jbuild.ml to applicative parsing and let%map 2018-07-18 11:02:43 +01:00
dune_env.ml Use syntax extension for parsing stanza 2018-07-18 14:34:18 +02:00
dune_env.mli Rename Shared_stanaza to Dune_env 2018-07-18 14:34:18 +02:00
dune_lexer.mli Restore eof_reached 2018-07-01 01:46:32 +07:00
dune_lexer.mll Restore eof_reached 2018-07-01 01:46:32 +07:00
dune_project.ml Use let%map for applicative code 2018-07-31 10:25:58 +02:00
dune_project.mli Adapt the behavior of dune subst for dune projects (#960) 2018-07-08 09:51:16 +01:00
env.ml Allow setting ENV vars in findlib.conf per toolchain 2018-05-01 00:13:50 +07:00
env.mli Allow setting ENV vars in findlib.conf per toolchain 2018-05-01 00:13:50 +07:00
errors.ml Move Path to Stdune 2018-04-24 19:33:40 +07:00
errors.mli Move Path to Stdune 2018-04-24 19:33:40 +07:00
exe.ml Refactor jsoo rules to use Compilation_context 2018-07-30 15:12:08 +02:00
exe.mli Move ocamldep output files to the object directory (#918) 2018-06-28 09:46:20 +01:00
file_tree.ml Simplify the code with Option.value 2018-07-09 10:20:04 +01:00
file_tree.mli Add templates to Usexp.t directly 2018-06-28 09:46:10 +06:30
findlib.ml Implement --build-dir and change Path.t to use symbolic paths 2018-06-02 18:14:44 +07:00
findlib.mli Add pretty printers to Findlib.Conf.t 2018-05-01 19:37:51 +07:00
gen_meta.ml replace jbuilder with dune 2018-08-02 12:41:35 +02:00
gen_meta.mli Add support for sub-systems 2018-02-26 16:05:48 +00:00
gen_rules.ml Extract predicates for compiler versions 2018-08-06 11:49:03 +00:00
gen_rules.mli Remove String_map module 2018-08-01 11:59:33 +02:00
glob_lexer.boot.ml Add ignored_subdirs stanza (#767) 2018-05-12 15:38:22 +02:00
glob_lexer.mli Remove jbuilder_ prefix for vendored libraries (#720) 2018-04-24 14:38:30 +01:00
glob_lexer.mll Remove jbuilder_ prefix for vendored libraries (#720) 2018-04-24 14:38:30 +01:00
import.ml Remove String_map module 2018-08-01 11:59:33 +02:00
inline_tests.boot.ml Add inline_tests.boot file 2018-06-20 20:31:52 +06:30
inline_tests.ml Add rule locs to failed rules 2018-08-04 20:03:58 +03:00
inline_tests.mli Add a sub-system for inline tests (#547) 2018-02-27 19:06:12 +00:00
install.ml Add the lib_root and libexec_root install sections (#947) 2018-07-03 10:49:18 +01:00
install.mli Add the lib_root and libexec_root install sections (#947) 2018-07-03 10:49:18 +01:00
install_rules.ml Make name and names fields optional when public_name or public_names are present (#1041) 2018-07-31 10:15:31 +02:00
install_rules.mli Remove one functor 2018-07-18 10:58:45 +01:00
installed_dune_file.ml Use let%map for applicative code 2018-07-31 10:25:58 +02:00
installed_dune_file.mli Using Syntax.Verison.t to decide how to generate sub system files 2018-07-03 01:01:06 +07:00
jbuild.ml Remove comment that was comitted accidentally 2018-08-08 15:07:26 +03:00
jbuild.mli Add rule locs to failed rules 2018-08-04 20:03:58 +03:00
jbuild_load.ml Small refactoring of jbuild_load.ml 2018-07-24 15:14:14 +02:00
jbuild_load.mli Restore old ppx behavior for directories with jbuild files 2018-06-05 19:19:10 +01:00
js_of_ocaml_rules.boot.ml Refactor jsoo rules to use Compilation_context 2018-07-30 15:12:08 +02:00
js_of_ocaml_rules.ml Track locations when executing programs 2018-08-04 13:16:58 +03:00
js_of_ocaml_rules.mli Refactor jsoo rules to use Compilation_context 2018-07-30 15:12:08 +02:00
lib.ml Remove opaque from Lib.t 2018-08-02 15:26:45 +02:00
lib.mli Remove opaque from Lib.t 2018-08-02 15:26:45 +02:00
lib_deps_info.ml Add module Lib_deps_info (#1077) 2018-08-01 09:01:43 +01:00
lib_deps_info.mli Add module Lib_deps_info (#1077) 2018-08-01 09:01:43 +01:00
loc.ml Add templates to Usexp.t directly 2018-06-28 09:46:10 +06:30
loc.mli Move Path to Stdune 2018-04-24 19:33:40 +07:00
log.ml Remove all hard coded uses of "_build" 2018-05-02 22:38:50 +07:00
log.mli Add a configuration file and a quiet mode (#490) 2018-02-07 11:38:21 +00:00
main.ml replace jbuilder with dune 2018-08-02 12:41:35 +02:00
main.mli Remove String_map module 2018-08-01 11:59:33 +02:00
menhir.boot.ml add menhir.boot.ml 2018-06-20 20:32:57 +06:30
menhir.ml Track locations when executing programs 2018-08-04 13:16:58 +03:00
menhir.mli Use Compilation_context in menhir 2018-05-28 08:10:12 +01:00
merlin.ml Add support for staged ppx rewriters such as ones using the typer (#1080) 2018-08-02 12:11:59 +01:00
merlin.mli Fix merlin generation in presence of include_subdirs (#1083) 2018-08-02 09:27:55 +01:00
meta.ml Remove String_map module 2018-08-01 11:59:33 +02:00
meta.mli Port Io to use Path.t 2018-04-25 03:25:27 +07: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 Use a single S-expression parser monad 2018-06-19 11:29:27 +01:00
mode.mli Allow to link executables as static or shared objects (#23) 2018-03-12 11:40:53 +00:00
module.ml Add support for staged ppx rewriters such as ones using the typer (#1080) 2018-08-02 12:11:59 +01:00
module.mli Add support for staged ppx rewriters such as ones using the typer (#1080) 2018-08-02 12:11:59 +01:00
module_compilation.ml Fix #1107 2018-08-07 13:05:37 +03:00
module_compilation.mli Add Module_compilation.ocamlc_i 2018-05-28 08:10:12 +01:00
ocaml_flags.ml Add support for environment & build profiles (#419) 2018-05-04 16:49:25 +01:00
ocaml_flags.mli Add support for environment & build profiles (#419) 2018-05-04 16:49:25 +01:00
ocaml_version.ml Extract predicates for compiler versions 2018-08-06 11:49:03 +00:00
ocaml_version.mli Extract predicates for compiler versions 2018-08-06 11:49:03 +00:00
ocamldep.ml Add support for staged ppx rewriters such as ones using the typer (#1080) 2018-08-02 12:11:59 +01:00
ocamldep.mli Move ocamldep output files to the object directory (#918) 2018-06-28 09:46:20 +01:00
odoc.boot.ml Move all code dealing with scanning directories into its own module 2018-07-18 10:58:45 +01:00
odoc.ml Track locations when executing programs 2018-08-04 13:16:58 +03:00
odoc.mli Move all code dealing with scanning directories into its own module 2018-07-18 10:58:45 +01:00
opam_file.ml Port Io to use Path.t 2018-04-25 03:25:27 +07:00
opam_file.mli Port Io to use Path.t 2018-04-25 03:25:27 +07:00
ordered_set_lang.ml Add support for staged ppx rewriters such as ones using the typer (#1080) 2018-08-02 12:11:59 +01:00
ordered_set_lang.mli Add support for staged ppx rewriters such as ones using the typer (#1080) 2018-08-02 12:11:59 +01:00
package.ml Use a single S-expression parser monad 2018-06-19 11:29:27 +01:00
package.mli Make Sexp.Of_sexp.t abstract 2018-06-19 11:29:27 +01:00
per_item.ml Split src/import.ml into a new library src/stdune (#548) 2018-02-25 16:35:25 +00:00
per_item.mli Split src/import.ml into a new library src/stdune (#548) 2018-02-25 16:35:25 +00:00
pform.ml Use correct version for error message 2018-07-20 14:02:58 +02:00
pform.mli Make the types of expanders uniform everywhere 2018-07-13 15:30:55 +02:00
preprocessing.ml Add rule locs to failed rules 2018-08-04 20:03:58 +03:00
preprocessing.mli Add module Lib_deps_info (#1077) 2018-08-01 09:01:43 +01:00
print_diff.ml Make (diff ...) work on Windows 2018-06-25 08:14:27 +01:00
print_diff.mli Make (diff ...) work on Windows 2018-06-25 08:14:27 +01:00
process.ml Change Build_job to be set 2018-05-24 10:44:47 +07:00
process.mli Change Build_job to be set 2018-05-24 10:44:47 +07:00
promotion.ml Use let%map for applicative code 2018-07-31 10:25:58 +02:00
promotion.mli Move promotion to own module 2018-07-18 14:27:09 +02:00
report_error.ml You get a quote from Dune if you can make Dune crash 2018-07-19 12:22:18 +01:00
report_error.mli Add support for sub-systems 2018-02-26 16:05:48 +00:00
scheduler.ml Make the output of Dune deterministic in tests (#855) 2018-06-06 16:25:04 +01:00
scheduler.mli Fix typos in source code 2018-07-10 13:05:58 +01:00
scope.ml Remove opaque from Lib.t 2018-08-02 15:26:45 +02:00
scope.mli Remove opaque from Lib.t 2018-08-02 15:26:45 +02:00
setup.boot.ml Allow to set the library path at configure time (#575) 2018-03-06 14:56:24 +00:00
setup.defaults.ml Allow to set the library path at configure time (#575) 2018-03-06 14:56:24 +00:00
setup.mli Allow to set the library path at configure time (#575) 2018-03-06 14:56:24 +00:00
simple_rules.ml Add rule locs to failed rules 2018-08-04 20:03:58 +03:00
simple_rules.mli Move a few functions from gen_rules.ml to simple_rules.ml 2018-07-13 15:17:19 +02:00
stanza.ml Add switch_file_kind 2018-08-01 15:12:13 +00:00
stanza.mli Add switch_file_kind 2018-08-01 15:12:13 +00:00
string_with_vars.ml Add switch_file_kind 2018-08-01 15:12:13 +00:00
string_with_vars.mli Pass extra params to with_expander 2018-07-13 15:30:55 +02:00
sub_system.ml Fix typos in source code 2018-07-10 13:05:58 +01:00
sub_system.mli Add support for sub-systems 2018-02-26 16:05:48 +00:00
sub_system_intf.ml Fix typos in source code 2018-07-10 13:05:58 +01:00
sub_system_name.ml Add an intern option to control ordering 2018-06-06 23:48:11 +07:00
sub_system_name.mli Move interned to stdune 2018-05-24 18:23:02 +07:00
super_context.ml Add rule locs to failed rules 2018-08-04 20:03:58 +03:00
super_context.mli Add rule locs to failed rules 2018-08-04 20:03:58 +03:00
syntax.ml Completely get rid of first-dep 2018-07-10 01:32:26 +07:00
syntax.mli Completely get rid of first-dep 2018-07-10 01:32:26 +07:00
top_closure.ml Move int sets and maps to stdune 2018-05-24 18:22:36 +07:00
top_closure.mli Make Top_closure more polymorphic 2018-03-18 16:21:46 -04:00
utils.ml Track locations when executing programs 2018-08-04 13:16:58 +03:00
utils.mli Track locations when executing programs 2018-08-04 13:16:58 +03:00
utop.ml Make opaque information available to compilation context 2018-08-02 15:26:45 +02:00
utop.mli Move Path to Stdune 2018-04-24 19:33:40 +07:00
value.ml Add enabled_if to aliases/tests 2018-07-31 10:59:35 +02:00
value.mli Add enabled_if to aliases/tests 2018-07-31 10:59:35 +02:00
variant.ml Add an intern option to control ordering 2018-06-06 23:48:11 +07:00
variant.mli Move interned to stdune 2018-05-24 18:23:02 +07:00
versioned_file.ml Version the user configuration file 2018-07-01 01:46:32 +07:00
versioned_file.mli Version the user configuration file 2018-07-01 01:46:32 +07:00
vfile_kind.ml Add name to Vfile_kind functor 2018-06-28 22:42:55 +06:30
vfile_kind.mli Add name to Vfile_kind functor 2018-06-28 22:42:55 +06:30
watermarks.ml Track locations when executing programs 2018-08-04 13:16:58 +03:00
watermarks.mli Don't stop on the first error (#477) 2018-02-06 14:39:03 +00:00
workspace.ml Add switch_file_kind 2018-08-01 15:12:13 +00:00
workspace.mli Add toplevel env stanza to workspace files 2018-07-30 15:12:17 +02:00