..
r3.erl
Add a shell agent
vor 10 Jahren
rebar.app.src
if a provider of the same namespace and name already exists, skip adding new provider
vor 9 Jahren
rebar.hrl
Add rebar_set/0 type
vor 9 Jahren
rebar3.erl
move test profile bootstrap into core
vor 9 Jahren
rebar_agent.erl
fix dialyzer warnings, except 'no local return' warnings
vor 10 Jahren
rebar_api.erl
fix no_return warnings
vor 10 Jahren
rebar_app_discover.erl
handle case that upgraded app no longer has .app.src file
vor 9 Jahren
rebar_app_info.erl
fix dialyzer warnings
vor 9 Jahren
rebar_app_utils.erl
parse versions in deps tree output and support checkouts
vor 9 Jahren
rebar_base_compiler.erl
update use of hooks and plugins with state in app_info
vor 9 Jahren
rebar_config.erl
handle newly added deps to config even when lock is empty
vor 9 Jahren
rebar_core.erl
add DEBUG statement of the command sequence that'll be run
vor 9 Jahren
rebar_dialyzer_format.erl
Add some documentaiton.
vor 9 Jahren
rebar_digraph.erl
this patch treats pkg and src deps as equals, so level decides winner
vor 9 Jahren
rebar_dir.erl
dedup `src_dirs` and `extra_src_dirs` on read
vor 9 Jahren
rebar_erlc_compiler.erl
remove mib header file in `priv/mibs/include'
vor 9 Jahren
rebar_fetch.erl
improve error messages for packages by checking its existance before fetching
vor 9 Jahren
rebar_file_utils.erl
preserve attributes when copying files in rebar_utils:cp_r for unix
vor 9 Jahren
rebar_git_resource.erl
if not in a git repo but have 'git' as vsn, fallback to 0.0.0
vor 9 Jahren
rebar_hg_resource.erl
Escape paths and args in shell commands
vor 10 Jahren
rebar_hooks.erl
add ERLANG_ARCH and ERLANG_TARGET to os env for hooks
vor 9 Jahren
rebar_log.erl
handle throw by relx
vor 10 Jahren
rebar_opts.erl
special handling of relx configs in profiles
vor 9 Jahren
rebar_otp_app.erl
handle case that upgraded app no longer has .app.src file
vor 9 Jahren
rebar_packages.erl
auto-update the registry if a pkg isn't found, fail if it still isn't found
vor 9 Jahren
rebar_pkg_resource.erl
Merge pull request #847 from zugolosian/disable_ssl_verify_option
vor 9 Jahren
rebar_plugins.erl
fix dialyzer warnings
vor 9 Jahren
rebar_prv_app_discovery.erl
improve error messages for packages by checking its existance before fetching
vor 9 Jahren
rebar_prv_as.erl
print a warning if a profile in 'as' has no config entry
vor 9 Jahren
rebar_prv_bare_compile.erl
add --paths option to bare compile provider
vor 9 Jahren
rebar_prv_clean.erl
only clean project apps once even when doing --all
vor 9 Jahren
rebar_prv_common_test.erl
error on ct/eunit argument errors instead of warning
vor 9 Jahren
rebar_prv_compile.erl
refactor `rebar_erlc_compiler`
vor 9 Jahren
rebar_prv_cover.erl
Account for division by zero
vor 9 Jahren
rebar_prv_deps.erl
track parent app of deps and add tree provider to display the relations
vor 9 Jahren
rebar_prv_deps_tree.erl
Added comments to explain the utf8 symbols Binary
vor 9 Jahren
rebar_prv_dialyzer.erl
Rebuild PLT when beams no longer exist
vor 9 Jahren
rebar_prv_do.erl
print help for namespaces
vor 10 Jahren
rebar_prv_edoc.erl
run edoc provider in docs provider
vor 10 Jahren
rebar_prv_escriptize.erl
escript should append the ebin dirs to the code path not prepend
vor 9 Jahren
rebar_prv_eunit.erl
Default to no eunit formatter if verbose specified
vor 9 Jahren
rebar_prv_help.erl
print help for namespaces
vor 10 Jahren
rebar_prv_install_deps.erl
include source the app is being ugpraded to, like with fetching, in info
vor 9 Jahren
rebar_prv_local_install.erl
fix dialyzer warnings
vor 9 Jahren
rebar_prv_local_upgrade.erl
check checksum of rebar3 download in local_upgrade provider
vor 9 Jahren
rebar_prv_lock.erl
only lock when running in the default profile
vor 9 Jahren
rebar_prv_new.erl
Handle force flags in leading position
vor 9 Jahren
rebar_prv_packages.erl
Revert "Revert "only load packages when needed""
vor 9 Jahren
rebar_prv_path.erl
fix dialyzer warnings
vor 9 Jahren
rebar_prv_plugins.erl
fix #903: use app discover of entire plugins dir when listing
vor 9 Jahren
rebar_prv_plugins_upgrade.erl
Fix typo in plugins command help
vor 9 Jahren
rebar_prv_release.erl
only reverse some relx args, fixes profile usage for relx
vor 10 Jahren
rebar_prv_relup.erl
only reverse some relx args, fixes profile usage for relx
vor 10 Jahren
rebar_prv_report.erl
fix bareness issues
vor 10 Jahren
rebar_prv_shell.erl
Fix IO locking up in shell apps
vor 9 Jahren
rebar_prv_tar.erl
only reverse some relx args, fixes profile usage for relx
vor 10 Jahren
rebar_prv_unlock.erl
fix bareness issues
vor 10 Jahren
rebar_prv_update.erl
only add package list of versions to registry if it has the right buildtool support
vor 9 Jahren
rebar_prv_upgrade.erl
add test to not upgrade unrelated transitive dep during upgrade
vor 9 Jahren
rebar_prv_version.erl
fix bareness issues
vor 10 Jahren
rebar_prv_xref.erl
fix dialyzer warnings, except 'no local return' warnings
vor 10 Jahren
rebar_relx.erl
special handling of relx configs in profiles
vor 9 Jahren
rebar_resource.erl
store hex package downloads in shared cache dir
vor 10 Jahren
rebar_state.erl
if a provider of the same namespace and name already exists, skip adding new provider
vor 9 Jahren
rebar_templater.erl
hooks/artifacts are always run/resolved from an app unless at top of umbrella
vor 9 Jahren
rebar_utils.erl
Actually fix tuple merging.
vor 9 Jahren