..
r3.erl
Add a shell agent
10 years ago
rebar.app.src
Revert to semver for non-tagged builds.
9 years ago
rebar.hrl
support temporary cdn change with HEX_CDN os var
9 years ago
rebar3.erl
Revert "define the 'EUNIT' macro in the test profile"
9 years ago
rebar_agent.erl
fix dialyzer warnings, except 'no local return' warnings
9 years ago
rebar_api.erl
fix no_return warnings
9 years ago
rebar_app_discover.erl
handle case that upgraded app no longer has .app.src file
9 years ago
rebar_app_info.erl
Make lock files future-proof
9 years ago
rebar_app_utils.erl
only apply default and prod profile to dependencies
9 years ago
rebar_base_compiler.erl
update use of hooks and plugins with state in app_info
9 years ago
rebar_config.erl
Make lock files future-proof
9 years ago
rebar_core.erl
add DEBUG statement of the command sequence that'll be run
9 years ago
rebar_dialyzer_format.erl
Add some documentaiton.
9 years ago
rebar_digraph.erl
this patch treats pkg and src deps as equals, so level decides winner
9 years ago
rebar_dir.erl
Fix wrong relative path resolution
9 years ago
rebar_dist_utils.erl
Extract dist config handling, support {dist, ...}
9 years ago
rebar_erlc_compiler.erl
Add module directory to include path
9 years ago
rebar_fetch.erl
improve error messages for packages by checking its existance before fetching
9 years ago
rebar_file_utils.erl
fix dirs robocopy and canonical paths in windows
9 years ago
rebar_git_resource.erl
only need to compare ref and not ref+url in git resource
9 years ago
rebar_hg_resource.erl
Escape paths and args in shell commands
10 years ago
rebar_hooks.erl
Merge branch 'state' of https://github.com/saleyn/rebar3 into saleyn-state
9 years ago
rebar_log.erl
pass loglevel used in rebar3 to relx
9 years ago
rebar_opts.erl
special handling of relx configs in profiles
9 years ago
rebar_otp_app.erl
handle case that upgraded app no longer has .app.src file
9 years ago
rebar_packages.erl
fix auto-registry update to work even when not a locked pkg-vsn
9 years ago
rebar_pkg_resource.erl
add user-agent to http request headers
9 years ago
rebar_plugins.erl
add project_providers after initing default providers but allow overrides
9 years ago
rebar_prv_app_discovery.erl
install project app plugins after discovering them not before
9 years ago
rebar_prv_as.erl
print a warning if a profile in 'as' has no config entry
9 years ago
rebar_prv_bare_compile.erl
add --paths option to bare compile provider
9 years ago
rebar_prv_clean.erl
add profile option to clean task
9 years ago
rebar_prv_common_test.erl
move definition of 'EUNIT' macro to eunit provider
9 years ago
rebar_prv_compile.erl
Include hook for app compilation
9 years ago
rebar_prv_cover.erl
Account for division by zero
9 years ago
rebar_prv_deps.erl
track parent app of deps and add tree provider to display the relations
9 years ago
rebar_prv_deps_tree.erl
Added comments to explain the utf8 symbols Binary
9 years ago
rebar_prv_dialyzer.erl
rebranding: update links rebar/rebar3 -> erlang/rebar3
9 years ago
rebar_prv_do.erl
print help for namespaces
10 years ago
rebar_prv_edoc.erl
run edoc provider in docs provider
10 years ago
rebar_prv_escriptize.erl
escript should append the ebin dirs to the code path not prepend
9 years ago
rebar_prv_eunit.erl
move definition of 'EUNIT' macro to eunit provider
9 years ago
rebar_prv_help.erl
print help for namespaces
10 years ago
rebar_prv_install_deps.erl
break up do/1 function in install_deps to make upgrade less confusing
9 years ago
rebar_prv_local_install.erl
move unstable install and upgrade to local namespace
9 years ago
rebar_prv_local_upgrade.erl
move unstable install and upgrade to local namespace
9 years ago
rebar_prv_lock.erl
Make lock files future-proof
9 years ago
rebar_prv_new.erl
Plugin templates enabled
9 years ago
rebar_prv_packages.erl
Allow 'rebar3 pkgs <app>' to return only that app
9 years ago
rebar_prv_path.erl
Support all deps & locks in rebar3 path
9 years ago
rebar_prv_plugins.erl
fix #903: use app discover of entire plugins dir when listing
9 years ago
rebar_prv_plugins_upgrade.erl
include project_plugins in plugins that can be upgraded
9 years ago
rebar_prv_release.erl
only reverse some relx args, fixes profile usage for relx
10 years ago
rebar_prv_relup.erl
only reverse some relx args, fixes profile usage for relx
10 years ago
rebar_prv_report.erl
rebranding: update links rebar/rebar3 -> erlang/rebar3
9 years ago
rebar_prv_shell.erl
Extract dist config handling, support {dist, ...}
9 years ago
rebar_prv_state.erl
Make state provider {bare, false}
9 years ago
rebar_prv_tar.erl
only reverse some relx args, fixes profile usage for relx
10 years ago
rebar_prv_unlock.erl
Make lock files future-proof
9 years ago
rebar_prv_update.erl
Add more hex rules so they don't throw errors
9 years ago
rebar_prv_upgrade.erl
break up do/1 function in install_deps to make upgrade less confusing
9 years ago
rebar_prv_version.erl
fix bareness issues
10 years ago
rebar_prv_xref.erl
fix dialyzer warnings, except 'no local return' warnings
9 years ago
rebar_relx.erl
pass loglevel used in rebar3 to relx
9 years ago
rebar_resource.erl
store hex package downloads in shared cache dir
10 years ago
rebar_state.erl
Merge branch 'state' of https://github.com/saleyn/rebar3 into saleyn-state
9 years ago
rebar_templater.erl
Unquote templates, add a warning instead.
9 years ago
rebar_user.erl
Support old-style shell for rebar3 shell
9 years ago
rebar_utils.erl
add user-agent to http request headers
9 years ago