..
r3.erl
Add a shell agent
пре 10 година
rebar.app.src
ssl_verify_hostname was renamed to ssl_verify_fun
пре 9 година
rebar.hrl
Merge pull request #1207 from ferd/pkg-local-hash-lock
пре 9 година
rebar3.erl
Let DEBUG="" and QUIET="" mean disable the option
пре 9 година
rebar_agent.erl
Blacklist apps to reload
пре 9 година
rebar_api.erl
fix no_return warnings
пре 9 година
rebar_app_discover.erl
handle case that upgraded app no longer has .app.src file
пре 9 година
rebar_app_info.erl
Make lock files future-proof
пре 9 година
rebar_app_utils.erl
Merge pull request #1207 from ferd/pkg-local-hash-lock
пре 9 година
rebar_base_compiler.erl
Fix opts check when compiler called with dict opts
пре 9 година
rebar_config.erl
Merge pull request #1207 from ferd/pkg-local-hash-lock
пре 9 година
rebar_core.erl
add DEBUG statement of the command sequence that'll be run
пре 9 година
rebar_dialyzer_format.erl
Add some documentaiton.
пре 9 година
rebar_digraph.erl
this patch treats pkg and src deps as equals, so level decides winner
пре 9 година
rebar_dir.erl
Read env var REBAR_CACHE_DIR on rebar3 only once
пре 9 година
rebar_dist_utils.erl
rename dist to dist_node
пре 9 година
rebar_erlc_compiler.erl
normalize include dirs to absolute paths during compilation
пре 9 година
rebar_fetch.erl
Validate checksums expected vs obtained
пре 9 година
rebar_file_utils.erl
Fixes for windows environment: 1) copy empty directories when cloning (since git occasionally has a refs directory with no files in it - if the directory is not present, then git does not believe it is a git repo) and 2) change order of git rev-parse arguments to match git docs
пре 9 година
rebar_git_resource.erl
Fixes for windows environment: 1) copy empty directories when cloning (since git occasionally has a refs directory with no files in it - if the directory is not present, then git does not believe it is a git repo) and 2) change order of git rev-parse arguments to match git docs
пре 9 година
rebar_hg_resource.erl
Escape paths and args in shell commands
пре 10 година
rebar_hooks.erl
don't needlessly update the code path twice if no hooks to run
пре 9 година
rebar_log.erl
Make sure not to dump in api mode
пре 9 година
rebar_opts.erl
special handling of relx configs in profiles
пре 9 година
rebar_otp_app.erl
handle case that upgraded app no longer has .app.src file
пре 9 година
rebar_packages.erl
Support package hashes in structure and lockfile
пре 9 година
rebar_pkg_resource.erl
Validate checksums expected vs obtained
пре 9 година
rebar_plugins.erl
add project_providers after initing default providers but allow overrides
пре 9 година
rebar_prv_app_discovery.erl
install project app plugins after discovering them not before
пре 9 година
rebar_prv_as.erl
print a warning if a profile in 'as' has no config entry
пре 9 година
rebar_prv_bare_compile.erl
add --paths option to bare compile provider
пре 9 година
rebar_prv_clean.erl
add profile option to clean task
пре 9 година
rebar_prv_common_test.erl
Typo fix.
пре 8 година
rebar_prv_compile.erl
Include hook for app compilation
пре 9 година
rebar_prv_cover.erl
Merge pull request #1164 from snaiper80/fix_cover_compile_error
пре 9 година
rebar_prv_deps.erl
Support package hashes in structure and lockfile
пре 9 година
rebar_prv_deps_tree.erl
Fix unicode rendering of deps tree (issue #1140)
пре 9 година
rebar_prv_dialyzer.erl
Fix return error on `not_valid` to force .plt file regeneration
пре 9 година
rebar_prv_do.erl
print help for namespaces
пре 10 година
rebar_prv_edoc.erl
Make Edoc carry paths of pre-built libraries
пре 8 година
rebar_prv_escriptize.erl
Make the escriptize provider hookable
пре 8 година
rebar_prv_eunit.erl
Add sname, name, setcookie option in eunit, ct
пре 9 година
rebar_prv_help.erl
Print error on too many help arguments
пре 8 година
rebar_prv_install_deps.erl
Hide the expected hash on fetch output
пре 9 година
rebar_prv_local_install.erl
move unstable install and upgrade to local namespace
пре 9 година
rebar_prv_local_upgrade.erl
move unstable install and upgrade to local namespace
пре 9 година
rebar_prv_lock.erl
Make lock files future-proof
пре 9 година
rebar_prv_new.erl
Plugin templates enabled
пре 9 година
rebar_prv_packages.erl
Allow 'rebar3 pkgs <app>' to return only that app
пре 9 година
rebar_prv_path.erl
Fix path command to consider {deps_dir, "deps"} in rebar.config
пре 9 година
rebar_prv_plugins.erl
fix #903: use app discover of entire plugins dir when listing
пре 9 година
rebar_prv_plugins_upgrade.erl
include project_plugins in plugins that can be upgraded
пре 9 година
rebar_prv_release.erl
only reverse some relx args, fixes profile usage for relx
пре 10 година
rebar_prv_relup.erl
only reverse some relx args, fixes profile usage for relx
пре 10 година
rebar_prv_report.erl
rebranding: update links rebar/rebar3 -> erlang/rebar3
пре 9 година
rebar_prv_shell.erl
ignore return value of `rebar_utils:reread_config` in shell provider
пре 9 година
rebar_prv_state.erl
Make state provider {bare, false}
пре 9 година
rebar_prv_tar.erl
only reverse some relx args, fixes profile usage for relx
пре 10 година
rebar_prv_unlock.erl
Make lock files future-proof
пре 9 година
rebar_prv_update.erl
filter available package versions individually by buildtools
пре 9 година
rebar_prv_upgrade.erl
Rework patch to work without accident
пре 9 година
rebar_prv_version.erl
fix bareness issues
пре 10 година
rebar_prv_xref.erl
Add support for xref_ignores
пре 9 година
rebar_relx.erl
pass loglevel used in rebar3 to relx
пре 9 година
rebar_resource.erl
store hex package downloads in shared cache dir
пре 10 година
rebar_state.erl
Make sure not to dump in api mode
пре 9 година
rebar_templater.erl
template_dir option was forgotten in documentation plus recurse in directory added
пре 9 година
rebar_user.erl
Support old-style shell for rebar3 shell
пре 9 година
rebar_utils.erl
add support for passing a sys_config to common test
пре 9 година